Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rtc/
H A Dexynos4210_rtc.c74 #define TICK_TIMER_ENABLE 0x0100 macro
423 if ((value & TICK_TIMER_ENABLE) > in exynos4210_rtc_write()
424 (s->reg_rtccon & TICK_TIMER_ENABLE) && in exynos4210_rtc_write()
430 if ((value & TICK_TIMER_ENABLE) < in exynos4210_rtc_write()
431 (s->reg_rtccon & TICK_TIMER_ENABLE)) { in exynos4210_rtc_write()