Searched refs:e1000_write_eeprom_spi (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 44 static s32 e1000_write_eeprom_spi(struct e1000_hw *hw, u16 offset, 4060 status = e1000_write_eeprom_spi(hw, offset, words, data); in e1000_do_write_eeprom() 4071 * e1000_write_eeprom_spi - Writes a 16 bit word to a given offset in an SPI EEPROM. 4077 static s32 e1000_write_eeprom_spi(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_eeprom_spi() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 44 static s32 e1000_write_eeprom_spi(struct e1000_hw *hw, u16 offset, 4061 status = e1000_write_eeprom_spi(hw, offset, words, data); in e1000_do_write_eeprom() 4072 * e1000_write_eeprom_spi - Writes a 16 bit word to a given offset in an SPI EEPROM. 4078 static s32 e1000_write_eeprom_spi(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_eeprom_spi() function
|
Completed in 11 milliseconds