Searched refs:phyctl (Results 1 – 4 of 4) sorted by relevance
2229 uint32_t phyctl; in otus_tx() local2288 phyctl = 0; in otus_tx()2313 phyctl |= AR_TX_PHY_MCS(rate & 0x7f); /* Note: MCS rates are 0x80 and above */ in otus_tx()2315 phyctl |= AR_TX_PHY_MT_HT; in otus_tx()2317 phyctl |= AR_TX_PHY_ANTMSK(sc->txmask); in otus_tx()2320 phyctl |= (rate & 0x7) << AR_TX_PHY_TX_HEAVY_CLIP_SHIFT; in otus_tx()2322 phyctl |= AR_TX_PHY_MT_OFDM; in otus_tx()2324 phyctl |= AR_TX_PHY_ANTMSK(sc->txmask); in otus_tx()2326 phyctl |= AR_TX_PHY_MT_CCK; in otus_tx()2327 phyctl |= AR_TX_PHY_ANTMSK(sc->txmask); in otus_tx()[all …]
200 uint32_t phyctl; member
6398 uint16_t phyctl = 0; in bwn_set_txhdr() local6472 phyctl |= (BWN_ISOFDMRATE(rate)) ? BWN_TX_PHY_ENC_OFDM : in bwn_set_txhdr()6477 phyctl |= BWN_TX_PHY_SHORTPRMBL; in bwn_set_txhdr()6486 phyctl |= BWN_TX_PHY_ANT01AUTO; in bwn_set_txhdr()6489 phyctl |= BWN_TX_PHY_ANT0; in bwn_set_txhdr()6492 phyctl |= BWN_TX_PHY_ANT1; in bwn_set_txhdr()6495 phyctl |= BWN_TX_PHY_ANT2; in bwn_set_txhdr()6498 phyctl |= BWN_TX_PHY_ANT3; in bwn_set_txhdr()6624 txhdr->phyctl = htole16(phyctl); in bwn_set_txhdr()
756 uint16_t phyctl; member