Searched refs:txmask (Results 1 – 3 of 3) sorted by relevance
689 sc->txmask = sc->eeprom.baseEepHeader.txMask; in otus_attachhook()695 if (sc->txmask == 0x5) in otus_attachhook()708 0x9104 : ((sc->txmask == 0x5) ? 0x9102 : 0x9101), in otus_attachhook()709 (sc->txmask == 0x5) ? 2 : 1, (sc->rxmask == 0x5) ? 2 : 1, in otus_attachhook()2317 phyctl |= AR_TX_PHY_ANTMSK(sc->txmask); in otus_tx()2324 phyctl |= AR_TX_PHY_ANTMSK(sc->txmask); in otus_tx()2327 phyctl |= AR_TX_PHY_ANTMSK(sc->txmask); in otus_tx()2889 tmp = (sc->txmask == 0x5) ? 0x340 : 0x240; in otus_set_chan()
1020 uint8_t txmask; member
6776 uint32_t txmask; in iwn_config() local6825 txmask = htole32(sc->txchainmask); in iwn_config()6827 "%s: configuring valid TX chains 0x%x\n", __func__, txmask); in iwn_config()6828 error = iwn_cmd(sc, IWN5000_CMD_TX_ANT_CONFIG, &txmask, in iwn_config()6829 sizeof txmask, 0); in iwn_config()