Searched refs:AR5416_OPFLAGS_11A (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.h | 125 #define AR5416_OPFLAGS_11A 0x01 macro
|
H A D | ar9003_eeprom.c | 56 .opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A, 634 .opFlags = AR5416_OPFLAGS_11A, 1213 .opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A, 1792 .opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A, 2370 .opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A, 3528 AR5416_OPFLAGS_11A)); in ath9k_hw_ar9003_dump_eeprom()
|
H A D | eeprom_4k.c | 153 PR_EEP("Allow 5GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11A)); in ath9k_hw_4k_dump_eeprom()
|
H A D | eeprom_def.c | 231 PR_EEP("Allow 5GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11A)); in ath9k_hw_def_dump_eeprom()
|
H A D | eeprom_9287.c | 149 PR_EEP("Allow 5GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11A)); in ath9k_hw_ar9287_dump_eeprom()
|
H A D | hw.c | 2511 if (eeval & AR5416_OPFLAGS_11A) { in ath9k_hw_fill_cap_info() 2553 !(eeval & AR5416_OPFLAGS_11A) && in ath9k_hw_fill_cap_info()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.h | 125 #define AR5416_OPFLAGS_11A 0x01 macro
|
H A D | ar9003_eeprom.c | 56 .opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A, 634 .opFlags = AR5416_OPFLAGS_11A, 1213 .opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A, 1792 .opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A, 2370 .opFlags = AR5416_OPFLAGS_11G | AR5416_OPFLAGS_11A, 3528 AR5416_OPFLAGS_11A)); in ath9k_hw_ar9003_dump_eeprom()
|
H A D | eeprom_4k.c | 153 PR_EEP("Allow 5GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11A)); in ath9k_hw_4k_dump_eeprom()
|
H A D | eeprom_9287.c | 149 PR_EEP("Allow 5GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11A)); in ath9k_hw_ar9287_dump_eeprom()
|
H A D | eeprom_def.c | 231 PR_EEP("Allow 5GHz", !!(pBase->opCapFlags & AR5416_OPFLAGS_11A)); in ath9k_hw_def_dump_eeprom()
|
H A D | hw.c | 2509 if (eeval & AR5416_OPFLAGS_11A) { in ath9k_hw_fill_cap_info() 2551 !(eeval & AR5416_OPFLAGS_11A) && in ath9k_hw_fill_cap_info()
|
Completed in 30 milliseconds