Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/amba/
H A Dserial.h123 #define UART01x_LCRH_WLEN_7 0x40 macro
/openbmc/linux/drivers/tty/serial/
H A Damba-pl010.c372 lcr_h = UART01x_LCRH_WLEN_7; in pl010_set_termios()
590 if ((lcr_h & 0x60) == UART01x_LCRH_WLEN_7) in pl010_console_get_options()
H A Damba-pl011.c2088 lcr_h = UART01x_LCRH_WLEN_7; in pl011_set_termios()
2392 if ((lcr_h & 0x60) == UART01x_LCRH_WLEN_7) in pl011_console_get_options()