Home
last modified time | relevance | path

Searched refs:RTL_CMAC_R8 (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
Dr8168_dash.h245 #define RTL_CMAC_R8(tp, reg) readb (tp->cmac_ioaddr + (reg)) macro
Dr8168_n.c2546 RTL_CMAC_W8(tp, CMAC_IBCR2, RTL_CMAC_R8(tp, CMAC_IBCR2) & ~( BIT_0 )); in rtl8168_dash2_disable_tx()
2551 TmpUchar = RTL_CMAC_R8(tp, CMAC_IBISR0); in rtl8168_dash2_disable_tx()
2562 … RTL_CMAC_W8(tp, CMAC_IBISR0, RTL_CMAC_R8(tp, CMAC_IBISR0) | ISRIMR_DASH_TYPE2_TX_DISABLE_IDLE); in rtl8168_dash2_disable_tx()
2571 RTL_CMAC_W8(tp, CMAC_IBCR2, RTL_CMAC_R8(tp, CMAC_IBCR2) | BIT_0); in rtl8168_dash2_enable_tx()
2580 RTL_CMAC_W8(tp, CMAC_IBCR0, RTL_CMAC_R8(tp, CMAC_IBCR0) & ~( BIT_0 )); in rtl8168_dash2_disable_rx()
2589 RTL_CMAC_W8(tp, CMAC_IBCR0, RTL_CMAC_R8(tp, CMAC_IBCR0) | BIT_0); in rtl8168_dash2_enable_rx()
3459 RTL_CMAC_W8(tp, CMAC_IBISR0, RTL_CMAC_R8(tp, CMAC_IBISR0)); in rtl8168_irq_mask_and_ack()
28283 DashIntType2Status = RTL_CMAC_R8(tp, CMAC_IBISR0);