Home
last modified time | relevance | path

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

/trueos/sys/dev/bwn/
HDif_bwnvar.h689 uint16_t phyctl; member
HDif_bwn.c9615 uint16_t phyctl = 0; in bwn_set_txhdr() local
9675 phyctl |= (BWN_ISOFDMRATE(rate)) ? BWN_TX_PHY_ENC_OFDM : in bwn_set_txhdr()
9679 phyctl |= BWN_TX_PHY_SHORTPRMBL; in bwn_set_txhdr()
9685 phyctl |= BWN_TX_PHY_ANT01AUTO; in bwn_set_txhdr()
9688 phyctl |= BWN_TX_PHY_ANT0; in bwn_set_txhdr()
9691 phyctl |= BWN_TX_PHY_ANT1; in bwn_set_txhdr()
9694 phyctl |= BWN_TX_PHY_ANT2; in bwn_set_txhdr()
9697 phyctl |= BWN_TX_PHY_ANT3; in bwn_set_txhdr()
9776 txhdr->phyctl = htole16(phyctl); in bwn_set_txhdr()