Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Drtwreg.h185 #define RTW_TCR_LBK_MASK __BITS(18,17) macro
186 #define RTW_TCR_LBK_NORMAL __SHIFTIN(0, RTW_TCR_LBK_MASK) /* normal ops */
187 #define RTW_TCR_LBK_MAC __SHIFTIN(1, RTW_TCR_LBK_MASK) /* MAC loopback */
188 #define RTW_TCR_LBK_BBP __SHIFTIN(2, RTW_TCR_LBK_MASK) /* baseband loop. */
189 #define RTW_TCR_LBK_CONT __SHIFTIN(3, RTW_TCR_LBK_MASK) /* continuous Tx */
H A Drtw.c349 tcr &= ~RTW_TCR_LBK_MASK; in rtw_continuous_tx_enable()
2599 tcr &= ~RTW_TCR_LBK_MASK; in rtw_transmit_config()