Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Datombios_crtc.c574 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 …]
H A Dradeon_mode.h354 u32 pll_flags; member
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Datombios_crtc.c323 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()
H A Damdgpu_mode.h404 u32 pll_flags; member
/openbmc/linux/drivers/clk/st/
H A 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()
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-quirk.h45 unsigned long (*pll_flags)(struct ccs_sensor *sensor); member
/openbmc/linux/drivers/clk/imx/
H A Dclk-fracn-gppll.c345 u32 pll_flags) in _imx_clk_fracn_gppll() argument
366 pll->flags = pll_flags; in _imx_clk_fracn_gppll()
/openbmc/linux/drivers/clk/rockchip/
H A Dclk.h406 u8 pll_flags; member
425 .pll_flags = _pflags, \
H A Dclk.c420 list->flags, list->pll_flags); in rockchip_clk_register_plls()