Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_regs.h29 #define IGC_ICR 0x01500 /* Intr Cause Read - RC/W1C */ macro
H A Dif_igc.c333 regs_buff[3] = IGC_READ_REG(hw, IGC_ICR); in igc_get_regs()
841 IGC_READ_REG(&adapter->hw, IGC_ICR); in igc_if_init()
863 reg_icr = IGC_READ_REG(&adapter->hw, IGC_ICR); in igc_intr()
942 reg_icr = IGC_READ_REG(&adapter->hw, IGC_ICR); in igc_msix_link()
H A Digc_i225.c223 IGC_READ_REG(hw, IGC_ICR); in igc_reset_hw_i225()