Home
last modified time | relevance | path

Searched refs:UART_LCR_WLEN7 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dserial_reg.h102 #define UART_LCR_WLEN7 0x02 /* Wordlength: 7 bits */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h117 #define UART_LCR_WLEN7 0x02 /* Wordlength: 7 bits */ macro
/openbmc/linux/drivers/media/rc/
H A Dserial_ir.c455 soutp(UART_LCR, UART_LCR_WLEN7); in hardware_init_port()
/openbmc/linux/drivers/tty/serial/
H A Dsunplus-uart.c358 lcr = UART_LCR_WLEN7; in sunplus_set_termios()