Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds