Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.h32 bool atl1e_write_eeprom(struct atl1e_hw *hw, u32 offset, u32 value);
H A Datl1e_ethtool.c293 if (!atl1e_write_eeprom(hw, ((first_dword + i) * 4), in atl1e_set_eeprom()
H A Datl1e_hw.c97 bool atl1e_write_eeprom(struct atl1e_hw *hw, u32 offset, u32 value) in atl1e_write_eeprom() function