Lines Matching refs:postdiv
119 unsigned int postdiv;
138 for (postdiv = 0; postdiv < ARRAY_SIZE(postdivs); postdiv++) {
144 val |= SSPA_AUD_PLL_CTRL0_DIV_OCLK_MODULO(postdivs[postdiv].modulo);
152 val |= SSPA_AUD_PLL_CTRL1_DIV_OCLK_PATTERN(postdivs[postdiv].pattern);
157 freq /= postdivs[postdiv].divisor;
169 unsigned int postdiv;
175 for (postdiv = 0; postdiv < ARRAY_SIZE(postdivs); postdiv++) {
178 freq /= postdivs[postdiv].divisor;
197 unsigned int postdiv;
204 for (postdiv = 0; postdiv < ARRAY_SIZE(postdivs); postdiv++) {
205 if (rate * postdivs[postdiv].divisor != predivs[prediv].freq_vco)
210 val |= SSPA_AUD_PLL_CTRL0_DIV_OCLK_MODULO(postdivs[postdiv].modulo);
217 val |= SSPA_AUD_PLL_CTRL1_DIV_OCLK_PATTERN(postdivs[postdiv].pattern);