Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dpch_gbe.h242 u32 rx_fctrl; member
H A Dpch_gbe.c206 writel(0, &mac_regs->rx_fctrl); in pch_gbe_start()
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c396 u32 rx_fctrl; in pch_gbe_mac_force_mac_fc() local
400 rx_fctrl = ioread32(&hw->reg->RX_FCTRL); in pch_gbe_mac_force_mac_fc()
404 rx_fctrl &= ~PCH_GBE_FL_CTRL_EN; in pch_gbe_mac_force_mac_fc()
408 rx_fctrl |= PCH_GBE_FL_CTRL_EN; in pch_gbe_mac_force_mac_fc()
412 rx_fctrl &= ~PCH_GBE_FL_CTRL_EN; in pch_gbe_mac_force_mac_fc()
416 rx_fctrl |= PCH_GBE_FL_CTRL_EN; in pch_gbe_mac_force_mac_fc()
425 rx_fctrl &= ~PCH_GBE_FL_CTRL_EN; in pch_gbe_mac_force_mac_fc()
426 iowrite32(rx_fctrl, &hw->reg->RX_FCTRL); in pch_gbe_mac_force_mac_fc()