Searched refs:pll_flags (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/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() 623 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll() 640 radeon_crtc->pll_flags |= RADEON_PLL_IS_LCD; in atombios_adjust_pll() 645 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll() 732 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll() 737 radeon_crtc->pll_flags |= RADEON_PLL_USE_POST_DIV; in atombios_adjust_pll() [all …]
|
A D | radeon_mode.h | 358 u32 pll_flags; member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | atombios_crtc.c | 323 amdgpu_crtc->pll_flags = AMDGPU_PLL_USE_FRAC_FB_DIV; in amdgpu_atombios_crtc_adjust_pll() 340 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_REF_DIV; in amdgpu_atombios_crtc_adjust_pll() 342 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_FRAC_FB_DIV; in amdgpu_atombios_crtc_adjust_pll() 351 amdgpu_crtc->pll_flags |= AMDGPU_PLL_PREFER_CLOSEST_LOWER; in amdgpu_atombios_crtc_adjust_pll() 353 amdgpu_crtc->pll_flags |= AMDGPU_PLL_IS_LCD; in amdgpu_atombios_crtc_adjust_pll() 434 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_FRAC_FB_DIV; in amdgpu_atombios_crtc_adjust_pll() 435 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_REF_DIV; in amdgpu_atombios_crtc_adjust_pll() 439 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_FRAC_FB_DIV; in amdgpu_atombios_crtc_adjust_pll() 440 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_POST_DIV; in amdgpu_atombios_crtc_adjust_pll() 849 pll->flags = amdgpu_crtc->pll_flags; in amdgpu_atombios_crtc_set_pll()
|
A D | amdgpu_mode.h | 404 u32 pll_flags; member
|
/linux-6.3-rc2/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-6.3-rc2/drivers/media/i2c/ccs/ |
A D | ccs-quirk.h | 47 unsigned long (*pll_flags)(struct ccs_sensor *sensor); member
|
/linux-6.3-rc2/drivers/clk/rockchip/ |
A D | clk.h | 406 u8 pll_flags; member 425 .pll_flags = _pflags, \
|
A D | clk.c | 422 list->flags, list->pll_flags); in rockchip_clk_register_plls()
|
Completed in 26 milliseconds