Home
last modified time | relevance | path

Searched refs:dclk_freq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/clk/mvebu/
H A Dap806-system-controller.c35 unsigned int *dclk_freq) in ap806_get_sar_clocks() argument
40 *dclk_freq = 600; in ap806_get_sar_clocks()
44 *dclk_freq = 525; in ap806_get_sar_clocks()
48 *dclk_freq = 600; in ap806_get_sar_clocks()
52 *dclk_freq = 525; in ap806_get_sar_clocks()
56 *dclk_freq = 400; in ap806_get_sar_clocks()
60 *dclk_freq = 450; in ap806_get_sar_clocks()
64 *dclk_freq = 525; in ap806_get_sar_clocks()
68 *dclk_freq = 400; in ap806_get_sar_clocks()
72 *dclk_freq = 400; in ap806_get_sar_clocks()
[all …]
/openbmc/linux/drivers/edac/
H A Di7core_edac.c273 int dclk_freq; member
1879 int *dclk_freq = _dclk_freq; in decode_dclk() local
1882 if (*dclk_freq == -1) in decode_dclk()
1909 *dclk_freq = -1; in decode_dclk()
1913 if (*dclk_freq == 0) { in decode_dclk()
1917 *dclk_freq = dmi_mem_clk_speed; in decode_dclk()
1920 *dclk_freq = -1; in decode_dclk()
1922 } else if (*dclk_freq > 0 && in decode_dclk()
1923 *dclk_freq != dmi_mem_clk_speed) { in decode_dclk()
1928 *dclk_freq = -1; in decode_dclk()
[all …]
/openbmc/linux/drivers/platform/x86/amd/pmf/
H A Dpmf.h103 u16 dclk_freq; /* in MHz */ member
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c1383 uint32_t vclk_freq = 0, dclk_freq = 0; in vangogh_set_peak_clock_by_device() local
1409 ret = vangogh_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &dclk_freq); in vangogh_set_peak_clock_by_device()
1413 ret = vangogh_set_soft_freq_limited_range(smu, SMU_DCLK, dclk_freq, dclk_freq); in vangogh_set_peak_clock_by_device()