Lines Matching refs:phyctl
1611 u16 phyctl; in brcms_c_ucode_txant_set() local
1616 phyctl = brcms_b_read_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS); in brcms_c_ucode_txant_set()
1617 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()
1618 brcms_b_write_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS, phyctl); in brcms_c_ucode_txant_set()
1621 phyctl = brcms_b_read_shm(wlc_hw, M_RSP_PCTLWD); in brcms_c_ucode_txant_set()
1622 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()
1623 brcms_b_write_shm(wlc_hw, M_RSP_PCTLWD, phyctl); in brcms_c_ucode_txant_set()
3952 u16 phyctl; in brcms_c_beacon_phytxctl_txant_upd() local
3960 phyctl = brcms_b_read_shm(wlc->hw, M_BCN_PCTLWD); in brcms_c_beacon_phytxctl_txant_upd()
3961 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_beacon_phytxctl_txant_upd()
3962 brcms_b_write_shm(wlc->hw, M_BCN_PCTLWD, phyctl); in brcms_c_beacon_phytxctl_txant_upd()
6170 u16 mch, phyctl, xfts, mainrates; in brcms_c_d11hdrs_mac80211() local
6658 phyctl = frametype(rspec[0], wlc->mimoft); in brcms_c_d11hdrs_mac80211()
6662 phyctl |= PHY_TXC_SHORT_HDR; in brcms_c_d11hdrs_mac80211()
6666 phyctl |= brcms_c_stf_d11hdrs_phyctl_txant(wlc, rspec[0]); in brcms_c_d11hdrs_mac80211()
6667 txh->PhyTxControlWord = cpu_to_le16(phyctl); in brcms_c_d11hdrs_mac80211()