Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c135 #define G_INT_CSTAT_COMP(x) (1 << (x)) macro
541 if ((s->reg.int_cstat & G_INT_CSTAT_COMP(id)) && in exynos4210_gcomp_raise_irq()
578 s->g_timer.reg.int_cstat |= G_INT_CSTAT_COMP(i); in exynos4210_gfrc_event()
1279 if (value & G_INT_CSTAT_COMP(i)) { in exynos4210_mct_write()
1290 if (s->g_timer.reg.int_cstat & G_INT_CSTAT_COMP(i)) { in exynos4210_mct_write()