Home
last modified time | relevance | path

Searched refs:phyctl (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/usb/
H A Dif_otus.c1950 uint32_t phyctl; in otus_tx() local
1995 phyctl = 0; in otus_tx()
2015 phyctl |= AR_TX_PHY_MCS(otus_rates[ridx].mcs); in otus_tx()
2017 phyctl |= AR_TX_PHY_MT_OFDM; in otus_tx()
2019 phyctl |= AR_TX_PHY_ANTMSK(sc->sc_txmask); in otus_tx()
2021 phyctl |= AR_TX_PHY_ANTMSK(1); in otus_tx()
2023 phyctl |= AR_TX_PHY_MT_CCK; in otus_tx()
2024 phyctl |= AR_TX_PHY_ANTMSK(sc->sc_txmask); in otus_tx()
2035 head->phyctl = htole32(phyctl); in otus_tx()
2054 head->len, head->macctl, head->phyctl, otus_rates[ridx].rate); in otus_tx()
H A Dif_otusreg.h253 uint32_t phyctl; member