Searched refs:AR5K_EEPROM_INFO_BASE (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/wireless/ath/ath5k/
H A Deeprom.h46 #define AR5K_EEPROM_INFO_BASE 0x00c0 /* EEPROM header */ macro
47 #define AR5K_EEPROM_INFO_MAX (0x400 - AR5K_EEPROM_INFO_BASE)
49 #define AR5K_EEPROM_INFO(_n) (AR5K_EEPROM_INFO_BASE + (_n))
H A Deeprom.c125 eep_max = (eep_max | val) - AR5K_EEPROM_INFO_BASE;

Completed in 62 milliseconds