Searched refs:is_2ghz (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dphy.c403 static u32 ar9170_get_default_phy_reg_val(u32 reg, bool is_2ghz, bool is_40mhz) argument
410 if (is_2ghz) {
430 bool is_2ghz, bool is_40mhz)
438 struct ar9170_eeprom_modal *m = &ar->eeprom.modal_header[is_2ghz];
457 is_2ghz, is_40mhz);
464 defval = ar9170_get_default_phy_reg_val(0x1c5850, is_2ghz, is_40mhz);
470 defval = ar9170_get_default_phy_reg_val(0x1c5834, is_2ghz, is_40mhz);
476 defval = ar9170_get_default_phy_reg_val(0x1c5828, is_2ghz, is_40mhz);
481 defval = ar9170_get_default_phy_reg_val(0x1c8864, is_2ghz, is_40mhz);
486 defval = ar9170_get_default_phy_reg_val(0x1c5848, is_2ghz, is_40mh
429 ar9170_init_phy_from_eeprom(struct ar9170 *ar, bool is_2ghz, bool is_40mhz) argument
533 bool is_2ghz = band == IEEE80211_BAND_2GHZ; local
[all...]

Completed in 24 milliseconds