Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dserial_reg.h101 #define UART_LCR_WLEN6 0x01 /* Wordlength: 6 bits */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h116 #define UART_LCR_WLEN6 0x01 /* Wordlength: 6 bits */ macro
/openbmc/linux/drivers/tty/serial/
H A Dsunplus-uart.c355 lcr = UART_LCR_WLEN6; in sunplus_set_termios()