atl2_read_eeprom 1933 drivers/net/ethernet/atheros/atlx/atl2.c 		if (!atl2_read_eeprom(hw, i*4, &(eeprom_buff[i-first_dword]))) {
atl2_read_eeprom 1976 drivers/net/ethernet/atheros/atlx/atl2.c 		if (!atl2_read_eeprom(hw, first_dword*4, &(eeprom_buff[0]))) {
atl2_read_eeprom 1987 drivers/net/ethernet/atheros/atlx/atl2.c 		if (!atl2_read_eeprom(hw, last_dword * 4,
atl2_read_eeprom 2226 drivers/net/ethernet/atheros/atlx/atl2.c 			if (atl2_read_eeprom(hw, i + 0x100, &Control)) {
atl2_read_eeprom   79 drivers/net/ethernet/atheros/atlx/atl2.h static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue);