Searched refs:ISTAT_TO_SM (Results 1 – 1 of 1) sorted by relevance
52 #define ISTAT_TO_SM(x) ((x) & 0x000001ff) macro191 ISTAT_TO_SM(serial_in(sport, PNX8XXX_ISTAT)); in pnx8xxx_rx_chars()206 ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN))) { in pnx8xxx_rx_chars()217 if (status & ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN)) in pnx8xxx_rx_chars()236 ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN), ch, flg); in pnx8xxx_rx_chars()242 ISTAT_TO_SM(serial_in(sport, PNX8XXX_ISTAT)); in pnx8xxx_rx_chars()483 sport->port.read_status_mask = ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN) | in pnx8xxx_set_termios()484 ISTAT_TO_SM(PNX8XXX_UART_INT_EMPTY) | in pnx8xxx_set_termios()485 ISTAT_TO_SM(PNX8XXX_UART_INT_RX); in pnx8xxx_set_termios()492 ISTAT_TO_SM(PNX8XXX_UART_INT_BREAK); in pnx8xxx_set_termios()[all …]