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
1603 u16 phyctl; in brcms_c_ucode_txant_set() local1608 phyctl = brcms_b_read_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS); in brcms_c_ucode_txant_set()1609 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()1610 brcms_b_write_shm(wlc_hw, M_CTXPRS_BLK + C_CTX_PCTLWD_POS, phyctl); in brcms_c_ucode_txant_set()1613 phyctl = brcms_b_read_shm(wlc_hw, M_RSP_PCTLWD); in brcms_c_ucode_txant_set()1614 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_ucode_txant_set()1615 brcms_b_write_shm(wlc_hw, M_RSP_PCTLWD, phyctl); in brcms_c_ucode_txant_set()3942 u16 phyctl; in brcms_c_beacon_phytxctl_txant_upd() local3950 phyctl = brcms_b_read_shm(wlc->hw, M_BCN_PCTLWD); in brcms_c_beacon_phytxctl_txant_upd()3951 phyctl = (phyctl & ~mask) | phytxant; in brcms_c_beacon_phytxctl_txant_upd()[all …]
6407 uint16_t phyctl = 0; in bwn_set_txhdr() local6481 phyctl |= (BWN_ISOFDMRATE(rate)) ? BWN_TX_PHY_ENC_OFDM : in bwn_set_txhdr()6486 phyctl |= BWN_TX_PHY_SHORTPRMBL; in bwn_set_txhdr()6495 phyctl |= BWN_TX_PHY_ANT01AUTO; in bwn_set_txhdr()6498 phyctl |= BWN_TX_PHY_ANT0; in bwn_set_txhdr()6501 phyctl |= BWN_TX_PHY_ANT1; in bwn_set_txhdr()6504 phyctl |= BWN_TX_PHY_ANT2; in bwn_set_txhdr()6507 phyctl |= BWN_TX_PHY_ANT3; in bwn_set_txhdr()6633 txhdr->phyctl = htole16(phyctl); in bwn_set_txhdr()
756 uint16_t phyctl; member