Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c194 uint32_t int_cstat; member
238 uint32_t int_cstat; member
289 VMSTATE_UINT32(int_cstat, struct lregs),
321 VMSTATE_UINT32(int_cstat, struct gregs),
663 s->reg.int_cstat |= L_INT_CSTAT_FRCCNT; in exynos4210_lfrc_event()
952 s->reg.int_cstat |= L_INT_CSTAT_INTCNT; in exynos4210_ltick_event()
1040 s->l_timer[i].reg.int_cstat = 0; in exynos4210_mct_reset()
1098 value = s->g_timer.reg.int_cstat; in exynos4210_mct_read()
1148 value = s->l_timer[lt_i].reg.int_cstat; in exynos4210_mct_read()
1277 s->g_timer.reg.int_cstat &= ~(value); in exynos4210_mct_write()
[all …]