Searched refs:atl1e_read_eeprom (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_ethtool.c235 if (!atl1e_read_eeprom(hw, i * 4, &(eeprom_buff[i-first_dword]))) {
276 if (!atl1e_read_eeprom(hw, first_dword * 4, &(eeprom_buff[0]))) {
286 if (!atl1e_read_eeprom(hw, last_dword * 4,
H A Datl1e_hw.c115 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value) function
H A Datl1e_hw.h44 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value);

Completed in 111 milliseconds