Searched refs:r8168ep_ocp_read (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c1256 static u32 r8168ep_ocp_read(struct rtl8169_private *tp, u16 reg) function
1303 return r8168ep_ocp_read(tp, 0x124) & 0x00000001;
1351 r8168ep_ocp_write(tp, 0x01, 0x30, r8168ep_ocp_read(tp, 0x30) | 0x01);
1373 r8168ep_ocp_write(tp, 0x01, 0x30, r8168ep_ocp_read(tp, 0x30) | 0x01);
1394 return r8168ep_ocp_read(tp, 0x128) & BIT(0);

Completed in 158 milliseconds