Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-ep93xx/
H A Dclock.c546 unsigned int clk_f_div; in ep93xx_clock_init() local
566 clk_f_div = fclk_divisors[(value >> 25) & 0x7]; in ep93xx_clock_init()
570 hw = clk_hw_register_fixed_factor(NULL, "fclk", "pll1", 0, 1, clk_f_div); in ep93xx_clock_init()