Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-rk-timer.c21 #define TIMER_LOAD_COUNT0 0x00 macro
153 ret = rk_timer_rtc_write64(rk_timer_rtc, TIMER_LOAD_COUNT0, UINT64_MAX); in rk_timer_rtc_reset()
222 ret = rk_timer_rtc_read64(rk_timer_rtc, TIMER_LOAD_COUNT0, &tick); in rk_timer_rtc_read_alarm()
271 ret = rk_timer_rtc_write64(rk_timer_rtc, TIMER_LOAD_COUNT0, alarm_tick); in rk_timer_rtc_set_alarm()
302 ret = rk_timer_rtc_write64(rk_timer_rtc, TIMER_LOAD_COUNT0, UINT64_MAX); in rk_timer_rtc_alarm_irq()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Drockchip_debugger.c38 writel(load_count0, TIMER_BASE + TIMER_LOAD_COUNT0); in rockchip_debugger_init()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-rockchip.c21 #define TIMER_LOAD_COUNT0 0x00 macro
72 writel_relaxed(cycles, timer->base + TIMER_LOAD_COUNT0); in rk_timer_update_counter()
/OK3568_Linux_fs/u-boot/include/
H A Drk_timer_irq.h18 #define TIMER_LOAD_COUNT0 0x00 macro
/OK3568_Linux_fs/u-boot/test/rockchip/
H A Dtest-misc.c46 writel(COUNTER_FREQUENCY, TIMER_BASE + TIMER_LOAD_COUNT0); in timer_interrupt_test()
/OK3568_Linux_fs/u-boot/drivers/power/
H A Dcharge_animation.c388 writel((uint32_t)period, TIMER_BASE + TIMER_LOAD_COUNT0); in autowakeup_timer_init()
/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dtcpm.c820 writel((uint32_t)period, TIMER_BASE + TIMER_LOAD_COUNT0); in tcpm_timer_init()