Searched refs:phytxant (Results 1 – 5 of 5) sorted by relevance
219 wlc->stf->phytxant = core_mask << PHY_TXC_ANT_SHIFT; in wlc_stf_txcore_set()220 wlc_bmac_txant_set(wlc->hw, wlc->stf->phytxant); in wlc_stf_txcore_set()429 wlc->stf->phytxant = PHY_TXC_ANT_0; in _wlc_stf_phy_txant_upd()431 wlc->stf->phytxant = PHY_TXC_ANT_1; in _wlc_stf_phy_txant_upd()436 wlc->stf->phytxant = PHY_TXC_ANT_2; in _wlc_stf_phy_txant_upd()440 wlc->stf->phytxant = PHY_TXC_LCNPHY_ANT_LAST; in _wlc_stf_phy_txant_upd()444 wlc->stf->phytxant = in _wlc_stf_phy_txant_upd()450 wlc->stf->phytxant = PHY_TXC_OLD_ANT_0; in _wlc_stf_phy_txant_upd()452 wlc->stf->phytxant = PHY_TXC_OLD_ANT_1; in _wlc_stf_phy_txant_upd()454 wlc->stf->phytxant = PHY_TXC_OLD_ANT_LAST; in _wlc_stf_phy_txant_upd()[all …]
125 extern void wlc_bmac_txant_set(struct wlc_hw_info *wlc_hw, u16 phytxant);
2658 u16 phytxant = wlc_hw->bmac_phytxant; in wlc_ucode_txant_set() local2663 phyctl = (phyctl & ~mask) | phytxant; in wlc_ucode_txant_set()2668 phyctl = (phyctl & ~mask) | phytxant; in wlc_ucode_txant_set()2672 void wlc_bmac_txant_set(struct wlc_hw_info *wlc_hw, u16 phytxant) in wlc_bmac_txant_set() argument2675 wlc_hw->bmac_phytxant = phytxant; in wlc_bmac_txant_set()
242 u16 phytxant; /* phyTx antenna setting in txheader */ member
1126 u16 phytxant = wlc->stf->phytxant; in wlc_beacon_phytxctl_txant_upd() local1131 phytxant = wlc_stf_phytxchain_sel(wlc, bcn_rspec); in wlc_beacon_phytxctl_txant_upd()1135 phyctl = (phyctl & ~mask) | phytxant; in wlc_beacon_phytxctl_txant_upd()