Searched refs:ocp_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 1336 static void ocp_write(struct rtl8169_private *tp, u8 mask, u16 reg, u32 data) in ocp_write() function 1359 ocp_write(tp, 0x1, 0x30, 0x00000001); in rtl8168_oob_notify() 1410 ocp_write(tp, 0x01, 0x180, OOB_CMD_DRIVER_START); in rtl8168ep_driver_start() 1411 ocp_write(tp, 0x01, 0x30, ocp_read(tp, 0x01, 0x30) | 0x01); in rtl8168ep_driver_start() 1443 ocp_write(tp, 0x01, 0x180, OOB_CMD_DRIVER_STOP); in rtl8168ep_driver_stop() 1444 ocp_write(tp, 0x01, 0x30, ocp_read(tp, 0x01, 0x30) | 0x01); in rtl8168ep_driver_stop()
|