Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/iwn/
H A Dif_iwn.c2750 return IWN_LSB(sc->txchainmask); in iwn_get_1stream_tx_antmask()
2774 tx = (sc->txchainmask & ~IWN_LSB(sc->txchainmask)); in iwn_get_2stream_tx_antmask()
5465 txant = IWN_LSB(sc->txchainmask);
6009 sc->chainmask |= IWN_LSB(sc->txchainmask);
6115 ant = IWN_LSB(sc->rxchainmask);
6991 txant = IWN_LSB(sc->txchainmask);
H A Dif_iwnreg.h2291 #define IWN_LSB(x) ((((x) - 1) & (x)) ^ (x)) macro