Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_nvm.c84 IGC_WRITE_REG(hw, IGC_EECD, *eecd); in igc_raise_eec_clk()
99 IGC_WRITE_REG(hw, IGC_EECD, *eecd); in igc_lower_eec_clk()
117 u32 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_shift_out_eec_bits()
132 IGC_WRITE_REG(hw, IGC_EECD, eecd); in igc_shift_out_eec_bits()
144 IGC_WRITE_REG(hw, IGC_EECD, eecd); in igc_shift_out_eec_bits()
166 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_shift_in_eec_bits()
175 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_shift_in_eec_bits()
227 u32 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_acquire_nvm_generic()
232 IGC_WRITE_REG(hw, IGC_EECD, eecd | IGC_EECD_REQ); in igc_acquire_nvm_generic()
233 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_acquire_nvm_generic()
[all …]
H A Digc_i225.c28 u32 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_init_nvm_params_i225()
680 eec = IGC_READ_REG(hw, IGC_EECD); in igc_get_flash_presence_i225()
788 flup = IGC_READ_REG(hw, IGC_EECD) | IGC_EECD_FLUPD_I225; in igc_update_flash_i225()
789 IGC_WRITE_REG(hw, IGC_EECD, flup); in igc_update_flash_i225()
803 if (IGC_READ_REG(hw, IGC_EECD) & IGC_EECD_SEC1VAL_I225) in igc_update_flash_i225()
868 reg = IGC_READ_REG(hw, IGC_EECD); in igc_pool_flash_update_done_i225()
H A Digc_regs.h13 #define IGC_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
H A Digc_mac.c998 if (IGC_READ_REG(hw, IGC_EECD) & IGC_EECD_AUTO_RD) in igc_get_auto_rd_done_generic()