FIFO_TO_SM 186 drivers/tty/serial/pnx8xxx_uart.c status = FIFO_TO_SM(serial_in(sport, PNX8XXX_FIFO)) | FIFO_TO_SM 188 drivers/tty/serial/pnx8xxx_uart.c while (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFIFO)) { FIFO_TO_SM 199 drivers/tty/serial/pnx8xxx_uart.c if (status & (FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE | FIFO_TO_SM 203 drivers/tty/serial/pnx8xxx_uart.c if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXBRK)) { FIFO_TO_SM 204 drivers/tty/serial/pnx8xxx_uart.c status &= ~(FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | FIFO_TO_SM 205 drivers/tty/serial/pnx8xxx_uart.c FIFO_TO_SM(PNX8XXX_UART_FIFO_RXPAR)); FIFO_TO_SM 209 drivers/tty/serial/pnx8xxx_uart.c } else if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXPAR)) FIFO_TO_SM 211 drivers/tty/serial/pnx8xxx_uart.c else if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE)) FIFO_TO_SM 218 drivers/tty/serial/pnx8xxx_uart.c if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXPAR)) FIFO_TO_SM 220 drivers/tty/serial/pnx8xxx_uart.c else if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE)) FIFO_TO_SM 237 drivers/tty/serial/pnx8xxx_uart.c status = FIFO_TO_SM(serial_in(sport, PNX8XXX_FIFO)) | FIFO_TO_SM 484 drivers/tty/serial/pnx8xxx_uart.c FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | FIFO_TO_SM 485 drivers/tty/serial/pnx8xxx_uart.c FIFO_TO_SM(PNX8XXX_UART_FIFO_RXPAR); FIFO_TO_SM 496 drivers/tty/serial/pnx8xxx_uart.c FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | FIFO_TO_SM 497 drivers/tty/serial/pnx8xxx_uart.c FIFO_TO_SM(PNX8XXX_UART_FIFO_RXPAR);