Home
last modified time | relevance | path

Searched refs:pll_flags (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/radeon/
Datombios_crtc.c575 radeon_crtc->pll_flags = 0; in atombios_adjust_pll()
581 radeon_crtc->pll_flags |= (/*RADEON_PLL_USE_FRAC_FB_DIV |*/ in atombios_adjust_pll()
585 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_HIGH_FB_DIV; in atombios_adjust_pll()
587 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_LOW_REF_DIV; in atombios_adjust_pll()
590 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_MINM_OVER_MAXP; in atombios_adjust_pll()
593 radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; in atombios_adjust_pll()
597 radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; in atombios_adjust_pll()
599 radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; in atombios_adjust_pll()
601 radeon_crtc->pll_flags |= RADEON_PLL_LEGACY; in atombios_adjust_pll()
604 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_HIGH_FB_DIV; in atombios_adjust_pll()
[all …]
Dradeon_mode.h358 u32 pll_flags; member
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Datombios_crtc.c324 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()
Damdgpu_mode.h406 u32 pll_flags; member
/linux-6.1.9/drivers/clk/st/
Dclkgen-pll.c646 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.1.9/drivers/media/i2c/ccs/
Dccs-quirk.h47 unsigned long (*pll_flags)(struct ccs_sensor *sensor); member
/linux-6.1.9/drivers/clk/rockchip/
Dclk.h343 u8 pll_flags; member
362 .pll_flags = _pflags, \
Dclk.c425 list->flags, list->pll_flags); in rockchip_clk_register_plls()