Home
last modified time | relevance | path

Searched refs:sclk_freq (Results 1 – 6 of 6) sorted by relevance

/drivers/spi/
A Dspi-geni-qcom.c121 unsigned long sclk_freq; in get_spi_clk_cfg() local
127 clk_idx, &sclk_freq, false); in get_spi_clk_cfg()
134 *clk_div = DIV_ROUND_UP(sclk_freq, mas->oversampling * speed_hz); in get_spi_clk_cfg()
135 actual_hz = sclk_freq / (mas->oversampling * *clk_div); in get_spi_clk_cfg()
138 actual_hz, sclk_freq, *clk_idx, *clk_div); in get_spi_clk_cfg()
139 ret = dev_pm_opp_set_rate(mas->dev, sclk_freq); in get_spi_clk_cfg()
143 mas->cur_sclk_hz = sclk_freq; in get_spi_clk_cfg()
/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dnavi10_ppt.c1722 uint32_t sclk_freq; in navi10_populate_umd_state_clk() local
1730 sclk_freq = NAVI10_PEAK_SCLK_XTX; in navi10_populate_umd_state_clk()
1734 sclk_freq = NAVI10_PEAK_SCLK_XT; in navi10_populate_umd_state_clk()
1737 sclk_freq = NAVI10_PEAK_SCLK_XL; in navi10_populate_umd_state_clk()
1745 sclk_freq = NAVI14_UMD_PSTATE_PEAK_XT_GFXCLK; in navi10_populate_umd_state_clk()
1749 sclk_freq = NAVI14_UMD_PSTATE_PEAK_XTM_GFXCLK; in navi10_populate_umd_state_clk()
1753 sclk_freq = NAVI14_UMD_PSTATE_PEAK_XLM_GFXCLK; in navi10_populate_umd_state_clk()
1757 sclk_freq = NAVI14_UMD_PSTATE_PEAK_XLM_GFXCLK; in navi10_populate_umd_state_clk()
1760 sclk_freq = NAVI14_UMD_PSTATE_PEAK_XL_GFXCLK; in navi10_populate_umd_state_clk()
1765 sclk_freq = NAVI12_UMD_PSTATE_PEAK_GFXCLK; in navi10_populate_umd_state_clk()
[all …]
/drivers/gpu/drm/amd/pm/swsmu/smu12/
A Drenoir_ppt.c888 uint32_t sclk_freq = 0, uclk_freq = 0; in renoir_set_peak_clock_by_device() local
890 ret = renoir_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &sclk_freq); in renoir_set_peak_clock_by_device()
894 ret = smu_v12_0_set_soft_freq_limited_range(smu, SMU_SCLK, sclk_freq, sclk_freq, false); in renoir_set_peak_clock_by_device()
/drivers/gpu/drm/radeon/
A Dci_dpm.c1731 u32 sclk_freq; in ci_get_average_sclk_freq() local
1735 &sclk_freq); in ci_get_average_sclk_freq()
1737 sclk_freq = 0; in ci_get_average_sclk_freq()
1739 return sclk_freq; in ci_get_average_sclk_freq()
/drivers/net/ethernet/marvell/octeontx2/af/
A Dmbox.h440 u16 sclk_freq; /* SCLK frequency (in MHz) */ member
A Drvu.c1242 rsp->sclk_freq = rvu->fwdata->sclk; in rvu_mbox_handler_ready()

Completed in 48 milliseconds