Searched refs:sclk_freq (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/spi/ |
D | spi-geni-qcom.c | 97 unsigned long sclk_freq; in get_spi_clk_cfg() local 104 clk_idx, &sclk_freq, false); in get_spi_clk_cfg() 111 *clk_div = DIV_ROUND_UP(sclk_freq, mas->oversampling * speed_hz); in get_spi_clk_cfg() 112 actual_hz = sclk_freq / (mas->oversampling * *clk_div); in get_spi_clk_cfg() 115 actual_hz, sclk_freq, *clk_idx, *clk_div); in get_spi_clk_cfg() 116 ret = clk_set_rate(se->clk, sclk_freq); in get_spi_clk_cfg()
|
/Linux-v5.4/sound/soc/codecs/ |
D | pcm3060.h | 27 unsigned int sclk_freq; member
|
D | pcm3060.c | 54 priv->dai[dai->id].sclk_freq = freq; in pcm3060_set_sysclk() 130 ratio = priv->dai[dai->id].sclk_freq / rate; in pcm3060_hw_params()
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/ |
D | navi10_ppt.c | 1457 uint32_t sclk_freq = 0, uclk_freq = 0; in navi10_set_peak_clock_by_device() local 1463 sclk_freq = NAVI10_PEAK_SCLK_XTX; in navi10_set_peak_clock_by_device() 1467 sclk_freq = NAVI10_PEAK_SCLK_XT; in navi10_set_peak_clock_by_device() 1470 sclk_freq = NAVI10_PEAK_SCLK_XL; in navi10_set_peak_clock_by_device() 1481 ret = smu_set_soft_freq_range(smu, SMU_SCLK, sclk_freq, sclk_freq); in navi10_set_peak_clock_by_device()
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | ci_dpm.c | 1773 u32 sclk_freq; in ci_get_average_sclk_freq() local 1777 &sclk_freq); in ci_get_average_sclk_freq() 1779 sclk_freq = 0; in ci_get_average_sclk_freq() 1781 return sclk_freq; in ci_get_average_sclk_freq()
|