Home
last modified time | relevance | path

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

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