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

/freebsd-11-stable/sys/dev/ctau/
H A Dds2153.h149 #define CCR2_LLOOP 0x01 /* enable local loopback */ macro
H A Dctau.c1202 cte_out (p, DS_CCR2, cte_in (p, DS_CCR2) | CCR2_LLOOP);
1243 cte_out (p, DS_CCR2, cte_in (p, DS_CCR2) & ~CCR2_LLOOP);
1291 return cte_in (p, DS_CCR2) & CCR2_LLOOP;

Completed in 90 milliseconds