Searched refs:TIMER_LOAD_COUNT0 (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-rk-timer.c | 21 #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 D | rockchip_debugger.c | 38 writel(load_count0, TIMER_BASE + TIMER_LOAD_COUNT0); in rockchip_debugger_init()
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-rockchip.c | 21 #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 D | rk_timer_irq.h | 18 #define TIMER_LOAD_COUNT0 0x00 macro
|
| /OK3568_Linux_fs/u-boot/test/rockchip/ |
| H A D | test-misc.c | 46 writel(COUNTER_FREQUENCY, TIMER_BASE + TIMER_LOAD_COUNT0); in timer_interrupt_test()
|
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | charge_animation.c | 388 writel((uint32_t)period, TIMER_BASE + TIMER_LOAD_COUNT0); in autowakeup_timer_init()
|
| /OK3568_Linux_fs/u-boot/drivers/power/power_delivery/ |
| H A D | tcpm.c | 820 writel((uint32_t)period, TIMER_BASE + TIMER_LOAD_COUNT0); in tcpm_timer_init()
|