Searched refs:ocp_read (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/realtek/ |
H A D | r8169.c | 1290 static u32 ocp_read(struct rtl8169_private *tp, u8 mask, u16 reg) ocp_read() function 1365 return ocp_read(tp, 0x0f, reg) & 0x00000800; DECLARE_RTL_COND() 1370 return ocp_read(tp, 0x0f, 0x124) & 0x00000001; DECLARE_RTL_COND() 1399 ocp_write(tp, 0x01, 0x30, ocp_read(tp, 0x01, 0x30) | 0x01); rtl8168ep_driver_start() 1432 ocp_write(tp, 0x01, 0x30, ocp_read(tp, 0x01, 0x30) | 0x01); rtl8168ep_driver_stop() 1459 return (ocp_read(tp, 0x0f, reg) & 0x00008000) ? 1 : 0; r8168dp_check_dash() 1464 return (ocp_read(tp, 0x0f, 0x128) & 0x00000001) ? 1 : 0; r8168ep_check_dash()
|
Completed in 84 milliseconds