Home
last modified time | relevance | path

Searched refs:pll_q (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Dtlv320aic3x.c1045 u8 data, j, r, p, pll_q, pll_p = 1, pll_r = 1, pll_j = 1; in aic3x_hw_params() local
1075 for (pll_q = 2; pll_q < 18; pll_q++) in aic3x_hw_params()
1076 if (aic3x->sysclk / (128 * pll_q) == fsref) { in aic3x_hw_params()
1082 pll_q &= 0xf; in aic3x_hw_params()
1083 snd_soc_component_write(component, AIC3X_PLL_PROGA_REG, pll_q << PLLQ_SHIFT); in aic3x_hw_params()