Lines Matching refs:sio_ir
114 #define PENDING(_a, _p) (readl(&(_p)->vma->sio_ir) & (_a)->ic_enable)
1446 unsigned int sio_ir; in ioc3uart_intr_one() local
1467 sio_ir = pending & ~(hooks->intr_tx_mt); in ioc3uart_intr_one()
1483 if (sio_ir & hooks->intr_delta_dcd) { in ioc3uart_intr_one()
1505 if (sio_ir & hooks->intr_delta_cts) { in ioc3uart_intr_one()
1522 if (sio_ir & hooks->intr_rx_timer) { in ioc3uart_intr_one()
1531 else if (sio_ir & hooks->intr_rx_high) { in ioc3uart_intr_one()
1546 if ((sio_ir = PENDING(card_ptr, idd)) in ioc3uart_intr_one()
1562 if (sio_ir & hooks->intr_tx_explicit) { in ioc3uart_intr_one()
1570 else if (sio_ir & hooks->intr_tx_mt) { in ioc3uart_intr_one()
1585 sio_ir = PENDING(card_ptr, idd); in ioc3uart_intr_one()
1591 if (sio_ir & hooks->intr_tx_mt) { in ioc3uart_intr_one()
1609 sio_ir = PENDING(card_ptr, idd); in ioc3uart_intr_one()
1615 if (rx_high_rd_aborted && (sio_ir == hooks->intr_rx_high)) { in ioc3uart_intr_one()
1616 sio_ir &= ~hooks->intr_rx_high; in ioc3uart_intr_one()
1618 } while (sio_ir & hooks->intr_all); in ioc3uart_intr_one()