Home
last modified time | relevance | path

Searched refs:AR_SREV_9300_20_OR_LATER (Results 1 – 8 of 8) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dreg.h23 #define AR_CR_RXE (AR_SREV_9300_20_OR_LATER(ah) ? 0x0000000c : 0x00000004)
344 #define AR_ISR_S2_S (AR_SREV_9300_20_OR_LATER(ah) ? 0x00d0 : 0x00cc)
345 #define AR_ISR_S3_S (AR_SREV_9300_20_OR_LATER(ah) ? 0x00d4 : 0x00d0)
346 #define AR_ISR_S4_S (AR_SREV_9300_20_OR_LATER(ah) ? 0x00d8 : 0x00d4)
347 #define AR_ISR_S5_S (AR_SREV_9300_20_OR_LATER(ah) ? 0x00dc : 0x00d8)
864 #define AR_SREV_9300_20_OR_LATER(_ah) \ macro
1058 (AR_SREV_9300_20_OR_LATER(ah) ? 0x4050 : 0x404c))
1081 (AR_SREV_9300_20_OR_LATER(ah) ? 0x4058 : 0x4050))
1086 (AR_SREV_9300_20_OR_LATER(ah) ? 0x405c : 0x4054))
1105 (AR_SREV_9300_20_OR_LATER(ah) ? 0x4060 : 0x4058))
[all …]
Dhw.c347 if (!AR_SREV_9300_20_OR_LATER(ah)) { in ath9k_hw_chip_test()
486 if (!AR_SREV_9300_20_OR_LATER(ah)) { in ath9k_hw_post_init()
518 if (AR_SREV_9300_20_OR_LATER(ah)) in ath9k_hw_attach_ops()
609 if (AR_SREV_9280_20_OR_LATER(ah) && !AR_SREV_9300_20_OR_LATER(ah)) in __ath9k_hw_init()
611 if (!AR_SREV_9300_20_OR_LATER(ah)) in __ath9k_hw_init()
897 if (AR_SREV_9300_20_OR_LATER(ah)) { in ath9k_hw_init_interrupt_masks()
933 if (AR_SREV_9300_20_OR_LATER(ah)) { in ath9k_hw_init_interrupt_masks()
1125 if (!AR_SREV_9300_20_OR_LATER(ah)) in ath9k_hw_set_dma()
1140 if (!AR_SREV_9300_20_OR_LATER(ah)) in ath9k_hw_set_dma()
1155 if (AR_SREV_9300_20_OR_LATER(ah)) { in ath9k_hw_set_dma()
[all …]
Dbtcoex.c71 if (AR_SREV_9300_20_OR_LATER(ah)) in ath9k_hw_init_btcoex_hw()
113 } else if (AR_SREV_9300_20_OR_LATER(ah)) { in ath9k_hw_btcoex_init_scheme()
239 if (AR_SREV_9300_20_OR_LATER(ah)) { in ath9k_hw_btcoex_enable_3wire()
323 if (AR_SREV_9300_20_OR_LATER(ah)) { in ath9k_hw_btcoex_disable()
355 if (AR_SREV_9300_20_OR_LATER(ah)) { in ath9k_hw_btcoex_bt_stomp()
Dani.c109 return AR_SREV_9300_20_OR_LATER(ah) || modparam_force_new_ani; in use_new_ani()
362 if (!AR_SREV_9300_20_OR_LATER(ah) || AR_SREV_9485(ah)) in ath9k_hw_set_cck_nil()
560 if (AR_SREV_9300_20_OR_LATER(ah)) in ath9k_ani_reset()
871 if (AR_SREV_9300_20_OR_LATER(ah)) in ath9k_hw_ani_init()
Dmac.c464 if (AR_SREV_9300_20_OR_LATER(ah) && in ath9k_hw_resettxqueue()
508 if (AR_SREV_9300_20_OR_LATER(ah)) in ath9k_hw_resettxqueue()
700 if (!AR_SREV_9300_20_OR_LATER(ah)) { in ath9k_hw_stopdmarecv()
857 if (AR_SREV_9300_20_OR_LATER(ah)) { in ath9k_hw_set_interrupts()
Deeprom.c525 if (AR_SREV_9300_20_OR_LATER(ah)) in ath9k_hw_eeprom_init()
Dinit.c263 else if (AR_SREV_9300_20_OR_LATER(ah)) in setup_ht_cap()
Ddebug.c1115 max_reg_offset = AR_SREV_9300_20_OR_LATER(sc->sc_ah) ? 0x16bd4 : 0xb500; in open_file_regdump()