Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c205 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_init_eeprom_params_X540()
507 flup = IXGBE_READ_REG(hw, IXGBE_EEC) | IXGBE_EEC_FLUP; in ixgbe_update_flash_X540()
508 IXGBE_WRITE_REG(hw, IXGBE_EEC, flup); in ixgbe_update_flash_X540()
517 flup = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_update_flash_X540()
521 IXGBE_WRITE_REG(hw, IXGBE_EEC, flup); in ixgbe_update_flash_X540()
547 reg = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_poll_flash_update_done_X540()
Dixgbe_common.c802 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_init_eeprom_params_generic()
1286 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_acquire_eeprom()
1290 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); in ixgbe_acquire_eeprom()
1293 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_acquire_eeprom()
1302 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); in ixgbe_acquire_eeprom()
1312 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); in ixgbe_acquire_eeprom()
1457 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_standby_eeprom()
1461 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); in ixgbe_standby_eeprom()
1465 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); in ixgbe_standby_eeprom()
1483 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_shift_out_eeprom_bits()
[all …]
Dixgbe_x550.c93 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_init_eeprom_params_X550()
Dixgbe_type.h109 #define IXGBE_EEC 0x10010 macro
Dixgbe_ethtool.c473 regs_buff[8] = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_get_regs()
Dixgbe_main.c8437 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_probe()