Lines Matching refs:phyctl
2229 uint32_t phyctl; in otus_tx() local
2288 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()
2341 head->phyctl = htole32(phyctl); in otus_tx()
2352 __func__, m, data, le16toh(head->len), macctl, phyctl, in otus_tx()