Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-ep93xx/
H A Dclock.c548 unsigned int clk_p_div; in ep93xx_clock_init() local
568 clk_p_div = pclk_divisors[(value >> 18) & 0x3]; in ep93xx_clock_init()
574 hw = clk_hw_register_fixed_factor(NULL, "pclk", "hclk", 0, 1, clk_p_div); in ep93xx_clock_init()