Searched refs:CMR (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/cx/
H A Dcxreg.h58 #define CMR(b) R(b,0x18) /* channel mode register */ macro
407 * Channel mode register (CMR) bits.
H A Dcsigma.c361 outb (CMR(port), CMR_HDLC);
1038 outb (CMR(c->port), CMR_RXDMA | CMR_TXDMA | CMR_ASYNC);
1053 outb (CMR(c->port), CMR_RXDMA | CMR_TXDMA | CMR_HDLC);
H A Dcxddk.c166 outb (CMR(c->port), mode | (c->mode == M_ASYNC ? CMR_ASYNC : CMR_HDLC));

Completed in 109 milliseconds