Home
last modified time | relevance | path

Searched refs:txmask (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/otus/
Dif_otus.c693 sc->txmask = sc->eeprom.baseEepHeader.txMask; in otus_attachhook()
699 if (sc->txmask == 0x5) in otus_attachhook()
712 0x9104 : ((sc->txmask == 0x5) ? 0x9102 : 0x9101), in otus_attachhook()
713 (sc->txmask == 0x5) ? 2 : 1, (sc->rxmask == 0x5) ? 2 : 1, in otus_attachhook()
2323 phyctl |= AR_TX_PHY_ANTMSK(sc->txmask); in otus_tx()
2330 phyctl |= AR_TX_PHY_ANTMSK(sc->txmask); in otus_tx()
2333 phyctl |= AR_TX_PHY_ANTMSK(sc->txmask); in otus_tx()
2894 tmp = (sc->txmask == 0x5) ? 0x340 : 0x240; in otus_set_chan()
Dif_otusreg.h1022 uint8_t txmask; member
/freebsd-12-stable/sys/dev/iwn/
Dif_iwn.c6786 uint32_t txmask; in iwn_config() local
6835 txmask = htole32(sc->txchainmask); in iwn_config()
6837 "%s: configuring valid TX chains 0x%x\n", __func__, txmask); in iwn_config()
6838 error = iwn_cmd(sc, IWN5000_CMD_TX_ANT_CONFIG, &txmask, in iwn_config()
6839 sizeof txmask, 0); in iwn_config()