Searched refs:ppll (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c558 struct amdgpu_pll *ppll = &adev->clock.ppll[0]; amdgpu_atombios_get_clock_info() local
565 ppll->reference_freq = amdgpu_atombios_get_clock_info()
567 ppll->reference_div = 0; amdgpu_atombios_get_clock_info()
570 ppll->pll_out_min = amdgpu_atombios_get_clock_info()
573 ppll->pll_out_min = amdgpu_atombios_get_clock_info()
575 ppll->pll_out_max = amdgpu_atombios_get_clock_info()
579 ppll->lcd_pll_out_min = amdgpu_atombios_get_clock_info()
581 if (ppll->lcd_pll_out_min == 0) amdgpu_atombios_get_clock_info()
582 ppll->lcd_pll_out_min = ppll->pll_out_min; amdgpu_atombios_get_clock_info()
583 ppll->lcd_pll_out_max = amdgpu_atombios_get_clock_info()
585 if (ppll->lcd_pll_out_max == 0) amdgpu_atombios_get_clock_info()
586 ppll->lcd_pll_out_max = ppll->pll_out_max; amdgpu_atombios_get_clock_info()
588 ppll->lcd_pll_out_min = ppll->pll_out_min; amdgpu_atombios_get_clock_info()
589 ppll->lcd_pll_out_max = ppll->pll_out_max; amdgpu_atombios_get_clock_info()
592 if (ppll->pll_out_min == 0) amdgpu_atombios_get_clock_info()
593 ppll->pll_out_min = 64800; amdgpu_atombios_get_clock_info()
595 ppll->pll_in_min = amdgpu_atombios_get_clock_info()
597 ppll->pll_in_max = amdgpu_atombios_get_clock_info()
600 ppll->min_post_div = 2; amdgpu_atombios_get_clock_info()
601 ppll->max_post_div = 0x7f; amdgpu_atombios_get_clock_info()
602 ppll->min_frac_feedback_div = 0; amdgpu_atombios_get_clock_info()
603 ppll->max_frac_feedback_div = 9; amdgpu_atombios_get_clock_info()
604 ppll->min_ref_div = 2; amdgpu_atombios_get_clock_info()
605 ppll->max_ref_div = 0x3ff; amdgpu_atombios_get_clock_info()
606 ppll->min_feedback_div = 4; amdgpu_atombios_get_clock_info()
607 ppll->max_feedback_div = 0xfff; amdgpu_atombios_get_clock_info()
608 ppll->best_vco = 0; amdgpu_atombios_get_clock_info()
611 adev->clock.ppll[i] = *ppll; amdgpu_atombios_get_clock_info()
H A Datombios_crtc.c758 pll = &adev->clock.ppll[0]; amdgpu_atombios_crtc_set_pll()
761 pll = &adev->clock.ppll[1]; amdgpu_atombios_crtc_set_pll()
766 pll = &adev->clock.ppll[2]; amdgpu_atombios_crtc_set_pll()
H A Ddce_v8_0.c2694 /* disable the ppll */ dce_v8_0_crtc_disable()
2699 /* disable the ppll */ dce_v8_0_crtc_disable()
H A Damdgpu.h376 struct amdgpu_pll ppll[AMDGPU_MAX_PPLL]; member in struct:amdgpu_clock
H A Ddce_v10_0.c2783 /* disable the ppll */ dce_v10_0_crtc_disable()
H A Ddce_v11_0.c2772 /* disable the ppll */ dce_v11_0_crtc_disable()
/linux-4.4.14/drivers/clk/samsung/
H A Dclk-exynos5440.c39 FRATE(0, "ppll", NULL, CLK_IS_ROOT, 1000000000),
48 FFACTOR(0, "div250", "ppll", 1, 4, 0),
49 FFACTOR(0, "div200", "ppll", 1, 5, 0),
/linux-4.4.14/drivers/clk/imx/
H A Dclk-imx35.c65 static const char *std_sel[] = {"ppll", "arm"};
69 ckih, mpll, ppll, mpll_075, arm, hsp, hsp_div, hsp_sel, ahb, ipg, enumerator in enum:mx35_clks
120 clk[ppll] = imx_clk_pllv1(IMX_PLLV1_IMX35, "ppll", "ckih", base + MX35_CCM_PPCTL); _mx35_clocks_init()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_encoders.c55 /* DVO requires 2x ppll clocks depending on tmds chip */ radeon_encoder_clones()
H A Datombios_crtc.c2182 /* disable the ppll */ atombios_crtc_disable()
2187 /* disable the ppll */ atombios_crtc_disable()
H A Datombios.h1783 UCHAR ucRefDiv; // if it is none-zero, it is used to be calculated the other ppll parameter fb_divider and post_div ( if it is not given )
1784 UCHAR ucPostDiv; // if it is none-zero, it is used to be calculated the other ppll parameter fb_divider
/linux-4.4.14/drivers/gpu/drm/amd/include/
H A Datombios.h1826 UCHAR ucRefDiv; // if it is none-zero, it is used to be calculated the other ppll parameter fb_divider and post_div ( if it is not given )
1827 UCHAR ucPostDiv; // if it is none-zero, it is used to be calculated the other ppll parameter fb_divider

Completed in 1056 milliseconds