Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A De1000_spi.c121 if (e1000_acquire_eeprom(hw)) { in spi_claim_bus()
356 if (e1000_acquire_eeprom(hw)) { in do_e1000_spi_show()
414 if (e1000_acquire_eeprom(hw)) { in do_e1000_spi_dump()
449 if (e1000_acquire_eeprom(hw)) { in do_e1000_spi_program()
491 if (e1000_acquire_eeprom(hw)) { in do_e1000_spi_checksum()
H A De1000.h69 int32_t e1000_acquire_eeprom(struct e1000_hw *hw);
H A De1000.c362 int32_t e1000_acquire_eeprom(struct e1000_hw *hw) in e1000_acquire_eeprom() function
802 if (e1000_acquire_eeprom(hw) != E1000_SUCCESS) in e1000_read_eeprom()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c58 static s32 e1000_acquire_eeprom(struct e1000_hw *hw);
3657 static s32 e1000_acquire_eeprom(struct e1000_hw *hw) in e1000_acquire_eeprom() function
3883 if (e1000_acquire_eeprom(hw) != E1000_SUCCESS) in e1000_do_read_eeprom()
4051 if (e1000_acquire_eeprom(hw) != E1000_SUCCESS) in e1000_do_write_eeprom()