Lines Matching defs:postdivs
98 } postdivs[] = {
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;
175 for (postdiv = 0; postdiv < ARRAY_SIZE(postdivs); postdiv++) {
178 freq /= postdivs[postdiv].divisor;
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);