Home
last modified time | relevance | path

Searched refs:clkf (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.h59 u32 clkf : 12; member
61 u32 clkf : 12;
H A Damdgpu_atombios.c1115 mpll_param->clkf = le16_to_cpu(args.ulFbDiv.usFbDiv); in amdgpu_atombios_get_memory_pll_dividers()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv770_dpm.c323 u32 *clkf, in rv770_calculate_fractional_mpll_feedback_divider() argument
340 *clkf = feedback_divider8 / 8; in rv770_calculate_fractional_mpll_feedback_divider()
374 if (clkf <= 0x10) in rv770_map_clkf_to_ibias()
376 if (clkf <= 0x19) in rv770_map_clkf_to_ibias()
378 if (clkf <= 0x21) in rv770_map_clkf_to_ibias()
380 if (clkf <= 0x27) in rv770_map_clkf_to_ibias()
382 if (clkf <= 0x31) in rv770_map_clkf_to_ibias()
406 u32 clkf, clkfrac; in rv770_populate_mclk_value() local
421 &dividers, &clkf, &clkfrac); in rv770_populate_mclk_value()
436 mpll_ad_func_cntl |= CLKF(clkf); in rv770_populate_mclk_value()
[all …]
H A Dcypress_dpm.h155 u32 cypress_map_clkf_to_ibias(struct radeon_device *rdev, u32 clkf);
H A Drv770_dpm.h217 u32 rv770_map_clkf_to_ibias(struct radeon_device *rdev, u32 clkf);
H A Dradeon_mode.h573 u32 clkf : 12; member
575 u32 clkf : 12;
H A Dcypress_dpm.c440 u32 cypress_map_clkf_to_ibias(struct radeon_device *rdev, u32 clkf) in cypress_map_clkf_to_ibias() argument
443 u32 vco = clkf * ref_clk; in cypress_map_clkf_to_ibias()
H A Dradeon_atombios.c2981 mpll_param->clkf = le16_to_cpu(args.ulFbDiv.usFbDiv); in radeon_atom_get_memory_pll_dividers()
H A Dsi_dpm.c4883 mpll_func_cntl_1 |= CLKF(mpll_param.clkf) | in si_populate_mclk_value()
H A Dci_dpm.c2776 mpll_func_cntl_1 |= CLKF(mpll_param.clkf) | in ci_calculate_mclk_params()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h1379 uint64_t clkf:7; member
1381 uint64_t clkf:7;
2124 uint64_t clkf:12; member
2142 uint64_t clkf:12;
2156 uint64_t clkf:12; member
2174 uint64_t clkf:12;
2186 uint64_t clkf:12; member
2204 uint64_t clkf:12;
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c5385 mpll_func_cntl_1 |= CLKF(mpll_param.clkf) | in si_populate_mclk_value()