Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/fsl/
Dfsl_spdif.c845 u64 tmpval64, busclk_freq = 0; in spdif_get_rxclk_rate() local
859 tmpval64 = (u64) busclk_freq * freqmeas; in spdif_get_rxclk_rate()
860 do_div(tmpval64, gainsel_multi[gainsel] * 1024); in spdif_get_rxclk_rate()
861 do_div(tmpval64, 128 * 1024); in spdif_get_rxclk_rate()
865 dev_dbg(&pdev->dev, "RxRate: %lld\n", tmpval64); in spdif_get_rxclk_rate()
867 return (int)tmpval64; in spdif_get_rxclk_rate()