Home
last modified time | relevance | path

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

/trueos/sys/dev/ctau/
HDds2153.h149 #define CCR2_LLOOP 0x01 /* enable local loopback */ macro
HDctau.c1202 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()