Searched refs:r8168ep_ocp_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 1138 static u32 r8168ep_ocp_read(struct rtl8169_private *tp, u16 reg) in r8168ep_ocp_read() function 1185 return r8168ep_ocp_read(tp, 0x124) & 0x00000001; in DECLARE_RTL_COND() 1210 r8168ep_ocp_write(tp, 0x01, 0x30, r8168ep_ocp_read(tp, 0x30) | 0x01); in rtl8168ep_driver_start() 1232 r8168ep_ocp_write(tp, 0x01, 0x30, r8168ep_ocp_read(tp, 0x30) | 0x01); in rtl8168ep_driver_stop() 1253 return r8168ep_ocp_read(tp, 0x128) & BIT(0); in r8168ep_check_dash()
|