Searched refs:atl1e_read_eeprom (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 231 if (!atl1e_read_eeprom(hw, i * 4, &(eeprom_buff[i-first_dword]))) { in atl1e_get_eeprom() 272 if (!atl1e_read_eeprom(hw, first_dword * 4, &(eeprom_buff[0]))) { in atl1e_set_eeprom() 282 if (!atl1e_read_eeprom(hw, last_dword * 4, in atl1e_set_eeprom()
|
D | atl1e_hw.h | 31 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value);
|
D | atl1e_hw.c | 102 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value) in atl1e_read_eeprom() function
|