Home
last modified time | relevance | path

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

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