Searched refs:atl1e_read_eeprom (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/net/ethernet/atheros/atl1e/ | 
| D | atl1e_ethtool.c | 235 		if (!atl1e_read_eeprom(hw, i * 4, &(eeprom_buff[i-first_dword]))) {  in atl1e_get_eeprom() 276 		if (!atl1e_read_eeprom(hw, first_dword * 4, &(eeprom_buff[0]))) {  in atl1e_set_eeprom() 286 		if (!atl1e_read_eeprom(hw, last_dword * 4,  in atl1e_set_eeprom()
  | 
| D | atl1e_hw.h | 44 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value);
  | 
| D | atl1e_hw.c | 115 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value)  in atl1e_read_eeprom()  function
  |