nb_bits           427 sound/soc/stm/stm32_i2s.c 	unsigned int tmp, div, real_div, nb_bits, frame_len;
nb_bits           464 sound/soc/stm/stm32_i2s.c 		nb_bits = frame_len * ((cgfr & I2S_CGFR_CHLEN) + 1);
nb_bits           465 sound/soc/stm/stm32_i2s.c 		tmp = DIV_ROUND_CLOSEST(i2s_clock_rate, (nb_bits * rate));