Searched refs:CFCR_DLAB (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/dev/ic/
H A Dns16550.h69 #define CFCR_DLAB LCR_DLAB macro
/freebsd-10.2-release/sys/boot/i386/libi386/
H A Dcomconsole.c321 outb(comc_port + com_cfcr, CFCR_DLAB | COMC_FMT);
362 outb(comc_port + com_cfcr, CFCR_DLAB | cfcr);
/freebsd-10.2-release/sys/boot/pc98/libpc98/
H A Dcomconsole.c313 outb(comc_port + com_cfcr, CFCR_DLAB | COMC_FMT);
354 outb(comc_port + com_cfcr, CFCR_DLAB | cfcr);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dser-go32.c90 #define CFCR_DLAB 0x80 /* divisor latch */ macro
546 outb (port, com_cfcr, CFCR_DLAB);
745 outb (port, com_cfcr, CFCR_DLAB);
/freebsd-10.2-release/sys/dev/sio/
H A Dsio.c598 sio_setreg(com, com_cfcr, CFCR_DLAB | CFCR_8BITS);
902 * It is most important that CFCR_DLAB is off, so that the
1861 sio_setreg(com, com_cfcr, cfcr | CFCR_DLAB);
2343 outb(iobase + com_cfcr, CFCR_DLAB | cfcr);
2377 outb(iobase + com_cfcr, CFCR_DLAB | CFCR_8BITS);
2412 outb(iobase + com_cfcr, CFCR_DLAB | CFCR_8BITS);
2483 outb(iobase + com_cfcr, CFCR_DLAB | cfcr);
/freebsd-10.2-release/sys/pc98/cbus/
H A Dsio.c1063 sio_setreg(com, com_cfcr, CFCR_DLAB | CFCR_8BITS);
1433 * It is most important that CFCR_DLAB is off, so that the
1634 sio_setreg(com, com_cfcr, lcr | CFCR_DLAB);
2853 sio_setreg(com, com_cfcr, cfcr | CFCR_DLAB);
3505 outb(iobase + com_cfcr, CFCR_DLAB | cfcr);
3539 outb(iobase + com_cfcr, CFCR_DLAB | CFCR_8BITS);
3574 outb(iobase + com_cfcr, CFCR_DLAB | CFCR_8BITS);
3645 outb(iobase + com_cfcr, CFCR_DLAB | cfcr);

Completed in 188 milliseconds