Searched refs:pll_flags (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/media/i2c/smiapp/
H A Dsmiapp-quirk.h32 * @pll_flags: Return flags for the PLL calculator.
52 unsigned long (*pll_flags)(struct smiapp_sensor *sensor); member in struct:smiapp_quirk
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Datombios_crtc.c323 amdgpu_crtc->pll_flags = AMDGPU_PLL_USE_FRAC_FB_DIV; amdgpu_atombios_crtc_adjust_pll()
340 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_REF_DIV; amdgpu_atombios_crtc_adjust_pll()
342 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_FRAC_FB_DIV; amdgpu_atombios_crtc_adjust_pll()
351 amdgpu_crtc->pll_flags |= AMDGPU_PLL_PREFER_CLOSEST_LOWER; amdgpu_atombios_crtc_adjust_pll()
353 amdgpu_crtc->pll_flags |= AMDGPU_PLL_IS_LCD; amdgpu_atombios_crtc_adjust_pll()
434 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_FRAC_FB_DIV; amdgpu_atombios_crtc_adjust_pll()
435 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_REF_DIV; amdgpu_atombios_crtc_adjust_pll()
439 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_FRAC_FB_DIV; amdgpu_atombios_crtc_adjust_pll()
440 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_POST_DIV; amdgpu_atombios_crtc_adjust_pll()
771 pll->flags = amdgpu_crtc->pll_flags; amdgpu_atombios_crtc_set_pll()
H A Damdgpu_mode.h403 u32 pll_flags; member in struct:amdgpu_crtc
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Datombios_crtc.c569 radeon_crtc->pll_flags = 0; atombios_adjust_pll()
575 radeon_crtc->pll_flags |= (/*RADEON_PLL_USE_FRAC_FB_DIV |*/ atombios_adjust_pll()
579 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_HIGH_FB_DIV; atombios_adjust_pll()
581 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_LOW_REF_DIV; atombios_adjust_pll()
584 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_MINM_OVER_MAXP; atombios_adjust_pll()
587 radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; atombios_adjust_pll()
590 radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; atombios_adjust_pll()
592 radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; atombios_adjust_pll()
594 radeon_crtc->pll_flags |= RADEON_PLL_LEGACY; atombios_adjust_pll()
597 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_HIGH_FB_DIV; atombios_adjust_pll()
599 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_LOW_REF_DIV; atombios_adjust_pll()
624 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; atombios_adjust_pll()
627 radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; atombios_adjust_pll()
637 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_CLOSEST_LOWER; atombios_adjust_pll()
639 radeon_crtc->pll_flags |= RADEON_PLL_IS_LCD; atombios_adjust_pll()
642 radeon_crtc->pll_flags |= RADEON_PLL_NO_ODD_POST_DIV; atombios_adjust_pll()
644 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; atombios_adjust_pll()
730 radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; atombios_adjust_pll()
731 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; atombios_adjust_pll()
735 radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; atombios_adjust_pll()
736 radeon_crtc->pll_flags |= RADEON_PLL_USE_POST_DIV; atombios_adjust_pll()
1088 pll->flags = radeon_crtc->pll_flags; atombios_crtc_set_pll()
H A Dradeon_mode.h363 u32 pll_flags; member in struct:radeon_crtc
/linux-4.4.14/drivers/clk/rockchip/
H A Dclk.h117 * @pll_flags: hardware-specific flags
135 u8 pll_flags; member in struct:rockchip_pll_clock
154 .pll_flags = _pflags, \
H A Dclk.c210 list->pll_flags, &clk_lock); rockchip_clk_register_plls()

Completed in 232 milliseconds