Searched refs:port_cause (Results 1 – 1 of 1) sorted by relevance
2838 static void mv_port_intr(struct ata_port *ap, u32 port_cause) in mv_port_intr() argument2853 if (edma_was_enabled && (port_cause & DONE_IRQ)) { in mv_port_intr()2861 if (unlikely(port_cause & ERR_IRQ)) { in mv_port_intr()2892 unsigned int p, shift, hardport, port_cause; in mv_host_intr() local2938 port_cause = (main_irq_cause >> shift) & (DONE_IRQ | ERR_IRQ); in mv_host_intr()2939 if (port_cause) in mv_host_intr()2940 mv_port_intr(ap, port_cause); in mv_host_intr()