Searched refs:DONE_IRQ (Results 1 – 1 of 1) sorted by relevance
228 DONE_IRQ = (1 << 1), /* shift by (2 * port #) */ enumerator1071 disable_bits = (DONE_IRQ | ERR_IRQ) << shift; in mv_enable_port_irqs()1189 mv_clear_and_enable_port_irqs(ap, port_mmio, DONE_IRQ|ERR_IRQ); in mv_start_edma()2404 port_irqs = ERR_IRQ | DONE_IRQ; /* unmask all interrupts */ in mv_qc_issue()2871 if (edma_was_enabled && (port_cause & DONE_IRQ)) { in mv_port_intr()2945 port_mask = (DONE_IRQ | ERR_IRQ) << (p * 2); in mv_host_intr()2956 port_cause = (main_irq_cause >> shift) & (DONE_IRQ | ERR_IRQ); in mv_host_intr()