Searched defs:port_cause (Results 1 - 1 of 1) sorted by relevance

/drivers/ata/
H A Dsata_mv.c2812 static void mv_port_intr(struct ata_port *ap, u32 port_cause) argument
2827 if (edma_was_enabled && (port_cause & DONE_IRQ)) {
2835 if (unlikely(port_cause & ERR_IRQ)) {
2866 unsigned int p, shift, hardport, port_cause; local
2912 port_cause = (main_irq_cause >> shift) & (DONE_IRQ | ERR_IRQ);
2913 if (port_cause)
2914 mv_port_intr(ap, port_cause);

Completed in 38 milliseconds