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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Deeprom.c101 u32 cksum, offset, eep_max = AR5K_EEPROM_INFO_MAX; local
122 eep_max = (val & AR5K_EEPROM_SIZE_UPPER_MASK) <<
125 eep_max = (eep_max | val) - AR5K_EEPROM_INFO_BASE;
127 if (eep_max > (3 * AR5K_EEPROM_INFO_MAX)) {
130 eep_max, eep_max,
137 for (cksum = 0, offset = 0; offset < eep_max; offset++) {
143 "checksum: 0x%04x eep_max: 0x%04x (%s)\n",
144 cksum, eep_max,
[all...]

Completed in 101 milliseconds