Lines Matching refs:postdiv

238 	u32 pll, out_div, ref_div, nint, nfrac, frac, clk_ctrl, postdiv;
309 postdiv = (clk_ctrl >> AR934X_PLL_CPU_DDR_CLK_CTRL_CPU_POST_DIV_SHIFT) &
315 cpu_rate = cpu_pll / (postdiv + 1);
317 cpu_rate = ddr_pll / (postdiv + 1);
319 postdiv = (clk_ctrl >> AR934X_PLL_CPU_DDR_CLK_CTRL_DDR_POST_DIV_SHIFT) &
325 ddr_rate = ddr_pll / (postdiv + 1);
327 ddr_rate = cpu_pll / (postdiv + 1);
329 postdiv = (clk_ctrl >> AR934X_PLL_CPU_DDR_CLK_CTRL_AHB_POST_DIV_SHIFT) &
335 ahb_rate = ddr_pll / (postdiv + 1);
337 ahb_rate = cpu_pll / (postdiv + 1);
356 u32 pll, out_div, ref_div, nint, frac, clk_ctrl, postdiv;
398 postdiv = (clk_ctrl >> QCA953X_PLL_CLK_CTRL_CPU_POST_DIV_SHIFT) &
404 cpu_rate = cpu_pll / (postdiv + 1);
406 cpu_rate = ddr_pll / (postdiv + 1);
408 postdiv = (clk_ctrl >> QCA953X_PLL_CLK_CTRL_DDR_POST_DIV_SHIFT) &
414 ddr_rate = ddr_pll / (postdiv + 1);
416 ddr_rate = cpu_pll / (postdiv + 1);
418 postdiv = (clk_ctrl >> QCA953X_PLL_CLK_CTRL_AHB_POST_DIV_SHIFT) &
424 ahb_rate = ddr_pll / (postdiv + 1);
426 ahb_rate = cpu_pll / (postdiv + 1);
439 u32 pll, out_div, ref_div, nint, frac, clk_ctrl, postdiv;
481 postdiv = (clk_ctrl >> QCA955X_PLL_CLK_CTRL_CPU_POST_DIV_SHIFT) &
487 cpu_rate = ddr_pll / (postdiv + 1);
489 cpu_rate = cpu_pll / (postdiv + 1);
491 postdiv = (clk_ctrl >> QCA955X_PLL_CLK_CTRL_DDR_POST_DIV_SHIFT) &
497 ddr_rate = cpu_pll / (postdiv + 1);
499 ddr_rate = ddr_pll / (postdiv + 1);
501 postdiv = (clk_ctrl >> QCA955X_PLL_CLK_CTRL_AHB_POST_DIV_SHIFT) &
507 ahb_rate = ddr_pll / (postdiv + 1);
509 ahb_rate = cpu_pll / (postdiv + 1);
522 u32 pll, out_div, ref_div, nint, hfrac, lfrac, clk_ctrl, postdiv;
583 postdiv = (clk_ctrl >> QCA956X_PLL_CLK_CTRL_CPU_POST_DIV_SHIFT) &
589 cpu_rate = ddr_pll / (postdiv + 1);
591 cpu_rate = cpu_pll / (postdiv + 1);
593 postdiv = (clk_ctrl >> QCA956X_PLL_CLK_CTRL_DDR_POST_DIV_SHIFT) &
599 ddr_rate = cpu_pll / (postdiv + 1);
601 ddr_rate = ddr_pll / (postdiv + 1);
603 postdiv = (clk_ctrl >> QCA956X_PLL_CLK_CTRL_AHB_POST_DIV_SHIFT) &
609 ahb_rate = ddr_pll / (postdiv + 1);
611 ahb_rate = cpu_pll / (postdiv + 1);