Searched refs:phyctl (Results 1 – 4 of 4) sorted by relevance
2230 uint32_t phyctl; in otus_tx() local2288 phyctl = 0; 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()2341 head->phyctl = htole32(phyctl); in otus_tx()[all …]
200 uint32_t phyctl; member
6406 uint16_t phyctl = 0; in bwn_set_txhdr() local6484 phyctl |= (BWN_ISOFDMRATE(rate)) ? BWN_TX_PHY_ENC_OFDM : in bwn_set_txhdr()6489 phyctl |= BWN_TX_PHY_SHORTPRMBL; in bwn_set_txhdr()6498 phyctl |= BWN_TX_PHY_ANT01AUTO; in bwn_set_txhdr()6501 phyctl |= BWN_TX_PHY_ANT0; in bwn_set_txhdr()6504 phyctl |= BWN_TX_PHY_ANT1; in bwn_set_txhdr()6507 phyctl |= BWN_TX_PHY_ANT2; in bwn_set_txhdr()6510 phyctl |= BWN_TX_PHY_ANT3; in bwn_set_txhdr()6636 txhdr->phyctl = htole16(phyctl); in bwn_set_txhdr()
756 uint16_t phyctl; member