Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.h46 u32 vco_mode; member
71 u32 vco_mode; member
Damdgpu_atombios.c1031 dividers->vco_mode = (args.v3.ucCntlFlag & in amdgpu_atombios_get_clock_dividers()
1051 dividers->vco_mode = (args.v5.ucCntlFlag & in amdgpu_atombios_get_clock_dividers()
1119 mpll_param->vco_mode = in amdgpu_atombios_get_memory_pll_dividers()
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dppatomctrl.h64 uint32_t vco_mode; member
133 uint32_t vco_mode; member
Dppatomctrl.c309 mpll_param->vco_mode = in atomctrl_get_memory_pll_dividers_si()
/linux-6.1.9/drivers/media/dvb-frontends/
Dcx24113.c59 u8 vco_mode:2; member
163 r |= (state->vco_mode << 6) | ((state->bs_freqcnt >> 8) & 0x1f); in cx24113_set_parameters()
435 state->vco_mode = 0; in cx24113_init()
/linux-6.1.9/drivers/gpu/drm/radeon/
Drv740_dpm.c221 if (dividers.vco_mode) in rv740_populate_mclk_value()
238 if (dividers.vco_mode) in rv740_populate_mclk_value()
Dradeon_mode.h564 u32 vco_mode; member
589 u32 vco_mode; member
Dcypress_dpm.c524 if (dividers.vco_mode) in cypress_populate_mclk_value()
546 if (dividers.vco_mode) in cypress_populate_mclk_value()
Dradeon_atombios.c2873 dividers->vco_mode = (le32_to_cpu(args.v2.ulClock) & (1 << 25)) ? 1 : 0; in radeon_atom_get_clock_dividers()
2890 dividers->vco_mode = (args.v3.ucCntlFlag & in radeon_atom_get_clock_dividers()
2910 dividers->vco_mode = (args.v5.ucCntlFlag & in radeon_atom_get_clock_dividers()
2978 mpll_param->vco_mode = in radeon_atom_get_memory_pll_dividers()
Drv770_dpm.c440 if (dividers.vco_mode) in rv770_populate_mclk_value()
468 if (dividers.vco_mode) in rv770_populate_mclk_value()
Dni_dpm.c2208 if (dividers.vco_mode) in ni_populate_mclk_value()
2230 if (dividers.vco_mode) in ni_populate_mclk_value()
Dsi_dpm.c4884 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()
Dci_dpm.c2777 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in ci_calculate_mclk_params()
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Diceland_smumgr.c1081 MPLL_FUNC_CNTL_1, VCO_MODE, mpll_param.vco_mode); in iceland_calculate_mclk_params()
Dci_smumgr.c1058 MPLL_FUNC_CNTL_1, VCO_MODE, mpll_param.vco_mode); in ci_calculate_mclk_params()
Dtonga_smumgr.c830 mpll_param.vco_mode); in tonga_calculate_mclk_params()
/linux-6.1.9/drivers/gpu/drm/amd/pm/legacy-dpm/
Dsi_dpm.c5386 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()