Searched refs:FIS_IRQ_CAUSE (Results 1 - 1 of 1) sorted by relevance

/drivers/ata/
H A Dsata_mv.c273 FIS_IRQ_CAUSE = 0x364, enumerator in enum:__anon72
1072 writelfl(0, port_mmio + FIS_IRQ_CAUSE);
2622 * the FIS_IRQ_CAUSE register before clearing edma_err_cause.
2629 fis_cause = readl(port_mmio + FIS_IRQ_CAUSE);
2630 writelfl(~fis_cause, port_mmio + FIS_IRQ_CAUSE);

Completed in 42 milliseconds