Searched refs:port_cause (Results 1 – 1 of 1) sorted by relevance
2845 static void mv_port_intr(struct ata_port *ap, u32 port_cause) in mv_port_intr() argument2860 if (edma_was_enabled && (port_cause & DONE_IRQ)) { in mv_port_intr()2868 if (unlikely(port_cause & ERR_IRQ)) { in mv_port_intr()2899 unsigned int p, shift, hardport, port_cause; in mv_host_intr() local2945 port_cause = (main_irq_cause >> shift) & (DONE_IRQ | ERR_IRQ); in mv_host_intr()2946 if (port_cause) in mv_host_intr()2947 mv_port_intr(ap, port_cause); in mv_host_intr()