Home
last modified time | relevance | path

Searched refs:AR_SREV_9550 (Results 1 – 11 of 11) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.h74 ((AR_SREV_9340(ah) || AR_SREV_9550(ah)) ? 0x30000 : 0x14000)
76 ((AR_SREV_9340(ah) || AR_SREV_9550(ah)) ? 0x31018 : 0x15f18)
82 ((AR_SREV_9340(ah) || AR_SREV_9550(ah)) ? 0x3101c : 0x15f1c)
Dar9003_phy.c186 } else if (AR_SREV_9550(ah) || AR_SREV_9531(ah) || in ar9003_hw_set_channel()
202 if ((AR_SREV_9340(ah) || AR_SREV_9550(ah) || in ar9003_hw_set_channel()
270 AR_SREV_9550(ah) || AR_SREV_9561(ah)) { in ar9003_hw_spur_mitigate_mrc_cck()
297 AR_SREV_9550(ah) || AR_SREV_9561(ah)) in ar9003_hw_spur_mitigate_mrc_cck()
752 if (AR_SREV_9340(ah) || AR_SREV_9531(ah) || AR_SREV_9550(ah) || in ar9003_hw_override_ini()
835 if (AR_SREV_9300(ah) || AR_SREV_9580(ah) || AR_SREV_9550(ah)) { in ar9003_doubler_fix()
934 if (AR_SREV_9550(ah) || AR_SREV_9561(ah)) in ar9003_hw_process_ini()
944 if (AR_SREV_9550(ah) || AR_SREV_9531(ah) || AR_SREV_9561(ah)) { in ar9003_hw_process_ini()
947 if (AR_SREV_9550(ah)) in ar9003_hw_process_ini()
2015 if (AR_SREV_9340(ah) || AR_SREV_9550(ah) || AR_SREV_9531(ah) || in ar9003_hw_attach_phy_ops()
Dar9003_calib.c927 if (!AR_SREV_9550(ah)) { in ar9003_hw_tx_iq_cal_outlier_detection()
1147 if (AR_SREV_9550(ah)) in ar9003_hw_tx_iq_cal_post_proc()
1208 if (AR_SREV_9550(ah) || AR_SREV_9531(ah)) in ar9003_hw_manual_peak_cal()
1252 if (AR_SREV_9003_PCOEM(ah) || AR_SREV_9550(ah) || AR_SREV_9531(ah) || in ar9003_hw_manual_peak_cal()
1637 if (AR_SREV_9550(ah) && IS_CHAN_2GHZ(chan)) { in ar9003_hw_init_cal_soc()
1644 if (AR_SREV_9330_11(ah) || AR_SREV_9531(ah) || AR_SREV_9550(ah) || in ar9003_hw_init_cal_soc()
1662 if (!AR_SREV_9550(ah)) { in ar9003_hw_init_cal_soc()
Dar9003_hw.c294 } else if (AR_SREV_9550(ah)) { in ar9003_hw_init_mode_regs()
605 else if (AR_SREV_9550(ah)) in ar9003_tx_gain_table_mode0()
657 else if (AR_SREV_9550(ah)) in ar9003_tx_gain_table_mode1()
845 else if (AR_SREV_9550(ah)) { in ar9003_rx_gain_table_mode0()
902 else if (AR_SREV_9550(ah)) { in ar9003_rx_gain_table_mode1()
Dar9003_phy.h686 #define AR_CH0_TOP_XPABIASLVL (AR_SREV_9550(ah) ? 0x3c0 : 0x300)
687 #define AR_CH0_TOP_XPABIASLVL_S (AR_SREV_9550(ah) ? 6 : 8)
Dhw.c635 AR_SREV_9330(ah) || AR_SREV_9550(ah)) in __ath9k_hw_init()
834 } else if (AR_SREV_9340(ah) || AR_SREV_9550(ah) || AR_SREV_9531(ah) || in ath9k_hw_init_pll()
920 AR_SREV_9550(ah)) in ath9k_hw_init_pll()
944 if (AR_SREV_9340(ah) || AR_SREV_9550(ah) || AR_SREV_9531(ah) || in ath9k_hw_init_interrupt_masks()
1741 AR_SREV_9550(ah) || AR_SREV_9531(ah) || in ath9k_hw_init_desc()
Dar9003_eeprom.c3542 else if (AR_SREV_9462(ah) || AR_SREV_9550(ah) || AR_SREV_9565(ah)) in ar9003_hw_xpa_bias_level_apply()
3603 } else if (AR_SREV_9550(ah) || AR_SREV_9531(ah) || AR_SREV_9561(ah)) { in ar9003_hw_ant_ctrl_apply()
4773 if (AR_SREV_9550(ah)) { in ar9003_hw_power_control_override()
4821 if (AR_SREV_9550(ah) || AR_SREV_9531(ah) || AR_SREV_9561(ah)) { in ar9003_hw_power_control_override()
Dmac.c814 if (AR_SREV_9340(ah) || AR_SREV_9550(ah) || AR_SREV_9531(ah) || in __ath9k_hw_enable_interrupts()
Dar9003_paprd.c246 AR_SREV_9550(ah) || in ar9003_paprd_setup_single_table()
Drecv.c423 if (AR_SREV_9550(sc->sc_ah) || AR_SREV_9531(sc->sc_ah) || in ath_calcrxfilter()
Dreg.h959 #define AR_SREV_9550(_ah) \ macro