Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Dstf.c233 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()
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()
410 u16 phytxant = wlc->stf->phytxant; in _brcms_c_stf_phytxchain_sel() local
416 phytxant &= PHY_TXC_ANT_MASK; in _brcms_c_stf_phytxchain_sel()
417 return phytxant; in _brcms_c_stf_phytxchain_sel()
427 u16 phytxant = wlc->stf->phytxant; in brcms_c_stf_d11hdrs_phyctl_txant() local
435 phytxant |= phytxant & mask; in brcms_c_stf_d11hdrs_phyctl_txant()
[all …]
A Dmain.h206 u16 phytxant; member
666 void brcms_b_txant_set(struct brcms_hardware *wlc_hw, u16 phytxant);
A Dmain.c1612 u16 phytxant = wlc_hw->bmac_phytxant; in brcms_c_ucode_txant_set() local
1617 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()
1622 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()
2296 void brcms_b_txant_set(struct brcms_hardware *wlc_hw, u16 phytxant) in brcms_b_txant_set() argument
2299 wlc_hw->bmac_phytxant = phytxant; in brcms_b_txant_set()
3953 u16 phytxant = wlc->stf->phytxant; in brcms_c_beacon_phytxctl_txant_upd() local
3958 phytxant = brcms_c_stf_phytxchain_sel(wlc, bcn_rspec); in brcms_c_beacon_phytxctl_txant_upd()
3961 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_beacon_phytxctl_txant_upd()

Completed in 19 milliseconds