Home
last modified time | relevance | path

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

/trueos/sys/mips/nlm/hal/
HDuart.h58 #define LCR_STOPB 0x04 macro
167 lcr |= LCR_STOPB; in nlm_uart_init()
/trueos/sys/dev/ic/
HDns16550.h84 #define LCR_STOPB 0x04 macro
85 #define CFCR_STOPB LCR_STOPB
/trueos/sys/mips/cavium/
HDuart_dev_oct16550.c238 lcr |= LCR_STOPB; in oct16550_param()
/trueos/sys/dev/uart/
HDuart_dev_lpc.c221 lcr |= LCR_STOPB; in lpc_ns8250_param()
HDuart_dev_ns8250.c215 lcr |= LCR_STOPB; in ns8250_param()