Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_atombios.h58 u32 clkfrac : 12; member
62 u32 clkfrac : 12;
H A Damdgpu_atombios.c1112 mpll_param->clkfrac = le16_to_cpu(args.ulFbDiv.usFbDivFrac); in amdgpu_atombios_get_memory_pll_dividers()
H A Dsi_dpm.c5364 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()
/dragonfly/sys/dev/drm/radeon/
H A Drv770_dpm.c327 u32 *clkfrac) in rv770_calculate_fractional_mpll_feedback_divider() argument
344 *clkfrac = feedback_divider8 % 8; in rv770_calculate_fractional_mpll_feedback_divider()
409 u32 clkf, clkfrac; in rv770_populate_mclk_value() local
424 &dividers, &clkf, &clkfrac); in rv770_populate_mclk_value()
440 mpll_ad_func_cntl |= CLKFRAC(clkfrac); in rv770_populate_mclk_value()
452 &dividers, &clkf, &clkfrac); in rv770_populate_mclk_value()
468 mpll_dq_func_cntl |= CLKFRAC(clkfrac); in rv770_populate_mclk_value()
H A Dradeon_mode.h616 u32 clkfrac : 12; member
620 u32 clkfrac : 12;
H A Dradeon_atombios.c2960 mpll_param->clkfrac = le16_to_cpu(args.ulFbDiv.usFbDivFrac); in radeon_atom_get_memory_pll_dividers()
H A Dci_dpm.c2850 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in ci_calculate_mclk_params()
H A Dsi_dpm.c4901 CLKFRAC(mpll_param.clkfrac) | VCO_MODE(mpll_param.vco_mode); in si_populate_mclk_value()