Searched refs:r8168ep_ocp_read (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/realtek/ |
| D | r8169_main.c | 1180 static u32 r8168ep_ocp_read(struct rtl8169_private *tp, u8 mask, u16 reg) in r8168ep_ocp_read() function 1227 return r8168ep_ocp_read(tp, 0x0f, 0x124) & 0x00000001; in DECLARE_RTL_COND() 1253 r8168ep_ocp_read(tp, 0x01, 0x30) | 0x01); in rtl8168ep_driver_start() 1287 r8168ep_ocp_read(tp, 0x01, 0x30) | 0x01); in rtl8168ep_driver_stop() 1319 return !!(r8168ep_ocp_read(tp, 0x0f, 0x128) & 0x00000001); in r8168ep_check_dash()
|