Searched refs:pll_q (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | tlv320aic3x.c | 1050 u8 data, j, r, p, pll_q, pll_p = 1, pll_r = 1, pll_j = 1; in aic3x_hw_params() local 1080 for (pll_q = 2; pll_q < 18; pll_q++) in aic3x_hw_params() 1081 if (aic3x->sysclk / (128 * pll_q) == fsref) { in aic3x_hw_params() 1087 pll_q &= 0xf; in aic3x_hw_params() 1088 snd_soc_component_write(component, AIC3X_PLL_PROGA_REG, pll_q << PLLQ_SHIFT); in aic3x_hw_params()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tlv320aic3x.c | 1045 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()
|
Completed in 5 milliseconds