Lines Matching defs:postdiv
121 unsigned int postdiv;
140 for (postdiv = 0; postdiv < ARRAY_SIZE(postdivs); postdiv++) {
146 val |= SSPA_AUD_PLL_CTRL0_DIV_OCLK_MODULO(postdivs[postdiv].modulo);
154 val |= SSPA_AUD_PLL_CTRL1_DIV_OCLK_PATTERN(postdivs[postdiv].pattern);
159 freq /= postdivs[postdiv].divisor;
171 unsigned int postdiv;
177 for (postdiv = 0; postdiv < ARRAY_SIZE(postdivs); postdiv++) {
180 freq /= postdivs[postdiv].divisor;
199 unsigned int postdiv;
206 for (postdiv = 0; postdiv < ARRAY_SIZE(postdivs); postdiv++) {
207 if (rate * postdivs[postdiv].divisor != predivs[prediv].freq_vco)
212 val |= SSPA_AUD_PLL_CTRL0_DIV_OCLK_MODULO(postdivs[postdiv].modulo);
219 val |= SSPA_AUD_PLL_CTRL1_DIV_OCLK_PATTERN(postdivs[postdiv].pattern);