Searched refs:LCR_DLAB (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/ic/
H A Dns16550.h72 #define LCR_DLAB 0x80 macro
73 #define CFCR_DLAB LCR_DLAB
/freebsd-current/usr.sbin/bhyve/
H A Duart_emul.c227 if ((sc->lcr & LCR_DLAB) != 0) {
344 if ((sc->lcr & LCR_DLAB) != 0) {
/freebsd-current/sys/dev/uart/
H A Duart_dev_ns8250.c136 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB);
292 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB);
729 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB);
/freebsd-current/sys/dev/puc/
H A Dpucdata.c1480 bus_write_1(bar->b_res, REG_LCR, LCR_DLAB);

Completed in 184 milliseconds