Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_pwm.c115 uint32_t reg_tint_cstat; member
143 VMSTATE_UINT32(reg_tint_cstat, Exynos4210PWMState),
189 p->reg_tint_cstat |= TINT_CSTAT_STATUS(id); in exynos4210_pwm_tick()
192 if (p->reg_tint_cstat & TINT_CSTAT_ENABLE(id)) { in exynos4210_pwm_tick()
255 value = s->reg_tint_cstat; in exynos4210_pwm_read()
340 new_val = (s->reg_tint_cstat & 0x3E0) + (0x1F & value); in exynos4210_pwm_write()
345 (s->reg_tint_cstat & TINT_CSTAT_STATUS(i))) { in exynos4210_pwm_write()
350 s->reg_tint_cstat = new_val; in exynos4210_pwm_write()
372 s->reg_tint_cstat = 0; in exynos4210_pwm_reset()