Home
last modified time | relevance | path

Searched refs:phytxant (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dstf.c181 wlc->stf->phytxant = core_mask << PHY_TXC_ANT_SHIFT; in brcms_c_stf_txcore_set()
182 brcms_b_txant_set(wlc->hw, wlc->stf->phytxant); in brcms_c_stf_txcore_set()
233 wlc->stf->phytxant = PHY_TXC_ANT_0; in _brcms_c_stf_phy_txant_upd()
235 wlc->stf->phytxant = PHY_TXC_ANT_1; in _brcms_c_stf_phy_txant_upd()
240 wlc->stf->phytxant = PHY_TXC_ANT_2; in _brcms_c_stf_phy_txant_upd()
244 wlc->stf->phytxant = PHY_TXC_LCNPHY_ANT_LAST; in _brcms_c_stf_phy_txant_upd()
248 wlc->stf->phytxant = in _brcms_c_stf_phy_txant_upd()
254 wlc->stf->phytxant = PHY_TXC_OLD_ANT_0; in _brcms_c_stf_phy_txant_upd()
256 wlc->stf->phytxant = PHY_TXC_OLD_ANT_1; in _brcms_c_stf_phy_txant_upd()
258 wlc->stf->phytxant = PHY_TXC_OLD_ANT_LAST; in _brcms_c_stf_phy_txant_upd()
[all …]
H A Dmain.c1576 u16 phytxant = wlc_hw->bmac_phytxant; in brcms_b_bw_set()
1581 phyctl = (phyctl & ~mask) | phytxant; in brcms_b_bw_set()
1586 phyctl = (phyctl & ~mask) | phytxant; in brcms_b_upd_synthpu()
2260 void brcms_b_txant_set(struct brcms_hardware *wlc_hw, u16 phytxant) in brcms_ucode_download()
2263 wlc_hw->bmac_phytxant = phytxant; in brcms_ucode_download()
3915 u16 phytxant = wlc->stf->phytxant; in brcms_c_set_chanspec()
3920 phytxant = brcms_c_stf_phytxchain_sel(wlc, bcn_rspec); in brcms_c_set_chanspec()
3923 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_set_chanspec()
6627 /* phytxant i in brcms_c_d11hdrs_mac80211()
1604 u16 phytxant = wlc_hw->bmac_phytxant; brcms_c_ucode_txant_set() local
2288 brcms_b_txant_set(struct brcms_hardware * wlc_hw,u16 phytxant) brcms_b_txant_set() argument
3943 u16 phytxant = wlc->stf->phytxant; brcms_c_beacon_phytxctl_txant_upd() local
[all...]