Searched refs:IXGBE_EEC (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x540.c | 205 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()
|
D | ixgbe_common.c | 802 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 …]
|
D | ixgbe_x550.c | 93 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_init_eeprom_params_X550()
|
D | ixgbe_type.h | 109 #define IXGBE_EEC 0x10010 macro
|
D | ixgbe_ethtool.c | 473 regs_buff[8] = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_get_regs()
|
D | ixgbe_main.c | 8437 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_probe()
|