Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/timer/
H A Drockchip_timer.c119 if ((readl(&priv->timer->timer_ctrl_reg) & 1) == 1 && in rockchip_timer_start()
125 writel(0, &priv->timer->timer_ctrl_reg); in rockchip_timer_start()
130 writel(1, &priv->timer->timer_ctrl_reg); in rockchip_timer_start()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dtimer.h14 u32 timer_ctrl_reg; member
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk_timer.c46 writel(1, &timer_ptr->timer_ctrl_reg); in rockchip_timer_init()