Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-geni-qcom.c125 unsigned long sclk_freq; in get_spi_clk_cfg()
131 clk_idx, &sclk_freq, false); in get_spi_clk_cfg()
138 *clk_div = DIV_ROUND_UP(sclk_freq, mas->oversampling * speed_hz); in get_spi_clk_cfg()
139 actual_hz = sclk_freq / (mas->oversampling * *clk_div); in get_spi_clk_cfg()
142 actual_hz, sclk_freq, *clk_idx, *clk_div); in get_spi_clk_cfg()
143 ret = dev_pm_opp_set_rate(mas->dev, sclk_freq); in get_spi_clk_cfg()
147 mas->cur_sclk_hz = sclk_freq; in get_spi_clk_cfg()
122 unsigned long sclk_freq; get_spi_clk_cfg() local
/linux/sound/soc/codecs/
H A Dpcm3060.h27 unsigned int sclk_freq; member
H A Dpcm3060.c54 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/drivers/gpu/drm/radeon/
H 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()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c1270 rsp->sclk_freq = rvu->fwdata->sclk; in rvu_mbox_handler_ready()