div_o            1219 sound/soc/codecs/rt5682.c 	static const int div_o[] = {1, 2, 4, 6, 8, 12, 16, 24, 32, 48};
div_o            1240 sound/soc/codecs/rt5682.c 	for (idx = 0; idx < ARRAY_SIZE(div_o); idx++) {
div_o            1241 sound/soc/codecs/rt5682.c 		if (rt5682->sysclk <= 12288000 * div_o[idx])