Searched refs:postdiv (Results 1 – 4 of 4) sorted by relevance
313 u32 out_div, ref_div, postdiv, nint, hfrac, lfrac, clk_ctrl; in get_clocks() local369 postdiv = (clk_ctrl >> QCA956X_PLL_CLK_CTRL_CPU_POST_DIV_SHIFT) & in get_clocks()375 cpu_rate = ddr_pll / (postdiv + 1); in get_clocks()377 cpu_rate = cpu_pll / (postdiv + 1); in get_clocks()379 postdiv = (clk_ctrl >> QCA956X_PLL_CLK_CTRL_DDR_POST_DIV_SHIFT) & in get_clocks()385 ddr_rate = cpu_pll / (postdiv + 1); in get_clocks()387 ddr_rate = ddr_pll / (postdiv + 1); in get_clocks()389 postdiv = (clk_ctrl >> QCA956X_PLL_CLK_CTRL_AHB_POST_DIV_SHIFT) & in get_clocks()395 ahb_rate = ddr_pll / (postdiv + 1); in get_clocks()397 ahb_rate = cpu_pll / (postdiv + 1); in get_clocks()
24 unsigned int postdiv; /* 0x128 */ member
210 dv_reg postdiv; member
95 ®->postdiv); in da850_pll_init()98 ®->postdiv); in da850_pll_init()
Completed in 9 milliseconds