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.c1129 mpll_param->clkfrac = le16_to_cpu(args.ulFbDiv.usFbDivFrac); in amdgpu_atombios_get_memory_pll_dividers()
Dsi_dpm.c5365 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()
/drivers/gpu/drm/radeon/
Drv770_dpm.c322 u32 *clkfrac) in rv770_calculate_fractional_mpll_feedback_divider() argument
339 *clkfrac = feedback_divider8 % 8; in rv770_calculate_fractional_mpll_feedback_divider()
404 u32 clkf, clkfrac; in rv770_populate_mclk_value() local
419 &dividers, &clkf, &clkfrac); in rv770_populate_mclk_value()
435 mpll_ad_func_cntl |= CLKFRAC(clkfrac); in rv770_populate_mclk_value()
447 &dividers, &clkf, &clkfrac); in rv770_populate_mclk_value()
463 mpll_dq_func_cntl |= CLKFRAC(clkfrac); in rv770_populate_mclk_value()
Dradeon_mode.h610 u32 clkfrac : 12; member
614 u32 clkfrac : 12;
Dradeon_atombios.c2981 mpll_param->clkfrac = le16_to_cpu(args.ulFbDiv.usFbDivFrac); in radeon_atom_get_memory_pll_dividers()
Dsi_dpm.c4903 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()
Dci_dpm.c2816 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in ci_calculate_mclk_params()