Searched refs:ocp_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/realtek/ |
D | r8169.c | 1140 static void ocp_write(struct rtl8169_private *tp, u8 mask, u16 reg, u32 data) in ocp_write() function 1163 ocp_write(tp, 0x1, 0x30, 0x00000001); in rtl8168_oob_notify() 1210 ocp_write(tp, 0x01, 0x180, OOB_CMD_DRIVER_START); in rtl8168ep_driver_start() 1211 ocp_write(tp, 0x01, 0x30, ocp_read(tp, 0x01, 0x30) | 0x01); in rtl8168ep_driver_start() 1243 ocp_write(tp, 0x01, 0x180, OOB_CMD_DRIVER_STOP); in rtl8168ep_driver_stop() 1244 ocp_write(tp, 0x01, 0x30, ocp_read(tp, 0x01, 0x30) | 0x01); in rtl8168ep_driver_stop()
|