Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-ep93xx/
Dclock.c481 static char pclk_divisors[] = { 1, 2, 4, 8 }; variable
531 clk_p.rate = clk_h.rate / pclk_divisors[(value >> 18) & 0x3]; in ep93xx_clock_init()