Searched refs:pclk_divisors (Results 1 – 1 of 1) sorted by relevance
481 static char pclk_divisors[] = { 1, 2, 4, 8 }; variable531 clk_p.rate = clk_h.rate / pclk_divisors[(value >> 18) & 0x3]; in ep93xx_clock_init()