Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/atmel/
H A Datmel-pdmic.c368 u32 mr_val, dspr0_val, pclk_prescal, gclk_prescal; in atmel_pdmic_cpu_dai_hw_params() local
410 gclk_prescal = (u32)(gclk_rate/(f_pdmic << 1)) - 1; in atmel_pdmic_cpu_dai_hw_params()
413 (gclk_rate/((gclk_prescal + 1) << 1) < in atmel_pdmic_cpu_dai_hw_params()
415 mr_val = gclk_prescal << PDMIC_MR_PRESCAL_SHIFT; in atmel_pdmic_cpu_dai_hw_params()