Searched refs:LCR_DLAB (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/sys/dev/ic/ |
| D | ns16550.h | 68 #define LCR_DLAB 0x80 macro 69 #define CFCR_DLAB LCR_DLAB
|
| /freebsd-9-stable/sys/mips/nlm/hal/ |
| D | uart.h | 66 #define LCR_DLAB 0x80 macro
|
| /freebsd-9-stable/sys/mips/cavium/ |
| D | uart_dev_oct16550.c | 117 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); in oct16550_delay() 247 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); in oct16550_param() 586 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); in oct16550_bus_ioctl()
|
| /freebsd-9-stable/sys/dev/uart/ |
| D | uart_dev_ns8250.c | 80 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); in ns8250_delay() 206 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); in ns8250_param() 562 uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); in ns8250_bus_ioctl()
|