hclk_divisors     505 arch/arm/mach-ep93xx/clock.c static char hclk_divisors[] = { 1, 2, 4, 5, 6, 8, 16, 32 };
hclk_divisors     555 arch/arm/mach-ep93xx/clock.c 	clk_h.rate = clk_pll1.rate / hclk_divisors[(value >> 20) & 0x7];