Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_base.c127 rfctl = IGC_READ_REG(hw, IGC_RFCTL); in igc_rx_fifo_flush_base()
129 IGC_WRITE_REG(hw, IGC_RFCTL, rfctl); in igc_rx_fifo_flush_base()
157 IGC_WRITE_REG(hw, IGC_RFCTL, rfctl & ~IGC_RFCTL_LEF); in igc_rx_fifo_flush_base()
180 IGC_WRITE_REG(hw, IGC_RFCTL, rfctl); in igc_rx_fifo_flush_base()
H A Digc_regs.h230 #define IGC_RFCTL 0x05008 /* Receive Filter Control*/ macro