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

/freebsd-10.2-release/sys/dev/ctau/
H A Dds2153.h26 #define DS_CCR2 0x1a /* rw - common control 2 */ macro
H A Dctau.c688 cte_out (p, DS_CCR2, CCR2_CNTCV | CCR2_AUTORA | CCR2_LOFA1); /* common control 2 */
1202 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 56 milliseconds