Home
last modified time | relevance | path

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

/trueos/sys/mips/nlm/hal/
HDuart.h54 #define LCR_5BITS 0x00 macro
164 lcr |= LCR_5BITS; in nlm_uart_init()
/trueos/sys/dev/ic/
HDns16550.h92 #define LCR_5BITS 0x00 macro
93 #define CFCR_5BITS LCR_5BITS
/trueos/sys/mips/cavium/
HDuart_dev_oct16550.c236 lcr |= LCR_5BITS; in oct16550_param()
/trueos/sys/dev/uart/
HDuart_dev_lpc.c219 lcr |= LCR_5BITS; in lpc_ns8250_param()
HDuart_dev_ns8250.c213 lcr |= LCR_5BITS; in ns8250_param()