Home
last modified time | relevance | path

Searched refs:LCR_7BITS (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/mips/nlm/hal/
HDuart.h56 #define LCR_7BITS 0x02 macro
160 lcr |= LCR_7BITS; in nlm_uart_init()
/NextBSD/sys/dev/ic/
HDns16550.h88 #define LCR_7BITS 0x02 macro
89 #define CFCR_7BITS LCR_7BITS
/NextBSD/sys/mips/cavium/
HDuart_dev_oct16550.c232 lcr |= LCR_7BITS; in oct16550_param()
/NextBSD/sys/dev/uart/
HDuart_dev_lpc.c215 lcr |= LCR_7BITS; in lpc_ns8250_param()
HDuart_dev_ns8250.c219 lcr |= LCR_7BITS; in ns8250_param()