Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dsata_mv.c223 PORTS_0_3_COAL_DONE = (1 << 8), /* HC0 IRQ coalescing */ enumerator
1002 if (mask & (ALL_PORTS_COAL_DONE | PORTS_0_3_COAL_DONE)) in mv_write_main_irq_mask()
1068 const u32 coal_disable = PORTS_0_3_COAL_DONE | PORTS_4_7_COAL_DONE | in mv_set_irq_coalescing()
1108 coal_enable |= PORTS_0_3_COAL_DONE; in mv_set_irq_coalescing()
2891 if (hc_cause & PORTS_0_3_COAL_DONE) in mv_host_intr()