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

/freebsd-11-stable/sys/dev/ctau/
H A Dds2153.h70 #define DS_TCBR 0x22 /* rw - transmit channel blocking 1..4 */ macro
H A Dctau.c766 cte_out (p, DS_TCBR, (unsigned char) (xcbr & 0xfe));
767 cte_out (p, DS_TCBR+1, (unsigned char) (xcbr >> 8));
768 cte_out (p, DS_TCBR+2, (unsigned char) (xcbr >> 16));
769 cte_out (p, DS_TCBR+3, (unsigned char) (xcbr >> 24));

Completed in 71 milliseconds