Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_stf.c219 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 …]
Dwlc_bmac.h125 extern void wlc_bmac_txant_set(struct wlc_hw_info *wlc_hw, u16 phytxant);
Dwlc_bmac.c2658 u16 phytxant = wlc_hw->bmac_phytxant; in wlc_ucode_txant_set() local
2663 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() argument
2675 wlc_hw->bmac_phytxant = phytxant; in wlc_bmac_txant_set()
Dwlc_main.h242 u16 phytxant; /* phyTx antenna setting in txheader */ member
Dwlc_main.c1126 u16 phytxant = wlc->stf->phytxant; in wlc_beacon_phytxctl_txant_upd() local
1131 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()