Searched refs:pll_flags (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H 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()
|
| H A D | amdgpu_mode.h | 496 u32 pll_flags; member
|
| /linux/drivers/clk/st/ |
| H A D | clkgen-pll.c | 652 void __iomem *reg, unsigned long pll_flags, in clkgen_pll_register() argument 666 init.flags = pll_flags | CLK_GET_RATE_NOCACHE; in clkgen_pll_register() 708 unsigned long pll_flags, int odf, in clkgen_odf_register() argument 717 flags = pll_flags | CLK_GET_RATE_NOCACHE | CLK_SET_RATE_PARENT; in clkgen_odf_register() 764 unsigned long pll_flags = 0; in clkgen_c32_pll_setup() local 775 of_clk_detect_critical(np, 0, &pll_flags); in clkgen_c32_pll_setup() 777 clk = clkgen_pll_register(parent_name, datac->data, pll_base, pll_flags, in clkgen_c32_pll_setup()
|
| /linux/drivers/media/i2c/ccs/ |
| H A D | ccs-quirk.h | 45 unsigned long (*pll_flags)(struct ccs_sensor *sensor); member
|
| /linux/drivers/clk/imx/ |
| H A D | clk-fracn-gppll.c | 362 u32 pll_flags) in _imx_clk_fracn_gppll() argument 383 pll->flags = pll_flags; in _imx_clk_fracn_gppll()
|
| /linux/drivers/clk/rockchip/ |
| H A D | clk.h | 628 u8 pll_flags; member 648 .pll_flags = _pflags, \
|
| H A D | clk.c | 445 list->flags, list->pll_flags); in rockchip_clk_register_plls()
|