Searched refs:pll_q (Results 1 – 1 of 1) sorted by relevance
1056 u8 data, j, r, p, pll_q, pll_p = 1, pll_r = 1, pll_j = 1; in aic3x_hw_params() local1090 pll_q = dual_rate_q[i]; in aic3x_hw_params()1091 if (aic3x->sysclk / (128 * pll_q) == fsref) { in aic3x_hw_params()1097 for (pll_q = 2; pll_q < 18; pll_q++) in aic3x_hw_params()1098 if (aic3x->sysclk / (128 * pll_q) == fsref) { in aic3x_hw_params()1105 pll_q &= 0xf; in aic3x_hw_params()1106 snd_soc_component_write(component, AIC3X_PLL_PROGA_REG, pll_q << PLLQ_SHIFT); in aic3x_hw_params()