Searched refs:pll_q (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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()
|
/openbmc/u-boot/include/ |
H A D | stm32_rcc.h | 30 u8 pll_q; member
|
/openbmc/u-boot/drivers/clk/ |
H A D | clk_stm32f.c | 108 .pll_q = 8, 122 .pll_q = 8, 179 sys_pll_psc->pll_q << RCC_PLLCFGR_PLLQ_SHIFT); in configure_clocks()
|