Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dsata_mv.c1044 u32 hc_irq_cause; in mv_clear_and_enable_port_irqs() local
1050 hc_irq_cause = ~((DEV_IRQ | DMA_IRQ) << hardport); in mv_clear_and_enable_port_irqs()
1051 writelfl(hc_irq_cause, hc_mmio + HC_IRQ_CAUSE); in mv_clear_and_enable_port_irqs()
2865 * Each hc within the host has its own hc_irq_cause register, in mv_host_intr()
2879 * We don't need/want to read the hc_irq_cause register, in mv_host_intr()
2883 * But we do have to *write* to the hc_irq_cause to ack in mv_host_intr()
2888 * to ack (only) those ports via hc_irq_cause. in mv_host_intr()
3640 u32 hc_irq_cause; in mv_eh_thaw() local
3646 hc_irq_cause = ~((DEV_IRQ | DMA_IRQ) << hardport); in mv_eh_thaw()
3647 writelfl(hc_irq_cause, hc_mmi in mv_eh_thaw()
[all...]