Home
last modified time | relevance | path

Searched refs:clkfrac (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.h58 u32 clkfrac : 12; member
62 u32 clkfrac : 12;
Damdgpu_atombios.c1114 mpll_param->clkfrac = le16_to_cpu(args.ulFbDiv.usFbDivFrac); in amdgpu_atombios_get_memory_pll_dividers()
/drivers/gpu/drm/radeon/
Drv770_dpm.c324 u32 *clkfrac) in rv770_calculate_fractional_mpll_feedback_divider() argument
341 *clkfrac = feedback_divider8 % 8; in rv770_calculate_fractional_mpll_feedback_divider()
406 u32 clkf, clkfrac; in rv770_populate_mclk_value() local
421 &dividers, &clkf, &clkfrac); in rv770_populate_mclk_value()
437 mpll_ad_func_cntl |= CLKFRAC(clkfrac); in rv770_populate_mclk_value()
449 &dividers, &clkf, &clkfrac); in rv770_populate_mclk_value()
465 mpll_dq_func_cntl |= CLKFRAC(clkfrac); in rv770_populate_mclk_value()
Dradeon_mode.h576 u32 clkfrac : 12; member
580 u32 clkfrac : 12;
Dradeon_atombios.c2973 mpll_param->clkfrac = le16_to_cpu(args.ulFbDiv.usFbDivFrac); in radeon_atom_get_memory_pll_dividers()
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()
/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()