Home
last modified time | relevance | path

Searched refs:atl1c_read_eeprom (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
Datl1c_ethtool.c212 if (!atl1c_read_eeprom(hw, i * 4, &(eeprom_buff[i-first_dword]))) { in atl1c_get_eeprom()
Datl1c_hw.h47 bool atl1c_read_eeprom(struct atl1c_hw *hw, u32 offset, u32 *p_value);
Datl1c_hw.c153 bool atl1c_read_eeprom(struct atl1c_hw *hw, u32 offset, u32 *p_value) in atl1c_read_eeprom() function