Searched refs:port_cause (Results 1 – 1 of 1) sorted by relevance
2856 static void mv_port_intr(struct ata_port *ap, u32 port_cause) in mv_port_intr() argument2871 if (edma_was_enabled && (port_cause & DONE_IRQ)) { in mv_port_intr()2879 if (unlikely(port_cause & ERR_IRQ)) { in mv_port_intr()2910 unsigned int p, shift, hardport, port_cause; in mv_host_intr() local2956 port_cause = (main_irq_cause >> shift) & (DONE_IRQ | ERR_IRQ); in mv_host_intr()2957 if (port_cause) in mv_host_intr()2958 mv_port_intr(ap, port_cause); in mv_host_intr()