Searched refs:TxConfig (Results 1 – 2 of 2) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
D | r8168_n.c | 3244 if (RTL_R32(tp, TxConfig) & BIT_11) in rtl8168_wait_txrx_fifo_empty() 3643 RTL_W32(tp, TxConfig, (RTL_R32(tp, TxConfig) & ~0x00060000) | 0x00020000); in rtl8168_mac_loopback_test() 3709 RTL_W32(tp, TxConfig, RTL_R32(tp, TxConfig) & ~0x00060000); in rtl8168_mac_loopback_test() 3985 … RTL_W32(tp, TxConfig, (RTL_R32(tp, TxConfig) & ~BIT_19) | BIT_25); in rtl8168_check_link_status() 3992 …RTL_W32(tp, TxConfig, (RTL_R32(tp, TxConfig) & ~BIT_19) | (InterFrameGap << TxInterFrameGapShift)); in rtl8168_check_link_status() 4002 … RTL_W32(tp, TxConfig, (RTL_R32(tp, TxConfig) | (BIT_24 | BIT_25)) & ~BIT_19); in rtl8168_check_link_status() 4004 … RTL_W32(tp, TxConfig, (RTL_R32(tp, TxConfig) | BIT_25) & ~(BIT_19 | BIT_24)); in rtl8168_check_link_status() 6772 val32 = RTL_R32(tp, TxConfig); in rtl8168_get_mac_version() 26103 RTL_W32(tp, TxConfig, (TX_DMA_BURST_512 << TxDMAShift) | in rtl8168_hw_config() 26106 RTL_W32(tp, TxConfig, (TX_DMA_BURST_unlimited << TxDMAShift) | in rtl8168_hw_config() [all …]
|
D | r8168.h | 1061 TxConfig = 0x40, enumerator
|