Home
last modified time | relevance | path

Searched refs:UART_LCR_WLEN5 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dserial_reg.h100 #define UART_LCR_WLEN5 0x00 /* Wordlength: 5 bits */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h115 #define UART_LCR_WLEN5 0x00 /* Wordlength: 5 bits */ macro
/openbmc/linux/drivers/tty/serial/
H A Dsunplus-uart.c352 lcr = UART_LCR_WLEN5; in sunplus_set_termios()