Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000_spi.c124 if (e1000_acquire_eeprom(hw)) { in spi_claim_bus()
359 if (e1000_acquire_eeprom(hw)) { in do_e1000_spi_show()
417 if (e1000_acquire_eeprom(hw)) { in do_e1000_spi_dump()
452 if (e1000_acquire_eeprom(hw)) { in do_e1000_spi_program()
494 if (e1000_acquire_eeprom(hw)) { in do_e1000_spi_checksum()
H A De1000.h70 int32_t e1000_acquire_eeprom(struct e1000_hw *hw);
H A De1000.c361 int32_t e1000_acquire_eeprom(struct e1000_hw *hw) in e1000_acquire_eeprom() function
801 if (e1000_acquire_eeprom(hw) != E1000_SUCCESS) in e1000_read_eeprom()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c57 static s32 e1000_acquire_eeprom(struct e1000_hw *hw);
3660 static s32 e1000_acquire_eeprom(struct e1000_hw *hw) in e1000_acquire_eeprom() function
3886 if (e1000_acquire_eeprom(hw) != E1000_SUCCESS) in e1000_do_read_eeprom()
4054 if (e1000_acquire_eeprom(hw) != E1000_SUCCESS) in e1000_do_write_eeprom()