Searched refs:atl2_read_eeprom (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/atheros/atlx/ |
| D | atl2.h | 79 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue);
|
| D | atl2.c | 1933 if (!atl2_read_eeprom(hw, i*4, &(eeprom_buff[i-first_dword]))) { in atl2_get_eeprom() 1976 if (!atl2_read_eeprom(hw, first_dword*4, &(eeprom_buff[0]))) { in atl2_set_eeprom() 1987 if (!atl2_read_eeprom(hw, last_dword * 4, in atl2_set_eeprom() 2226 if (atl2_read_eeprom(hw, i + 0x100, &Control)) { in get_permanent_address() 2744 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue) in atl2_read_eeprom() function
|