Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/amba/
Dserial.h109 #define UART01x_LCRH_WLEN_7 0x40 macro
/linux-4.1.27/drivers/tty/serial/
Damba-pl010.c417 lcr_h = UART01x_LCRH_WLEN_7; in pl010_set_termios()
639 if ((lcr_h & 0x60) == UART01x_LCRH_WLEN_7) in pl010_console_get_options()
Damba-pl011.c1800 lcr_h = UART01x_LCRH_WLEN_7; in pl011_set_termios()
2054 if ((lcr_h & 0x60) == UART01x_LCRH_WLEN_7) in pl011_console_get_options()