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

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.h46 u32 vco_mode; member in struct:atom_clock_dividers
71 u32 vco_mode; member in struct:atom_mpll_param
H A Damdgpu_atombios.c1032 dividers->vco_mode = (args.v3.ucCntlFlag &
1053 dividers->vco_mode = (args.v5.ucCntlFlag &
1124 mpll_param->vco_mode =
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.h64 uint32_t vco_mode; member in struct:pp_atomctrl_clock_dividers_rv730
133 uint32_t vco_mode; member in struct:pp_atomctrl_memory_clock_param
H A Dppatomctrl.c309 mpll_param->vco_mode =
/linux-master/drivers/media/dvb-frontends/
H A Dcx24113.c59 u8 vco_mode:2; member in struct:cx24113_state
163 r |= (state->vco_mode << 6) | ((state->bs_freqcnt >> 8) & 0x1f);
435 state->vco_mode = 0;
/linux-master/drivers/gpu/drm/radeon/
H A Drv740_dpm.c221 if (dividers.vco_mode)
238 if (dividers.vco_mode)
H A Dradeon_mode.h560 u32 vco_mode; member in struct:atom_clock_dividers
585 u32 vco_mode; member in struct:atom_mpll_param
H A Dcypress_dpm.c524 if (dividers.vco_mode)
546 if (dividers.vco_mode)
H A Drv770_dpm.c440 if (dividers.vco_mode)
468 if (dividers.vco_mode)
H A Dradeon_atombios.c2881 dividers->vco_mode = (le32_to_cpu(args.v2.ulClock) & (1 << 25)) ? 1 : 0;
2898 dividers->vco_mode = (args.v3.ucCntlFlag &
2918 dividers->vco_mode = (args.v5.ucCntlFlag &
2986 mpll_param->vco_mode =
H A Dni_dpm.c2208 if (dividers.vco_mode)
2230 if (dividers.vco_mode)
H A Dci_dpm.c2772 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode);
H A Dsi_dpm.c4840 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1081 MPLL_FUNC_CNTL_1, VCO_MODE, mpll_param.vco_mode);
H A Dtonga_smumgr.c830 mpll_param.vco_mode);
H A Dci_smumgr.c1057 MPLL_FUNC_CNTL_1, VCO_MODE, mpll_param.vco_mode);
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c5386 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode);

Completed in 366 milliseconds