Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c781 u32 tx_mode, tcpip; in pch_gbe_setup_tctl() local
791 tcpip = ioread32(&hw->reg->TCPIP_ACC); in pch_gbe_setup_tctl()
792 tcpip |= PCH_GBE_TX_TCPIPACC_EN; in pch_gbe_setup_tctl()
793 iowrite32(tcpip, &hw->reg->TCPIP_ACC); in pch_gbe_setup_tctl()
830 u32 rx_mode, tcpip; in pch_gbe_setup_rctl() local
837 tcpip = ioread32(&hw->reg->TCPIP_ACC); in pch_gbe_setup_rctl()
839 tcpip |= PCH_GBE_RX_TCPIPACC_OFF; in pch_gbe_setup_rctl()
840 tcpip &= ~PCH_GBE_RX_TCPIPACC_EN; in pch_gbe_setup_rctl()
841 iowrite32(tcpip, &hw->reg->TCPIP_ACC); in pch_gbe_setup_rctl()