Home
last modified time | relevance | path

Searched refs:IXGBE_EEC (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c235 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_init_eeprom_params_X540()
533 flup = IXGBE_READ_REG(hw, IXGBE_EEC) | IXGBE_EEC_FLUP; in ixgbe_update_flash_X540()
534 IXGBE_WRITE_REG(hw, IXGBE_EEC, flup); in ixgbe_update_flash_X540()
543 flup = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_update_flash_X540()
547 IXGBE_WRITE_REG(hw, IXGBE_EEC, flup); in ixgbe_update_flash_X540()
574 reg = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_poll_flash_update_done_X540()
Dixgbe_common.c602 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_init_eeprom_params_generic()
1131 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_acquire_eeprom()
1135 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); in ixgbe_acquire_eeprom()
1138 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_acquire_eeprom()
1147 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); in ixgbe_acquire_eeprom()
1158 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); in ixgbe_acquire_eeprom()
1318 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_standby_eeprom()
1322 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); in ixgbe_standby_eeprom()
1326 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); in ixgbe_standby_eeprom()
1344 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_shift_out_eeprom_bits()
[all …]
Dixgbe_type.h90 #define IXGBE_EEC 0x10010 macro
Dixgbe_ethtool.c493 regs_buff[8] = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_get_regs()
Dixgbe_main.c6886 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_probe()