Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-ep93xx/
H A Dclock.c547 unsigned int clk_h_div; in ep93xx_clock_init() local
567 clk_h_div = hclk_divisors[(value >> 20) & 0x7]; in ep93xx_clock_init()
572 hw = clk_hw_register_fixed_factor(NULL, "hclk", "pll1", 0, 1, clk_h_div); in ep93xx_clock_init()