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

/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwn.c2101 txant1 = IWN_LSB(sc->txchainmask);
2102 txant2 = IWN_LSB(sc->txchainmask & ~txant1);
3504 txant = IWN_LSB(sc->txchainmask);
3712 txant = IWN_LSB(sc->txchainmask);
4053 txant = IWN_LSB(sc->txchainmask);
4109 txant = IWN_LSB(sc->txchainmask);
4605 sc->chainmask |= IWN_LSB(sc->txchainmask);
4699 ant = IWN_LSB(sc->rxchainmask);
5266 txant = IWN_LSB(sc->txchainmask);
H A Dif_iwnreg.h1784 #define IWN_LSB(x) ((((x) - 1) & (x)) ^ (x)) macro

Completed in 116 milliseconds