Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h944 #define IGC_EECD_AUTO_RD 0x00000200 /* NVM Auto Read done */ macro
950 #define IGC_EECD_SEC1VAL_VALID_MASK (IGC_EECD_AUTO_RD | IGC_EECD_PRES)
H A Digc_mac.c997 if (IGC_READ_REG(hw, IGC_EECD) & IGC_EECD_AUTO_RD) in igc_get_auto_rd_done_generic()