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

/drivers/net/wireless/b43/
H A Dmain.h124 void b43_wireless_core_reset(struct b43_wldev *dev, bool gmode);
H A Dphy_g.c720 if (!phy->gmode ||
1119 if (!phy->gmode)
1283 } else if (phy->gmode || phy->rev >= 2) {
1334 if (phy->gmode || phy->rev >= 2) {
1341 if (phy->gmode || phy->rev >= 2) {
1360 if (phy->gmode || phy->rev >= 2) {
1368 if (phy->gmode || phy->rev >= 2) {
1376 if (phy->gmode || phy->rev >= 2) {
1386 if (phy->gmode || phy->rev >= 2) {
1408 if (phy->gmode || ph
[all...]
H A Dphy_g.h65 (((phy)->rev > 1) || ((phy)->gmode))
H A Dmain.c1190 static void b43_bcma_wireless_core_reset(struct b43_wldev *dev, bool gmode) argument
1199 static void b43_ssb_wireless_core_reset(struct b43_wldev *dev, bool gmode) argument
1205 if (gmode)
1227 void b43_wireless_core_reset(struct b43_wldev *dev, bool gmode) argument
1234 b43_bcma_wireless_core_reset(dev, gmode);
1239 b43_ssb_wireless_core_reset(dev, gmode);
1253 if (gmode)
1496 if (dev->phy.gmode)
3036 if (dev->phy.gmode)
3703 bool uninitialized_var(gmode);
[all...]
H A Dphy_common.h235 bool gmode; member in struct:b43_phy
H A Dphy_a.c290 if (phy->gmode && (phy->rev < 3))
H A Dlo.c85 if (phy->gmode) {
/drivers/net/wireless/b43legacy/
H A Dradio.c860 if (!phy->gmode ||
1346 (phy->rev == 0) || (!phy->gmode))
1407 if (!phy->gmode)
1519 if (phy->gmode) {
1588 if (phy->gmode)
1594 if (phy->gmode)
1616 if (phy->gmode)
1622 if (phy->gmode)
1628 if (phy->gmode)
1636 if (phy->gmode)
[all...]
H A Dphy.c177 if (!phy->gmode)
576 if (phy->gmode) {
1017 if (phy->rev >= 2 && phy->gmode)
1032 if (phy->gmode) {
1055 if (phy->rev >= 2 && phy->gmode)
1089 if (phy->gmode) {
1103 } else if (phy->gmode || phy->rev >= 2) {
1249 if (phy->gmode) {
1512 if (phy->gmode) {
1529 if (phy->gmode) {
[all...]
H A Dmain.c725 dev->phy.gmode = true;
727 dev->phy.gmode = false;
2162 if (dev->phy.gmode)
2547 bool *gmode)
2554 * Set the gmode bit. */
2555 *gmode = true;
2591 bool gmode = false; local
2594 err = find_wldev_for_phymode(wl, new_mode, &up_dev, &gmode);
2601 (!!wl->current_dev->phy.gmode == !!gmode))
2544 find_wldev_for_phymode(struct b43legacy_wl *wl, unsigned int phymode, struct b43legacy_wldev **dev, bool *gmode) argument
[all...]
H A Dphy.h179 (((phy)->rev > 1) || ((phy)->gmode))
H A Db43legacy.h401 bool gmode; member in struct:b43legacy_phy
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.h155 * gmode_user: user config gmode, operating band->gmode is different.
264 u8 gmode; /* currently active gmode */ member in struct:brcms_band
659 extern int brcms_c_set_gmode(struct brcms_c_info *wlc, u8 gmode, bool config);
H A Dmain.c757 if (OFF == clk) { /* clear gmode bit, put phy into reset */
789 /* set gmode core flag */
791 u32 gmode = 0; local
794 gmode = SICF_GMODE;
796 brcms_b_core_ioctl(wlc_hw, SICF_GMODE, gmode);
3679 } else if (wlc->band->gmode)
5387 /* Set the current gmode configuration */
5388 int brcms_c_set_gmode(struct brcms_c_info *wlc, u8 gmode, bool config) argument
5410 if ((wlc->pub->_n_enab & SUPPORT_11N) && gmode == GMODE_LEGACY_B)
5424 BRCMS_NO_OFDM) && (gmode !
[all...]
/drivers/net/wireless/zd1211rw/
H A Dzd_chip.c1044 static int set_mandatory_rates(struct zd_chip *chip, int gmode) argument
1052 if (!gmode)

Completed in 334 milliseconds