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

/linux-master/drivers/tty/serial/
H A Dmilbeaut_usio.c51 #define MLB_USIO_SSR_ORE BIT(3) macro
162 if (!(status & (MLB_USIO_SSR_ORE | MLB_USIO_SSR_FRE |
169 uart_insert_char(port, status, MLB_USIO_SSR_ORE,
175 if (status & MLB_USIO_SSR_ORE)
191 uart_insert_char(port, status, MLB_USIO_SSR_ORE,
343 port->read_status_mask = MLB_USIO_SSR_ORE | MLB_USIO_SSR_RDRF |
352 port->ignore_status_mask |= MLB_USIO_SSR_ORE;

Completed in 148 milliseconds