Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dtimer.h10 u32 timer_load_count0; member
/openbmc/u-boot/drivers/timer/
H A Drockchip_timer.c120 (readl(&priv->timer->timer_load_count0) == reload_val_l) && in rockchip_timer_start()
127 writel(reload_val_l, &priv->timer->timer_load_count0); in rockchip_timer_start()
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk_timer.c44 writel(0xffffffff, &timer_ptr->timer_load_count0); in rockchip_timer_init()