Home
last modified time | relevance | path

Searched refs:atl2_read_eeprom (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datl2.h92 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue);
Datl2.c1950 if (!atl2_read_eeprom(hw, i*4, &(eeprom_buff[i-first_dword]))) { in atl2_get_eeprom()
1993 if (!atl2_read_eeprom(hw, first_dword*4, &(eeprom_buff[0]))) { in atl2_set_eeprom()
2004 if (!atl2_read_eeprom(hw, last_dword * 4, in atl2_set_eeprom()
2243 if (atl2_read_eeprom(hw, i + 0x100, &Control)) { in get_permanent_address()
2761 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue) in atl2_read_eeprom() function