Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_regs.h33 #define IGC_IMC 0x0150C /* Intr Mask Clear - WO */ macro
H A Digc_i225.c197 IGC_WRITE_REG(hw, IGC_IMC, 0xffffffff); in igc_reset_hw_i225()
221 IGC_WRITE_REG(hw, IGC_IMC, 0xffffffff); in igc_reset_hw_i225()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c1454 igc_write32(igc, IGC_IMC, UINT32_MAX); in igc_hw_intr_disable()