port_cause       2839 drivers/ata/sata_mv.c static void mv_port_intr(struct ata_port *ap, u32 port_cause)
port_cause       2854 drivers/ata/sata_mv.c 	if (edma_was_enabled && (port_cause & DONE_IRQ)) {
port_cause       2862 drivers/ata/sata_mv.c 	if (unlikely(port_cause & ERR_IRQ)) {
port_cause       2893 drivers/ata/sata_mv.c 		unsigned int p, shift, hardport, port_cause;
port_cause       2939 drivers/ata/sata_mv.c 		port_cause = (main_irq_cause >> shift) & (DONE_IRQ | ERR_IRQ);
port_cause       2940 drivers/ata/sata_mv.c 		if (port_cause)
port_cause       2941 drivers/ata/sata_mv.c 			mv_port_intr(ap, port_cause);