Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/amba/
Dserial.h133 #define UART01x_LCRH_EPS BIT(2) macro
/linux-6.12.1/drivers/tty/serial/
Damba-pl010.c383 lcr_h |= UART01x_LCRH_EPS; in pl010_set_termios()
584 if (lcr_h & UART01x_LCRH_EPS) in pl010_console_get_options()
Damba-pl011.c2073 lcr_h |= UART01x_LCRH_EPS; in pl011_set_termios()
2359 if (lcr_h & UART01x_LCRH_EPS) in pl011_console_get_options()