osr_div           905 sound/soc/codecs/pcm512x.c 	int osr_div;
osr_div          1060 sound/soc/codecs/pcm512x.c 	osr_div = DIV_ROUND_CLOSEST(dac_rate, osr_rate);
osr_div          1061 sound/soc/codecs/pcm512x.c 	if (osr_div > 128) {
osr_div          1104 sound/soc/codecs/pcm512x.c 	ret = regmap_write(pcm512x->regmap, PCM512x_OSR_CLKDIV, osr_div - 1);
osr_div          1154 sound/soc/codecs/pcm512x.c 	dev_dbg(component->dev, "OSR divider %d\n", osr_div);