ncp_div 904 sound/soc/codecs/pcm512x.c int ncp_div; ncp_div 1073 sound/soc/codecs/pcm512x.c ncp_div = DIV_ROUND_CLOSEST(dac_rate, ncp_div 1075 sound/soc/codecs/pcm512x.c if (ncp_div > 128 || dac_rate / ncp_div > 2048000) { ncp_div 1077 sound/soc/codecs/pcm512x.c ncp_div = DIV_ROUND_UP(dac_rate, 2048000); ncp_div 1078 sound/soc/codecs/pcm512x.c if (ncp_div > 128) { ncp_div 1098 sound/soc/codecs/pcm512x.c ret = regmap_write(pcm512x->regmap, PCM512x_NCP_CLKDIV, ncp_div - 1); ncp_div 1153 sound/soc/codecs/pcm512x.c dev_dbg(component->dev, "NCP divider %d\n", ncp_div);