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

/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl2.h79 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue);
H A Datl2.c1903 if (!atl2_read_eeprom(hw, i*4, &(eeprom_buff[i-first_dword]))) {
1946 if (!atl2_read_eeprom(hw, first_dword*4, &(eeprom_buff[0]))) {
1957 if (!atl2_read_eeprom(hw, last_dword * 4,
2194 if (atl2_read_eeprom(hw, i + 0x100, &Control)) {
2706 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue) function

Completed in 255 milliseconds