Home
last modified time | relevance | path

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

/freebsd/sys/dev/mvs/
H A Dmvs_soc.c222 ctlr->gmim = ((ccc ? IC_HC0_COAL_DONE : in mvs_ctlr_setup()
315 if (ic & IC_HC0_COAL_DONE) in mvs_intr()
H A Dmvs_pci.c235 ccim |= (IC_HC0_COAL_DONE << (i * IC_HC_SHIFT)); in mvs_ctlr_setup()
369 if (ic & IC_HC0_COAL_DONE) in mvs_intr()
H A Dmvs.h49 #define IC_HC0_COAL_DONE (1 << 8) /* HC0 IRQ coalescing */ macro