Searched refs:atl2_read_eeprom (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl2.h93 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue);
H A Datl2.c1958 if (!atl2_read_eeprom(hw, i*4, &(eeprom_buff[i-first_dword]))) {
2001 if (!atl2_read_eeprom(hw, first_dword*4, &(eeprom_buff[0])))
2010 if (!atl2_read_eeprom(hw, last_dword * 4,
2256 if (atl2_read_eeprom(hw, i + 0x100, &Control)) {
2776 static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue) function

Completed in 35 milliseconds