Searched refs:r8168ep_ocp_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 1112 static u32 r8168ep_ocp_read(struct rtl8169_private *tp, u16 reg) in r8168ep_ocp_read() function 1159 return r8168ep_ocp_read(tp, 0x124) & 0x00000001; in DECLARE_RTL_COND() 1184 r8168ep_ocp_write(tp, 0x01, 0x30, r8168ep_ocp_read(tp, 0x30) | 0x01); in rtl8168ep_driver_start() 1215 r8168ep_ocp_write(tp, 0x01, 0x30, r8168ep_ocp_read(tp, 0x30) | 0x01); in rtl8168ep_driver_stop() 1245 return r8168ep_ocp_read(tp, 0x128) & 0x00000001; in r8168ep_check_dash()
|