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

/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c2673 return IWN_LSB(sc->txchainmask);
2697 tx = (sc->txchainmask & ~IWN_LSB(sc->txchainmask));
5342 txant = IWN_LSB(sc->txchainmask);
5886 sc->chainmask |= IWN_LSB(sc->txchainmask);
5992 ant = IWN_LSB(sc->rxchainmask);
6862 txant = IWN_LSB(sc->txchainmask);
H A Dif_iwnreg.h2291 #define IWN_LSB(x) ((((x) - 1) & (x)) ^ (x)) macro

Completed in 105 milliseconds