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

/freebsd-11-stable/sys/dev/ic/
H A Dns16550.h68 #define LCR_DLAB 0x80 macro
69 #define CFCR_DLAB LCR_DLAB
/freebsd-11-stable/sys/mips/nlm/hal/
H A Duart.h66 #define LCR_DLAB 0x80 macro
/freebsd-11-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c116 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB);
246 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB);
577 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB);
/freebsd-11-stable/usr.sbin/bhyve/
H A Duart_emul.c410 if ((sc->lcr & LCR_DLAB) != 0) {
528 if ((sc->lcr & LCR_DLAB) != 0) {
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_ns8250.c111 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB);
237 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB);
666 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB);
H A Duart_dev_lpc.c225 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB);
608 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB);
/freebsd-11-stable/sys/dev/puc/
H A Dpucdata.c1468 bus_write_1(bar->b_res, REG_LCR, LCR_DLAB);

Completed in 73 milliseconds