Searched refs:phyctl (Results 1 – 5 of 5) sorted by relevance
2237 uint32_t phyctl; in otus_tx() local2299 phyctl = 0; in otus_tx()2324 phyctl |= AR_TX_PHY_MCS(rate & 0x7f); /* Note: MCS rates are 0x80 and above */ in otus_tx()2326 phyctl |= AR_TX_PHY_MT_HT; in otus_tx()2328 phyctl |= AR_TX_PHY_ANTMSK(sc->txmask); in otus_tx()2331 phyctl |= (rate & 0x7) << AR_TX_PHY_TX_HEAVY_CLIP_SHIFT; in otus_tx()2333 phyctl |= AR_TX_PHY_MT_OFDM; in otus_tx()2335 phyctl |= AR_TX_PHY_ANTMSK(sc->txmask); in otus_tx()2337 phyctl |= AR_TX_PHY_MT_CCK; in otus_tx()2338 phyctl |= AR_TX_PHY_ANTMSK(sc->txmask); in otus_tx()[all …]
200 uint32_t phyctl; member
1604 u16 phyctl; in brcms_c_ucode_txant_set() local1609 phyctl = brcms_b_read_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS); in brcms_c_ucode_txant_set()1610 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()1611 brcms_b_write_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS, phyctl); in brcms_c_ucode_txant_set()1614 phyctl = brcms_b_read_shm(wlc_hw, M_RSP_PCTLWD); in brcms_c_ucode_txant_set()1615 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()1616 brcms_b_write_shm(wlc_hw, M_RSP_PCTLWD, phyctl); in brcms_c_ucode_txant_set()3943 u16 phyctl; in brcms_c_beacon_phytxctl_txant_upd() local3951 phyctl = brcms_b_read_shm(wlc->hw, M_BCN_PCTLWD); in brcms_c_beacon_phytxctl_txant_upd()3952 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_beacon_phytxctl_txant_upd()[all …]
6400 uint16_t phyctl = 0; in bwn_set_txhdr() local6474 phyctl |= (BWN_ISOFDMRATE(rate)) ? BWN_TX_PHY_ENC_OFDM : in bwn_set_txhdr()6479 phyctl |= BWN_TX_PHY_SHORTPRMBL; in bwn_set_txhdr()6488 phyctl |= BWN_TX_PHY_ANT01AUTO; in bwn_set_txhdr()6491 phyctl |= BWN_TX_PHY_ANT0; in bwn_set_txhdr()6494 phyctl |= BWN_TX_PHY_ANT1; in bwn_set_txhdr()6497 phyctl |= BWN_TX_PHY_ANT2; in bwn_set_txhdr()6500 phyctl |= BWN_TX_PHY_ANT3; in bwn_set_txhdr()6626 txhdr->phyctl = htole16(phyctl); in bwn_set_txhdr()
756 uint16_t phyctl; member