Searched refs:atl2_read_eeprom (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.h | 79 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue);
|
H A D | atl2.c | 1903 if (!atl2_read_eeprom(hw, i*4, &(eeprom_buff[i-first_dword]))) { in atl2_get_eeprom() 1946 if (!atl2_read_eeprom(hw, first_dword*4, &(eeprom_buff[0]))) { in atl2_set_eeprom() 1957 if (!atl2_read_eeprom(hw, last_dword * 4, in atl2_set_eeprom() 2194 if (atl2_read_eeprom(hw, i + 0x100, &Control)) { in get_permanent_address() 2706 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue) in atl2_read_eeprom() function
|