Searched refs:phyctl (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/ |
D | wlc_bmac.c | 2657 u16 phyctl; in wlc_ucode_txant_set() local 2662 phyctl = wlc_bmac_read_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS); in wlc_ucode_txant_set() 2663 phyctl = (phyctl & ~mask) | phytxant; in wlc_ucode_txant_set() 2664 wlc_bmac_write_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS, phyctl); in wlc_ucode_txant_set() 2667 phyctl = wlc_bmac_read_shm(wlc_hw, M_RSP_PCTLWD); in wlc_ucode_txant_set() 2668 phyctl = (phyctl & ~mask) | phytxant; in wlc_ucode_txant_set() 2669 wlc_bmac_write_shm(wlc_hw, M_RSP_PCTLWD, phyctl); in wlc_ucode_txant_set()
|
D | wlc_main.c | 1125 u16 phyctl; in wlc_beacon_phytxctl_txant_upd() local 1134 phyctl = wlc_read_shm(wlc, M_BCN_PCTLWD); in wlc_beacon_phytxctl_txant_upd() 1135 phyctl = (phyctl & ~mask) | phytxant; in wlc_beacon_phytxctl_txant_upd() 1136 wlc_write_shm(wlc, M_BCN_PCTLWD, phyctl); in wlc_beacon_phytxctl_txant_upd() 5718 u16 mch, phyctl, xfts, mainrates; in wlc_d11hdrs_mac80211() local 6229 phyctl = FRAMETYPE(rspec[0], wlc->mimoft); in wlc_d11hdrs_mac80211() 6235 phyctl |= PHY_TXC_SHORT_HDR; in wlc_d11hdrs_mac80211() 6240 phyctl |= wlc_stf_d11hdrs_phyctl_txant(wlc, rspec[0]); in wlc_d11hdrs_mac80211() 6241 txh->PhyTxControlWord = cpu_to_le16(phyctl); in wlc_d11hdrs_mac80211()
|