Home
last modified time | relevance | path

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

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