Searched refs:DONE_IRQ (Results 1 – 1 of 1) sorted by relevance
215 DONE_IRQ = (1 << 1), /* shift by (2 * port #) */ enumerator1031 disable_bits = (DONE_IRQ | ERR_IRQ) << shift; in mv_enable_port_irqs()1148 mv_clear_and_enable_port_irqs(ap, port_mmio, DONE_IRQ|ERR_IRQ); in mv_start_edma()2357 port_irqs = ERR_IRQ | DONE_IRQ; /* unmask all interrupts */ in mv_qc_issue()2822 if (edma_was_enabled && (port_cause & DONE_IRQ)) { in mv_port_intr()2896 port_mask = (DONE_IRQ | ERR_IRQ) << (p * 2); in mv_host_intr()2907 port_cause = (main_irq_cause >> shift) & (DONE_IRQ | ERR_IRQ); in mv_host_intr()