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.c1029 dividers->vco_mode = (args.v3.ucCntlFlag & in amdgpu_atombios_get_clock_dividers()
1049 dividers->vco_mode = (args.v5.ucCntlFlag & in amdgpu_atombios_get_clock_dividers()
1116 mpll_param->vco_mode = in amdgpu_atombios_get_memory_pll_dividers()
Dsi_dpm.c5362 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()
Dci_dpm.c2946 (mpll_param.vco_mode << MPLL_FUNC_CNTL_1__VCO_MODE__SHIFT); in ci_calculate_mclk_params()
/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.c69 u8 vco_mode:2; member
173 r |= (state->vco_mode << 6) | ((state->bs_freqcnt >> 8) & 0x1f); in cx24113_set_parameters()
445 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.h604 u32 vco_mode; member
629 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.c2869 dividers->vco_mode = (le32_to_cpu(args.v2.ulClock) & (1 << 25)) ? 1 : 0; in radeon_atom_get_clock_dividers()
2886 dividers->vco_mode = (args.v3.ucCntlFlag & in radeon_atom_get_clock_dividers()
2906 dividers->vco_mode = (args.v5.ucCntlFlag & in radeon_atom_get_clock_dividers()
2974 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.c2792 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in ci_calculate_mclk_params()
Dsi_dpm.c4901 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()