ISTAT_TO_SM       187 drivers/tty/serial/pnx8xxx_uart.c 		 ISTAT_TO_SM(serial_in(sport, PNX8XXX_ISTAT));
ISTAT_TO_SM       202 drivers/tty/serial/pnx8xxx_uart.c 			      ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN))) {
ISTAT_TO_SM       213 drivers/tty/serial/pnx8xxx_uart.c 			if (status & ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN))
ISTAT_TO_SM       232 drivers/tty/serial/pnx8xxx_uart.c 				ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN), ch, flg);
ISTAT_TO_SM       238 drivers/tty/serial/pnx8xxx_uart.c 			 ISTAT_TO_SM(serial_in(sport, PNX8XXX_ISTAT));
ISTAT_TO_SM       479 drivers/tty/serial/pnx8xxx_uart.c 	sport->port.read_status_mask = ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN) |
ISTAT_TO_SM       480 drivers/tty/serial/pnx8xxx_uart.c 				ISTAT_TO_SM(PNX8XXX_UART_INT_EMPTY) |
ISTAT_TO_SM       481 drivers/tty/serial/pnx8xxx_uart.c 				ISTAT_TO_SM(PNX8XXX_UART_INT_RX);
ISTAT_TO_SM       488 drivers/tty/serial/pnx8xxx_uart.c 			ISTAT_TO_SM(PNX8XXX_UART_INT_BREAK);
ISTAT_TO_SM       500 drivers/tty/serial/pnx8xxx_uart.c 			ISTAT_TO_SM(PNX8XXX_UART_INT_BREAK);
ISTAT_TO_SM       507 drivers/tty/serial/pnx8xxx_uart.c 				ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN);
ISTAT_TO_SM       515 drivers/tty/serial/pnx8xxx_uart.c 			ISTAT_TO_SM(PNX8XXX_UART_INT_RX);