Searched refs:RTL_R8 (Results 1 – 4 of 4) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
D | rtl_eeprom.c | 61 if(RTL_R8(tp, 0xD2)&0x04) { in rtl8168_eeprom_type() 87 x = RTL_R8(tp, Cfg9346); in rtl8168_eeprom_cleanup() 104 x = RTL_R8(tp, Cfg9346); in rtl8168_eeprom_cmd_done() 222 x = RTL_R8(tp, Cfg9346); in rtl8168_shift_out_bits() 247 x = RTL_R8(tp, Cfg9346); in rtl8168_shift_in_bits() 256 x = RTL_R8(tp, Cfg9346); in rtl8168_shift_in_bits() 272 x = RTL_R8(tp, Cfg9346); in rtl8168_stand_by()
|
D | r8168_n.c | 3129 RTL_W8(tp, 0xF2, RTL_R8(tp, 0xF2) | BIT_3); in rtl8168_enable_rxdvgate() 3154 RTL_W8(tp, 0xF2, RTL_R8(tp, 0xF2) & ~BIT_3); in rtl8168_disable_rxdvgate() 3197 if (RTL_R8(tp, 0xF2) & BIT_5) in rtl8168_is_phy_disable_mode_enabled() 3250 … if ((RTL_R8(tp, MCUCmd_reg) & (Txfifo_empty | Rxfifo_empty)) == (Txfifo_empty | Rxfifo_empty)) in rtl8168_wait_txrx_fifo_empty() 3299 RTL_W8(tp, TwiCmdReg, RTL_R8(tp, TwiCmdReg) | ( BIT_7 )); in rtl8168_driver_start() 3357 RTL_W8(tp, TwiCmdReg, RTL_R8(tp, TwiCmdReg) & ~( BIT_7 )); in rtl8168_driver_stop() 3502 if (!(RTL_R8(tp, TxPoll) & NPQ)) break; in rtl8168_nic_reset() 3534 if ((RTL_R8(tp, ChipCmd) & CmdReset) == 0) in rtl8168_nic_reset() 3732 retval = (RTL_R8(tp, PHYstatus) & LinkStatus) ? 1 : 0; in rtl8168_xmii_link_ok() 3779 u8 status = RTL_R8(tp, PHYstatus); in rtl8168dp_10mbps_gphy_para() [all …]
|
D | r8168.h | 450 #define RTL_R8(tp, reg) readb(tp->mmio_addr + (reg)) macro
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/ |
D | phydm_interface.c | 41 return RTL_R8(reg_addr); in odm_read_1byte()
|