Home
last modified time | relevance | path

Searched refs:vco_mode (Results 1 – 17 of 17) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.h46 u32 vco_mode; member
71 u32 vco_mode; member
Damdgpu_atombios.c1016 dividers->vco_mode = (args.v3.ucCntlFlag & in amdgpu_atombios_get_clock_dividers()
1036 dividers->vco_mode = (args.v5.ucCntlFlag & in amdgpu_atombios_get_clock_dividers()
1103 mpll_param->vco_mode = in amdgpu_atombios_get_memory_pll_dividers()
Dci_dpm.c2927 (mpll_param.vco_mode << MPLL_FUNC_CNTL_1__VCO_MODE__SHIFT); in ci_calculate_mclk_params()
Dsi_dpm.c5437 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()
/drivers/gpu/drm/amd/powerplay/hwmgr/
Dppatomctrl.h73 uint32_t vco_mode; member
142 uint32_t vco_mode; member
Dppatomctrl.c268 mpll_param->vco_mode = in atomctrl_get_memory_pll_dividers_si()
/drivers/media/dvb-frontends/
Dcx24113.c73 u8 vco_mode:2; member
177 r |= (state->vco_mode << 6) | ((state->bs_freqcnt >> 8) & 0x1f); in cx24113_set_parameters()
449 state->vco_mode = 0; in cx24113_init()
/drivers/gpu/drm/radeon/
Drv740_dpm.c223 if (dividers.vco_mode) in rv740_populate_mclk_value()
240 if (dividers.vco_mode) in rv740_populate_mclk_value()
Dradeon_mode.h603 u32 vco_mode; member
628 u32 vco_mode; member
Dcypress_dpm.c525 if (dividers.vco_mode) in cypress_populate_mclk_value()
547 if (dividers.vco_mode) in cypress_populate_mclk_value()
Dradeon_atombios.c2868 dividers->vco_mode = (le32_to_cpu(args.v2.ulClock) & (1 << 25)) ? 1 : 0; in radeon_atom_get_clock_dividers()
2885 dividers->vco_mode = (args.v3.ucCntlFlag & in radeon_atom_get_clock_dividers()
2905 dividers->vco_mode = (args.v5.ucCntlFlag & in radeon_atom_get_clock_dividers()
2973 mpll_param->vco_mode = in radeon_atom_get_memory_pll_dividers()
Drv770_dpm.c439 if (dividers.vco_mode) in rv770_populate_mclk_value()
467 if (dividers.vco_mode) in rv770_populate_mclk_value()
Dni_dpm.c2206 if (dividers.vco_mode) in ni_populate_mclk_value()
2228 if (dividers.vco_mode) in ni_populate_mclk_value()
Dci_dpm.c2798 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in ci_calculate_mclk_params()
Dsi_dpm.c4957 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()
/drivers/gpu/drm/amd/powerplay/smumgr/
Diceland_smc.c946 MPLL_FUNC_CNTL_1, VCO_MODE, mpll_param.vco_mode); in iceland_calculate_mclk_params()
Dtonga_smc.c750 mpll_param.vco_mode); in tonga_calculate_mclk_params()