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

/openbsd-current/sys/dev/ic/
H A Drtwreg.h270 #define RTW_TCR_LBK_MASK 0x60000 macro
271 #define RTW_TCR_LBK_NORMAL LSHIFT(0, RTW_TCR_LBK_MASK) /* normal ops */
272 #define RTW_TCR_LBK_MAC LSHIFT(1, RTW_TCR_LBK_MASK) /* MAC loopback */
273 #define RTW_TCR_LBK_BBP LSHIFT(2, RTW_TCR_LBK_MASK) /* baseband loop. */
274 #define RTW_TCR_LBK_CONT LSHIFT(3, RTW_TCR_LBK_MASK) /* continuous Tx */
H A Drtw.c276 tcr &= ~RTW_TCR_LBK_MASK;
2207 tcr &= ~RTW_TCR_LBK_MASK;

Completed in 73 milliseconds