Searched refs:is_2ghz (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | phy.c | 406 static u32 carl9170_def_val(u32 reg, bool is_2ghz, bool is_40mhz) in carl9170_def_val() argument 413 if (is_2ghz) { in carl9170_def_val() 433 bool is_2ghz, bool is_40mhz) in carl9170_init_phy_from_eeprom() argument 440 struct ar9170_eeprom_modal *m = &ar->eeprom.modal_header[is_2ghz]; in carl9170_init_phy_from_eeprom() 460 is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom() 466 val = carl9170_def_val(AR9170_PHY_REG_DESIRED_SZ, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom() 472 val = carl9170_def_val(AR9170_PHY_REG_RF_CTL4, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom() 480 val = carl9170_def_val(AR9170_PHY_REG_RF_CTL3, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom() 485 val = carl9170_def_val(0x1c8864, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom() 490 val = carl9170_def_val(AR9170_PHY_REG_RXGAIN, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom() [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.h | 352 u8 *ar9003_get_spur_chan_ptr(struct ath_hw *ah, bool is_2ghz);
|
D | xmit.c | 1112 bool is_2ghz; in ath_get_rate_txpower() local 1115 is_2ghz = info->band == IEEE80211_BAND_2GHZ; in ath_get_rate_txpower() 1116 pmodal = &eep->modalHeader[is_2ghz]; in ath_get_rate_txpower()
|