Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/ti/
Domap-mcbsp.c943 int period_words, max_thrsh; in omap_mcbsp_dai_hw_params() local
948 max_thrsh = mcbsp->max_tx_thres; in omap_mcbsp_dai_hw_params()
950 max_thrsh = mcbsp->max_rx_thres; in omap_mcbsp_dai_hw_params()
958 divider = period_words / max_thrsh; in omap_mcbsp_dai_hw_params()
959 if (period_words % max_thrsh) in omap_mcbsp_dai_hw_params()