Symbol: ah_ee_version
sys/dev/ic/ar5211.c
2570
hal->ah_ee_version >= AR5K_EEPROM_VERSION_3_1) {
sys/dev/ic/ar5212.c
725
if (hal->ah_ee_version >= AR5K_EEPROM_VERSION_4_1) {
sys/dev/ic/ar5xxx.c
1001
if (hal->ah_ee_version >= AR5K_EEPROM_VERSION_4_1) {
sys/dev/ic/ar5xxx.c
1009
if (hal->ah_ee_version >= AR5K_EEPROM_VERSION_4_2) {
sys/dev/ic/ar5xxx.c
680
if (hal->ah_ee_version > AR5K_EEPROM_VERSION_3_2)
sys/dev/ic/ar5xxx.c
687
if (hal->ah_ee_version > AR5K_EEPROM_VERSION_3_2)
sys/dev/ic/ar5xxx.c
764
if (hal->ah_ee_version <= AR5K_EEPROM_VERSION_3_2)
sys/dev/ic/ar5xxx.c
780
if (hal->ah_ee_version <= AR5K_EEPROM_VERSION_3_2)
sys/dev/ic/ar5xxx.c
789
if (hal->ah_ee_version >= AR5K_EEPROM_VERSION_4_0)
sys/dev/ic/ar5xxx.c
792
if (hal->ah_ee_version >= AR5K_EEPROM_VERSION_3_3) {
sys/dev/ic/ar5xxx.c
804
if (hal->ah_ee_version < AR5K_EEPROM_VERSION_3_4) {
sys/dev/ic/ar5xxx.c
817
if (hal->ah_ee_version >= AR5K_EEPROM_VERSION_4_0 &&
sys/dev/ic/ar5xxx.c
823
if (hal->ah_ee_version >= AR5K_EEPROM_VERSION_4_6 &&
sys/dev/ic/ar5xxx.c
857
if (hal->ah_ee_version < AR5K_EEPROM_VERSION_3_0)
sys/dev/ic/ar5xxx.c
875
AR5K_EEPROM_READ_HDR(AR5K_EEPROM_ANT_GAIN(hal->ah_ee_version),
sys/dev/ic/ar5xxx.c
878
if (hal->ah_ee_version >= AR5K_EEPROM_VERSION_4_0) {
sys/dev/ic/ar5xxx.c
883
if (hal->ah_ee_version < AR5K_EEPROM_VERSION_3_3) {
sys/dev/ic/ar5xxx.c
896
offset = AR5K_EEPROM_CTL(hal->ah_ee_version);
sys/dev/ic/ar5xxx.c
897
ee->ee_ctls = AR5K_EEPROM_N_CTLS(hal->ah_ee_version);
sys/dev/ic/ar5xxx.c
910
offset = AR5K_EEPROM_MODES_11A(hal->ah_ee_version);
sys/dev/ic/ar5xxx.c
932
if (hal->ah_ee_version >= AR5K_EEPROM_VERSION_4_1) {
sys/dev/ic/ar5xxx.c
941
offset = AR5K_EEPROM_MODES_11B(hal->ah_ee_version);
sys/dev/ic/ar5xxx.c
954
if (hal->ah_ee_version >= AR5K_EEPROM_VERSION_4_0) {
sys/dev/ic/ar5xxx.c
966
if (hal->ah_ee_version >= AR5K_EEPROM_VERSION_4_1) {
sys/dev/ic/ar5xxx.c
974
offset = AR5K_EEPROM_MODES_11G(hal->ah_ee_version);
sys/dev/ic/ar5xxx.c
987
if (hal->ah_ee_version >= AR5K_EEPROM_VERSION_4_0) {
sys/dev/ic/ath.c
263
if (ah->ah_ee_version == AR5K_EEPROM_VERSION_4_7)
sys/dev/ic/ath.c
266
printf(" eeprom %1x.%1x", ah->ah_ee_version >> 12,
sys/dev/ic/ath.c
267
ah->ah_ee_version & 0xff);