Searched refs:CCR2_LLOOP (Results 1 – 2 of 2) sorted by relevance
149 #define CCR2_LLOOP 0x01 /* enable local loopback */ macro
1202 cte_out (p, DS_CCR2, cte_in (p, DS_CCR2) | CCR2_LLOOP); in ct_enable_loop()1243 cte_out (p, DS_CCR2, cte_in (p, DS_CCR2) & ~CCR2_LLOOP); in ct_disable_loop()1291 return cte_in (p, DS_CCR2) & CCR2_LLOOP; in ct_get_loop()