Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-ep93xx.c590 static const char hclk_divisors[] = { 1, 2, 4, 5, 6, 8, 16, 32 }; in ep93xx_plls_init() local
616 clk_h_div = hclk_divisors[(value >> 20) & GENMASK(2, 0)]; in ep93xx_plls_init()