Searched refs:gmode (Results 1 – 16 of 16) sorted by relevance
/drivers/net/wireless/b43legacy/ |
D | radio.c | 860 if (!phy->gmode || in b43legacy_calc_nrssi_threshold() 1346 (phy->rev == 0) || (!phy->gmode)) in b43legacy_radio_set_interference_mitigation() 1407 if (!phy->gmode) in b43legacy_get_812_value() 1519 if (phy->gmode) { in b43legacy_radio_init2050() 1588 if (phy->gmode) in b43legacy_radio_init2050() 1594 if (phy->gmode) in b43legacy_radio_init2050() 1616 if (phy->gmode) in b43legacy_radio_init2050() 1622 if (phy->gmode) in b43legacy_radio_init2050() 1628 if (phy->gmode) in b43legacy_radio_init2050() 1636 if (phy->gmode) in b43legacy_radio_init2050() [all …]
|
D | phy.c | 177 if (!phy->gmode) in b43legacy_phy_init_pctl() 576 if (phy->gmode) { in b43legacy_phy_initb5() 1017 if (phy->rev >= 2 && phy->gmode) in b43legacy_phy_initg() 1032 if (phy->gmode) { in b43legacy_phy_initg() 1055 if (phy->rev >= 2 && phy->gmode) in b43legacy_phy_initg() 1089 if (phy->gmode) { in b43legacy_phy_initg() 1103 } else if (phy->gmode || phy->rev >= 2) { in b43legacy_phy_initg() 1249 if (phy->gmode) { in b43legacy_phy_lo_g_deviation_subval() 1512 if (phy->gmode) { in b43legacy_phy_lo_g_measure() 1529 if (phy->gmode) { in b43legacy_phy_lo_g_measure() [all …]
|
D | main.c | 725 dev->phy.gmode = true; in b43legacy_wireless_core_reset() 727 dev->phy.gmode = false; in b43legacy_wireless_core_reset() 2189 if (dev->phy.gmode) in b43legacy_chip_init() 2575 bool *gmode) in find_wldev_for_phymode() argument 2583 *gmode = true; in find_wldev_for_phymode() 2619 bool gmode = false; in b43legacy_switch_phymode() local 2622 err = find_wldev_for_phymode(wl, new_mode, &up_dev, &gmode); in b43legacy_switch_phymode() 2629 (!!wl->current_dev->phy.gmode == !!gmode)) in b43legacy_switch_phymode() 2649 up_dev->phy.gmode = gmode; in b43legacy_switch_phymode() 3301 tmp = phy->gmode ? B43legacy_TMSLOW_GMODE : 0; in b43legacy_wireless_core_init() [all …]
|
D | phy.h | 179 (((phy)->rev > 1) || ((phy)->gmode))
|
D | b43legacy.h | 402 bool gmode; member
|
/drivers/net/wireless/b43/ |
D | phy_g.c | 720 if (!phy->gmode || in b43_calc_nrssi_threshold() 1119 if (!phy->gmode) in radio2050_rfover_val() 1283 } else if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1334 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1341 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1360 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1368 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1376 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1386 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1408 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() [all …]
|
D | main.c | 1252 static void b43_bcma_wireless_core_reset(struct b43_wldev *dev, bool gmode) in b43_bcma_wireless_core_reset() argument 1261 if (gmode) in b43_bcma_wireless_core_reset() 1272 static void b43_ssb_wireless_core_reset(struct b43_wldev *dev, bool gmode) in b43_ssb_wireless_core_reset() argument 1276 if (gmode) in b43_ssb_wireless_core_reset() 1289 void b43_wireless_core_reset(struct b43_wldev *dev, bool gmode) in b43_wireless_core_reset() argument 1296 b43_bcma_wireless_core_reset(dev, gmode); in b43_wireless_core_reset() 1301 b43_ssb_wireless_core_reset(dev, gmode); in b43_wireless_core_reset() 1315 if (gmode) in b43_wireless_core_reset() 1560 if (dev->phy.gmode) in b43_ieee80211_antenna_sanitize() 3227 if (dev->phy.gmode) in b43_chip_init() [all …]
|
D | main.h | 89 void b43_wireless_core_reset(struct b43_wldev *dev, bool gmode);
|
D | phy_g.h | 65 (((phy)->rev > 1) || ((phy)->gmode))
|
D | phy_common.h | 232 bool gmode; member
|
D | phy_a.c | 290 if (phy->gmode && (phy->rev < 3)) in b43_phy_inita()
|
D | xmit.c | 412 if (!phy->gmode) in b43_generate_txhdr()
|
D | lo.c | 85 if (phy->gmode) { in lo_measure_feedthrough()
|
/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.h | 260 u8 gmode; /* currently active gmode */ member 623 int brcms_c_set_gmode(struct brcms_c_info *wlc, u8 gmode, bool config);
|
D | main.c | 797 u32 gmode = 0; in brcms_c_setxband() local 800 gmode = SICF_GMODE; in brcms_c_setxband() 802 brcms_b_core_ioctl(wlc_hw, SICF_GMODE, gmode); in brcms_c_setxband() 3666 } else if (wlc->band->gmode) in brcms_c_rateset_get_hwrs() 5243 int brcms_c_set_gmode(struct brcms_c_info *wlc, u8 gmode, bool config) in brcms_c_set_gmode() argument 5265 if ((wlc->pub->_n_enab & SUPPORT_11N) && gmode == GMODE_LEGACY_B) in brcms_c_set_gmode() 5279 brcms_c_protection_upd(wlc, BRCMS_PROT_G_USER, gmode); in brcms_c_set_gmode() 5284 switch (gmode) { in brcms_c_set_gmode() 5315 wlc->pub->unit, __func__, gmode); in brcms_c_set_gmode() 5319 band->gmode = gmode; in brcms_c_set_gmode() [all …]
|
/drivers/net/wireless/zd1211rw/ |
D | zd_chip.c | 1043 static int set_mandatory_rates(struct zd_chip *chip, int gmode) in set_mandatory_rates() argument 1051 if (!gmode) in set_mandatory_rates()
|