Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/ata/
Dsata_mv.c233 PORTS_0_3_COAL_DONE = (1 << 8), /* HC0 IRQ coalescing */ enumerator
1019 if (mask & (ALL_PORTS_COAL_DONE | PORTS_0_3_COAL_DONE)) in mv_write_main_irq_mask()
1085 const u32 coal_disable = PORTS_0_3_COAL_DONE | PORTS_4_7_COAL_DONE | in mv_set_irq_coalescing()
1125 coal_enable |= PORTS_0_3_COAL_DONE; in mv_set_irq_coalescing()
2896 if (hc_cause & PORTS_0_3_COAL_DONE) in mv_host_intr()