Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c766 u32 tx_mode, tcpip; in pch_gbe_setup_tctl() local
776 tcpip = ioread32(&hw->reg->TCPIP_ACC); in pch_gbe_setup_tctl()
777 tcpip |= PCH_GBE_TX_TCPIPACC_EN; in pch_gbe_setup_tctl()
778 iowrite32(tcpip, &hw->reg->TCPIP_ACC); in pch_gbe_setup_tctl()
815 u32 rx_mode, tcpip; in pch_gbe_setup_rctl() local
822 tcpip = ioread32(&hw->reg->TCPIP_ACC); in pch_gbe_setup_rctl()
824 tcpip |= PCH_GBE_RX_TCPIPACC_OFF; in pch_gbe_setup_rctl()
825 tcpip &= ~PCH_GBE_RX_TCPIPACC_EN; in pch_gbe_setup_rctl()
826 iowrite32(tcpip, &hw->reg->TCPIP_ACC); in pch_gbe_setup_rctl()