Searched refs:atl2_read_eeprom (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl2.h | 92 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue);
|
D | atl2.c | 1947 if (!atl2_read_eeprom(hw, i*4, &(eeprom_buff[i-first_dword]))) { in atl2_get_eeprom() 1990 if (!atl2_read_eeprom(hw, first_dword*4, &(eeprom_buff[0]))) { in atl2_set_eeprom() 2001 if (!atl2_read_eeprom(hw, last_dword * 4, in atl2_set_eeprom() 2240 if (atl2_read_eeprom(hw, i + 0x100, &Control)) { in get_permanent_address() 2758 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue) in atl2_read_eeprom() function
|