Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-davinci/
H A Dtimer.c35 #define TIM_CLK_DIV 16 macro
42 writel(0x06 | ((TIM_CLK_DIV - 1) << 8), &timer->tgcr); in timer_init()
46 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK / TIM_CLK_DIV; in timer_init()
110 writel(0x08 | 0x03 | ((TIM_CLK_DIV - 1) << 8), &wdttimer->tgcr); in davinci_hw_watchdog_enable()