Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c774 u32 tx_mode, tcpip; in pch_gbe_setup_tctl() local
784 tcpip = ioread32(&hw->reg->TCPIP_ACC); in pch_gbe_setup_tctl()
785 tcpip |= PCH_GBE_TX_TCPIPACC_EN; in pch_gbe_setup_tctl()
786 iowrite32(tcpip, &hw->reg->TCPIP_ACC); in pch_gbe_setup_tctl()
823 u32 rx_mode, tcpip; in pch_gbe_setup_rctl() local
830 tcpip = ioread32(&hw->reg->TCPIP_ACC); in pch_gbe_setup_rctl()
832 tcpip |= PCH_GBE_RX_TCPIPACC_OFF; in pch_gbe_setup_rctl()
833 tcpip &= ~PCH_GBE_RX_TCPIPACC_EN; in pch_gbe_setup_rctl()
834 iowrite32(tcpip, &hw->reg->TCPIP_ACC); in pch_gbe_setup_rctl()
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c757 u32 tx_mode, tcpip; in pch_gbe_setup_tctl() local
767 tcpip = ioread32(&hw->reg->TCPIP_ACC); in pch_gbe_setup_tctl()
768 tcpip |= PCH_GBE_TX_TCPIPACC_EN; in pch_gbe_setup_tctl()
769 iowrite32(tcpip, &hw->reg->TCPIP_ACC); in pch_gbe_setup_tctl()
806 u32 rx_mode, tcpip; in pch_gbe_setup_rctl() local
813 tcpip = ioread32(&hw->reg->TCPIP_ACC); in pch_gbe_setup_rctl()
815 tcpip |= PCH_GBE_RX_TCPIPACC_OFF; in pch_gbe_setup_rctl()
816 tcpip &= ~PCH_GBE_RX_TCPIPACC_EN; in pch_gbe_setup_rctl()
817 iowrite32(tcpip, &hw->reg->TCPIP_ACC); in pch_gbe_setup_rctl()
/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Ddriverif.c39 #include <lwip/tcpip.h>

Completed in 10 milliseconds