Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c134 #define G_INT_ENABLE(x) (1 << (x)) macro
542 (s->reg.int_enb & G_INT_ENABLE(id))) { in exynos4210_gcomp_raise_irq()
1288 if ((value & G_INT_ENABLE(i)) > (s->g_timer.reg.tcon & in exynos4210_mct_write()
1289 G_INT_ENABLE(i))) { in exynos4210_mct_write()
1295 if ((value & G_INT_ENABLE(i)) < (s->g_timer.reg.tcon & in exynos4210_mct_write()
1296 G_INT_ENABLE(i))) { in exynos4210_mct_write()