Searched refs:ISTAT_TO_SM (Results 1 – 1 of 1) sorted by relevance
44 #define ISTAT_TO_SM(x) ((x) & 0x000001ff) macro183 ISTAT_TO_SM(serial_in(sport, PNX8XXX_ISTAT)); in pnx8xxx_rx_chars()198 ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN))) { in pnx8xxx_rx_chars()209 if (status & ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN)) in pnx8xxx_rx_chars()226 ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN), ch, flg); in pnx8xxx_rx_chars()232 ISTAT_TO_SM(serial_in(sport, PNX8XXX_ISTAT)); in pnx8xxx_rx_chars()473 sport->port.read_status_mask = ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN) | in pnx8xxx_set_termios()474 ISTAT_TO_SM(PNX8XXX_UART_INT_EMPTY) | in pnx8xxx_set_termios()475 ISTAT_TO_SM(PNX8XXX_UART_INT_RX); in pnx8xxx_set_termios()482 ISTAT_TO_SM(PNX8XXX_UART_INT_BREAK); in pnx8xxx_set_termios()[all …]