Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.h46 u32 vco_mode; member
71 u32 vco_mode; member
Damdgpu_atombios.c1046 dividers->vco_mode = (args.v3.ucCntlFlag & in amdgpu_atombios_get_clock_dividers()
1066 dividers->vco_mode = (args.v5.ucCntlFlag & in amdgpu_atombios_get_clock_dividers()
1133 mpll_param->vco_mode = in amdgpu_atombios_get_memory_pll_dividers()
Dci_dpm.c2954 (mpll_param.vco_mode << MPLL_FUNC_CNTL_1__VCO_MODE__SHIFT); in ci_calculate_mclk_params()
Dsi_dpm.c5364 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dppatomctrl.h73 uint32_t vco_mode; member
142 uint32_t vco_mode; member
Dppatomctrl.c271 mpll_param->vco_mode = in atomctrl_get_memory_pll_dividers_si()
/Linux-v4.19/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()
/Linux-v4.19/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.h598 u32 vco_mode; member
623 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.c2878 dividers->vco_mode = (le32_to_cpu(args.v2.ulClock) & (1 << 25)) ? 1 : 0; in radeon_atom_get_clock_dividers()
2895 dividers->vco_mode = (args.v3.ucCntlFlag & in radeon_atom_get_clock_dividers()
2915 dividers->vco_mode = (args.v5.ucCntlFlag & in radeon_atom_get_clock_dividers()
2983 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()
Dsi_dpm.c4900 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()
Dci_dpm.c2814 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in ci_calculate_mclk_params()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Diceland_smumgr.c1081 MPLL_FUNC_CNTL_1, VCO_MODE, mpll_param.vco_mode); in iceland_calculate_mclk_params()
Dci_smumgr.c1054 MPLL_FUNC_CNTL_1, VCO_MODE, mpll_param.vco_mode); in ci_calculate_mclk_params()
Dtonga_smumgr.c820 mpll_param.vco_mode); in tonga_calculate_mclk_params()