Searched refs:MLB_USIO_SSR_ORE (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/tty/serial/
H A Dmilbeaut_usio.c51 #define MLB_USIO_SSR_ORE BIT(3) macro
161 if (!(status & (MLB_USIO_SSR_ORE | MLB_USIO_SSR_FRE |
168 uart_insert_char(port, status, MLB_USIO_SSR_ORE,
174 if (status & MLB_USIO_SSR_ORE)
190 uart_insert_char(port, status, MLB_USIO_SSR_ORE,
342 port->read_status_mask = MLB_USIO_SSR_ORE | MLB_USIO_SSR_RDRF |
351 port->ignore_status_mask |= MLB_USIO_SSR_ORE;

Completed in 171 milliseconds