Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-zynq/
H A Dtimer.c56 #define TIMER_PRESCALE 255 macro
61 (TIMER_PRESCALE << SCUTIMER_CONTROL_PRESCALER_SHIFT) | in timer_init()
82 gd->arch.timer_rate_hz = (gd->cpu_clk / 2) / (TIMER_PRESCALE + 1); in timer_init()