Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c6277 uint16_t phyctl = 0; in bwn_set_txhdr() local
6345 phyctl |= (BWN_ISOFDMRATE(rate)) ? BWN_TX_PHY_ENC_OFDM : in bwn_set_txhdr()
6350 phyctl |= BWN_TX_PHY_SHORTPRMBL; in bwn_set_txhdr()
6359 phyctl |= BWN_TX_PHY_ANT01AUTO; in bwn_set_txhdr()
6362 phyctl |= BWN_TX_PHY_ANT0; in bwn_set_txhdr()
6365 phyctl |= BWN_TX_PHY_ANT1; in bwn_set_txhdr()
6368 phyctl |= BWN_TX_PHY_ANT2; in bwn_set_txhdr()
6371 phyctl |= BWN_TX_PHY_ANT3; in bwn_set_txhdr()
6463 txhdr->phyctl = htole16(phyctl); in bwn_set_txhdr()
H A Dif_bwnvar.h738 uint16_t phyctl; member