Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Digc_i225.c28 uint32_t eecd = IGC_READ_REG(hw, IGC_EECD); in igc_init_nvm_params_i225()
684 eec = IGC_READ_REG(hw, IGC_EECD); in igc_get_flash_presence_i225()
794 flup = IGC_READ_REG(hw, IGC_EECD) | IGC_EECD_FLUPD_I225; in igc_update_flash_i225()
795 IGC_WRITE_REG(hw, IGC_EECD, flup); in igc_update_flash_i225()
809 if (IGC_READ_REG(hw, IGC_EECD) & IGC_EECD_SEC1VAL_I225) in igc_update_flash_i225()
873 reg = IGC_READ_REG(hw, IGC_EECD); in igc_pool_flash_update_done_i225()
H A Digc_regs.h16 #define IGC_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
H A Digc_mac.c782 if (IGC_READ_REG(hw, IGC_EECD) & IGC_EECD_AUTO_RD) in igc_get_auto_rd_done_generic()