Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/stm/
H A Dstm32_i2s.c136 #define I2S_CGFR_I2SDIV_MAX ((1 << (I2S_CGFR_I2SDIV_BIT_H -\ macro
287 if ((div == 1 && odd) || div > I2S_CGFR_I2SDIV_MAX) { in stm32_i2s_calc_clk_div()