Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-ep93xx/
Dclock.c480 static char hclk_divisors[] = { 1, 2, 4, 5, 6, 8, 16, 32 }; variable
530 clk_h.rate = clk_pll1.rate / hclk_divisors[(value >> 20) & 0x7]; in ep93xx_clock_init()