Searched refs:pll_flags (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/radeon/ |
A D | atombios_crtc.c | 574 radeon_crtc->pll_flags = 0; in atombios_adjust_pll() 592 radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; in atombios_adjust_pll() 596 radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; in atombios_adjust_pll() 598 radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; in atombios_adjust_pll() 600 radeon_crtc->pll_flags |= RADEON_PLL_LEGACY; in atombios_adjust_pll() 630 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll() 647 radeon_crtc->pll_flags |= RADEON_PLL_IS_LCD; in atombios_adjust_pll() 652 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll() 739 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll() 744 radeon_crtc->pll_flags |= RADEON_PLL_USE_POST_DIV; in atombios_adjust_pll() [all …]
|
A D | radeon_mode.h | 363 u32 pll_flags; member
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | atombios_crtc.c | 324 amdgpu_crtc->pll_flags = AMDGPU_PLL_USE_FRAC_FB_DIV; in amdgpu_atombios_crtc_adjust_pll() 341 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_REF_DIV; in amdgpu_atombios_crtc_adjust_pll() 343 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_FRAC_FB_DIV; in amdgpu_atombios_crtc_adjust_pll() 352 amdgpu_crtc->pll_flags |= AMDGPU_PLL_PREFER_CLOSEST_LOWER; in amdgpu_atombios_crtc_adjust_pll() 354 amdgpu_crtc->pll_flags |= AMDGPU_PLL_IS_LCD; in amdgpu_atombios_crtc_adjust_pll() 435 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_FRAC_FB_DIV; in amdgpu_atombios_crtc_adjust_pll() 436 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_REF_DIV; in amdgpu_atombios_crtc_adjust_pll() 440 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_FRAC_FB_DIV; in amdgpu_atombios_crtc_adjust_pll() 441 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_POST_DIV; in amdgpu_atombios_crtc_adjust_pll() 850 pll->flags = amdgpu_crtc->pll_flags; in amdgpu_atombios_crtc_set_pll()
|
A D | amdgpu_mode.h | 420 u32 pll_flags; member
|
/linux/drivers/clk/st/ |
A D | clkgen-pll.c | 646 void __iomem *reg, unsigned long pll_flags, in clkgen_pll_register() argument 660 init.flags = pll_flags | CLK_GET_RATE_NOCACHE; in clkgen_pll_register() 702 unsigned long pll_flags, int odf, in clkgen_odf_register() argument 711 flags = pll_flags | CLK_GET_RATE_NOCACHE | CLK_SET_RATE_PARENT; in clkgen_odf_register() 758 unsigned long pll_flags = 0; in clkgen_c32_pll_setup() local 769 of_clk_detect_critical(np, 0, &pll_flags); in clkgen_c32_pll_setup() 771 clk = clkgen_pll_register(parent_name, datac->data, pll_base, pll_flags, in clkgen_c32_pll_setup()
|
/linux/drivers/media/i2c/ccs/ |
A D | ccs-quirk.h | 47 unsigned long (*pll_flags)(struct ccs_sensor *sensor); member
|
/linux/drivers/clk/rockchip/ |
A D | clk.h | 324 u8 pll_flags; member 343 .pll_flags = _pflags, \
|
A D | clk.c | 418 list->flags, list->pll_flags); in rockchip_clk_register_plls()
|
Completed in 29 milliseconds