/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 708 if (!phy->gmode || in b43_calc_nrssi_threshold() 1107 if (!phy->gmode) in radio2050_rfover_val() 1271 } else if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1322 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1329 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1348 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1356 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1364 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1374 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1396 if (phy->gmode || ph in b43_radio_init2050() [all...] |
H A D | main.c | 1247 static void b43_bcma_wireless_core_reset(struct b43_wldev *dev, bool gmode) in b43_bcma_wireless_core_reset() argument 1256 if (gmode) in b43_bcma_wireless_core_reset() 1284 static void b43_ssb_wireless_core_reset(struct b43_wldev *dev, bool gmode) in b43_ssb_wireless_core_reset() argument 1288 if (gmode) in b43_ssb_wireless_core_reset() 1301 void b43_wireless_core_reset(struct b43_wldev *dev, bool gmode) in b43_wireless_core_reset() argument 1308 b43_bcma_wireless_core_reset(dev, gmode); in b43_wireless_core_reset() 1313 b43_ssb_wireless_core_reset(dev, gmode); in b43_wireless_core_reset() 1327 if (gmode) in b43_wireless_core_reset() 1572 if (dev->phy.gmode) in b43_ieee80211_antenna_sanitize() 3247 if (dev->phy.gmode) in b43_chip_init() 3886 bool gmode; b43_switch_band() local [all...] |
H A D | main.h | 76 void b43_wireless_core_reset(struct b43_wldev *dev, bool gmode);
|
H A D | xmit.c | 195 static u8 b43_calc_fallback_rate(u8 bitrate, int gmode) in b43_calc_fallback_rate() argument 211 if (gmode) in b43_calc_fallback_rate() 406 if (!phy->gmode) in b43_generate_txhdr() 435 rts_rate_fb = b43_calc_fallback_rate(rts_rate, phy->gmode); in b43_generate_txhdr()
|
H A D | phy_g.h | 66 (((phy)->rev > 1) || ((phy)->gmode))
|
H A D | phy_common.h | 225 bool gmode; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 708 if (!phy->gmode || in b43_calc_nrssi_threshold() 1107 if (!phy->gmode) in radio2050_rfover_val() 1271 } else if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1322 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1329 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1348 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1356 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1364 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1374 if (phy->gmode || phy->rev >= 2) { in b43_radio_init2050() 1396 if (phy->gmode || ph in b43_radio_init2050() [all...] |
H A D | main.c | 1247 static void b43_bcma_wireless_core_reset(struct b43_wldev *dev, bool gmode) in b43_bcma_wireless_core_reset() argument 1256 if (gmode) in b43_bcma_wireless_core_reset() 1284 static void b43_ssb_wireless_core_reset(struct b43_wldev *dev, bool gmode) in b43_ssb_wireless_core_reset() argument 1288 if (gmode) in b43_ssb_wireless_core_reset() 1301 void b43_wireless_core_reset(struct b43_wldev *dev, bool gmode) in b43_wireless_core_reset() argument 1308 b43_bcma_wireless_core_reset(dev, gmode); in b43_wireless_core_reset() 1313 b43_ssb_wireless_core_reset(dev, gmode); in b43_wireless_core_reset() 1327 if (gmode) in b43_wireless_core_reset() 1572 if (dev->phy.gmode) in b43_ieee80211_antenna_sanitize() 3248 if (dev->phy.gmode) in b43_chip_init() 3889 bool gmode; b43_switch_band() local [all...] |
H A D | main.h | 76 void b43_wireless_core_reset(struct b43_wldev *dev, bool gmode);
|
H A D | xmit.c | 195 static u8 b43_calc_fallback_rate(u8 bitrate, int gmode) in b43_calc_fallback_rate() argument 211 if (gmode) in b43_calc_fallback_rate() 406 if (!phy->gmode) in b43_generate_txhdr() 435 rts_rate_fb = b43_calc_fallback_rate(rts_rate, phy->gmode); in b43_generate_txhdr()
|
H A D | phy_g.h | 66 (((phy)->rev > 1) || ((phy)->gmode))
|
H A D | phy_common.h | 225 bool gmode; member
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | sata_gemini.c | 323 u32 gmode; in gemini_sata_probe() local 374 gmode = (muxmode << GEMINI_IDE_IOMUX_SHIFT); in gemini_sata_probe() 376 ret = regmap_update_bits(map, GEMINI_GLOBAL_MISC_CTRL, gmask, gmode); in gemini_sata_probe()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | sata_gemini.c | 321 u32 gmode; in gemini_sata_probe() local 368 gmode = (muxmode << GEMINI_IDE_IOMUX_SHIFT); in gemini_sata_probe() 370 ret = regmap_update_bits(map, GEMINI_GLOBAL_MISC_CTRL, gmask, gmode); in gemini_sata_probe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | radio.c | 843 if (!phy->gmode || in b43legacy_calc_nrssi_threshold() 1329 (phy->rev == 0) || (!phy->gmode)) in b43legacy_radio_set_interference_mitigation() 1390 if (!phy->gmode) in b43legacy_get_812_value() 1502 if (phy->gmode) { in b43legacy_radio_init2050() 1571 if (phy->gmode) in b43legacy_radio_init2050() 1577 if (phy->gmode) in b43legacy_radio_init2050() 1599 if (phy->gmode) in b43legacy_radio_init2050() 1605 if (phy->gmode) in b43legacy_radio_init2050() 1611 if (phy->gmode) in b43legacy_radio_init2050() 1619 if (phy->gmode) in b43legacy_radio_init2050() [all...] |
H A D | phy.c | 152 if (!phy->gmode) in b43legacy_phy_init_pctl() 551 if (phy->gmode) { in b43legacy_phy_initb5() 992 if (phy->rev >= 2 && phy->gmode) in b43legacy_phy_initg() 1007 if (phy->gmode) { in b43legacy_phy_initg() 1030 if (phy->rev >= 2 && phy->gmode) in b43legacy_phy_initg() 1064 if (phy->gmode) { in b43legacy_phy_initg() 1078 } else if (phy->gmode || phy->rev >= 2) { in b43legacy_phy_initg() 1224 if (phy->gmode) { in b43legacy_phy_lo_g_deviation_subval() 1487 if (phy->gmode) { in b43legacy_phy_lo_g_measure() 1504 if (phy->gmode) { in b43legacy_phy_lo_g_measure() [all...] |
H A D | main.c | 697 dev->phy.gmode = true; in b43legacy_wireless_core_reset() 699 dev->phy.gmode = false; in b43legacy_wireless_core_reset() 2157 if (dev->phy.gmode) in b43legacy_chip_init() 2543 bool *gmode) in find_wldev_for_phymode() 2550 * Set the gmode bit. */ in find_wldev_for_phymode() 2551 *gmode = true; in find_wldev_for_phymode() 2587 bool gmode = false; in b43legacy_switch_phymode() local 2590 err = find_wldev_for_phymode(wl, new_mode, &up_dev, &gmode); in b43legacy_switch_phymode() 2597 (!!wl->current_dev->phy.gmode == !!gmode)) in b43legacy_switch_phymode() 2540 find_wldev_for_phymode(struct b43legacy_wl *wl, unsigned int phymode, struct b43legacy_wldev **dev, bool *gmode) find_wldev_for_phymode() argument [all...] |
H A D | phy.h | 166 (((phy)->rev > 1) || ((phy)->gmode))
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | radio.c | 843 if (!phy->gmode || in b43legacy_calc_nrssi_threshold() 1329 (phy->rev == 0) || (!phy->gmode)) in b43legacy_radio_set_interference_mitigation() 1390 if (!phy->gmode) in b43legacy_get_812_value() 1502 if (phy->gmode) { in b43legacy_radio_init2050() 1571 if (phy->gmode) in b43legacy_radio_init2050() 1577 if (phy->gmode) in b43legacy_radio_init2050() 1599 if (phy->gmode) in b43legacy_radio_init2050() 1605 if (phy->gmode) in b43legacy_radio_init2050() 1611 if (phy->gmode) in b43legacy_radio_init2050() 1619 if (phy->gmode) in b43legacy_radio_init2050() [all...] |
H A D | phy.c | 152 if (!phy->gmode) in b43legacy_phy_init_pctl() 551 if (phy->gmode) { in b43legacy_phy_initb5() 992 if (phy->rev >= 2 && phy->gmode) in b43legacy_phy_initg() 1007 if (phy->gmode) { in b43legacy_phy_initg() 1030 if (phy->rev >= 2 && phy->gmode) in b43legacy_phy_initg() 1064 if (phy->gmode) { in b43legacy_phy_initg() 1078 } else if (phy->gmode || phy->rev >= 2) { in b43legacy_phy_initg() 1224 if (phy->gmode) { in b43legacy_phy_lo_g_deviation_subval() 1487 if (phy->gmode) { in b43legacy_phy_lo_g_measure() 1504 if (phy->gmode) { in b43legacy_phy_lo_g_measure() [all...] |
H A D | main.c | 697 dev->phy.gmode = true; in b43legacy_wireless_core_reset() 699 dev->phy.gmode = false; in b43legacy_wireless_core_reset() 2157 if (dev->phy.gmode) in b43legacy_chip_init() 2544 bool *gmode) in find_wldev_for_phymode() 2551 * Set the gmode bit. */ in find_wldev_for_phymode() 2552 *gmode = true; in find_wldev_for_phymode() 2588 bool gmode = false; in b43legacy_switch_phymode() local 2591 err = find_wldev_for_phymode(wl, new_mode, &up_dev, &gmode); in b43legacy_switch_phymode() 2598 (!!wl->current_dev->phy.gmode == !!gmode)) in b43legacy_switch_phymode() 2541 find_wldev_for_phymode(struct b43legacy_wl *wl, unsigned int phymode, struct b43legacy_wldev **dev, bool *gmode) find_wldev_for_phymode() argument [all...] |
/kernel/linux/linux-5.10/sound/pci/au88x0/ |
H A D | au88x0_wt.h | 47 gmode, /* 7 RO Looks like only bit0 is used. */
|
/kernel/linux/linux-6.6/sound/pci/au88x0/ |
H A D | au88x0_wt.h | 47 gmode, /* 7 RO Looks like only bit0 is used. */
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.h | 152 * gmode_user: user config gmode, operating band->gmode is different. 260 u8 gmode; /* currently active gmode */ member 624 int brcms_c_set_gmode(struct brcms_c_info *wlc, u8 gmode, bool config);
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.h | 152 * gmode_user: user config gmode, operating band->gmode is different. 260 u8 gmode; /* currently active gmode */ member 624 int brcms_c_set_gmode(struct brcms_c_info *wlc, u8 gmode, bool config);
|