Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c152 #define L_TCON_INT_START (1 << 1) macro
949 if (!icnto && s->reg.tcon & L_TCON_INT_START) { in exynos4210_ltick_event()
1333 if ((value & L_TCON_INT_START) < in exynos4210_mct_write()
1334 (old_val & L_TCON_INT_START)) { in exynos4210_mct_write()
1347 if ((value & L_TCON_INT_START) > in exynos4210_mct_write()
1348 (old_val & L_TCON_INT_START)) { in exynos4210_mct_write()