Lines Matching refs:gmode
1455 mac->mac_phy.gmode = have_bg; in bwn_attach_core()
1560 bwn_phy_getinfo(struct bwn_mac *mac, int gmode) in bwn_phy_getinfo() argument
1568 phy->gmode = gmode; in bwn_phy_getinfo()
2217 if ((error = bwn_reset_core(mac, mac->mac_phy.gmode))) in bwn_core_init()
2403 if (phy->gmode) in bwn_chip_init()
3567 if (mac->mac_phy.type != BWN_PHYTYPE_B && !mac->mac_phy.gmode) in bwn_bt_enable()
4831 uint8_t gmode; in bwn_switch_band() local
4839 gmode = 1; in bwn_switch_band()
4843 gmode = 0; in bwn_switch_band()
4855 if (up_dev == sc->sc_curmac && sc->sc_curmac->mac_phy.gmode == gmode) in bwn_switch_band()
4875 up_dev->mac_phy.gmode = gmode; in bwn_switch_band()
6479 if (! phy->gmode) in bwn_set_txhdr()
6515 if (phy->gmode) in bwn_set_txhdr()
6682 if (mac->mac_phy.gmode) in bwn_antenna_sanitize()