Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A 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()
H A Dradeon_atombios.c2969 mpll_param->clkfrac = le16_to_cpu(args.ulFbDiv.usFbDivFrac); in radeon_atom_get_memory_pll_dividers()
H A Dsi_dpm.c4847 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()
H A Dci_dpm.c2773 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in ci_calculate_mclk_params()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c5448 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()