Home
last modified time | relevance | path

Searched refs:port_cause (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dsata_mv.c2807 static void mv_port_intr(struct ata_port *ap, u32 port_cause) in mv_port_intr() argument
2822 if (edma_was_enabled && (port_cause & DONE_IRQ)) { in mv_port_intr()
2830 if (unlikely(port_cause & ERR_IRQ)) { in mv_port_intr()
2861 unsigned int p, shift, hardport, port_cause; in mv_host_intr() local
2907 port_cause = (main_irq_cause >> shift) & (DONE_IRQ | ERR_IRQ); in mv_host_intr()
2908 if (port_cause) in mv_host_intr()
2909 mv_port_intr(ap, port_cause); in mv_host_intr()