Searched refs:r8168ep_ocp_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 1168 static u32 r8168ep_ocp_read(struct rtl8169_private *tp, u16 reg) in r8168ep_ocp_read() function 1215 return r8168ep_ocp_read(tp, 0x124) & 0x00000001; in DECLARE_RTL_COND() 1263 r8168ep_ocp_write(tp, 0x01, 0x30, r8168ep_ocp_read(tp, 0x30) | 0x01); in rtl8168ep_driver_start() 1285 r8168ep_ocp_write(tp, 0x01, 0x30, r8168ep_ocp_read(tp, 0x30) | 0x01); in rtl8168ep_driver_stop() 1306 return r8168ep_ocp_read(tp, 0x128) & BIT(0); in r8168ep_check_dash()
|