Searched refs:IGC_RCTL_EN (Results 1 – 2 of 2) sorted by relevance
402 temp_rctl = rctl & ~(IGC_RCTL_EN | IGC_RCTL_SBP); in igc_rx_fifo_flush_base()406 wr32(IGC_RCTL, temp_rctl | IGC_RCTL_EN); in igc_rx_fifo_flush_base()
354 #define IGC_RCTL_EN 0x00000002 /* enable */ macro