Searched refs:pll_frac (Results 1 - 6 of 6) sorted by relevance

/linux-master/sound/soc/codecs/
H A Dnau8822.h208 int pll_frac; member in struct:nau8822_pll
H A Dnau8822.c664 pll_param->pll_frac = ((pll_ratio & 0xFFFFFFF) >> 4);
753 "pll_int=%x pll_frac=%x mclk_scaler=%x pre_factor=%x\n",
754 pll_param->pll_int, pll_param->pll_frac,
764 NAU8822_REG_PLL_K1, (pll_param->pll_frac >> NAU8822_PLLK1_SFT) &
767 NAU8822_REG_PLL_K2, (pll_param->pll_frac >> NAU8822_PLLK2_SFT) &
770 NAU8822_REG_PLL_K3, pll_param->pll_frac & NAU8822_PLLK3_MASK);
H A Dnau8810.c564 pll_param->pll_frac = ((pll_ratio & 0xFFFFFFF) >> 4);
584 dev_info(nau8810->dev, "pll_int=%x pll_frac=%x mclk_scaler=%x pre_factor=%x\n",
585 pll_param->pll_int, pll_param->pll_frac, pll_param->mclk_scaler,
593 (pll_param->pll_frac >> NAU8810_PLLK1_SFT) &
596 (pll_param->pll_frac >> NAU8810_PLLK2_SFT) &
599 pll_param->pll_frac & NAU8810_PLLK3_MASK);
H A Dnau8810.h274 int pll_frac; member in struct:nau8810_pll
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-core.c288 u32 pll_int, pll_frac, pll_post; local
441 pll_frac = cx18_av_read4(cx, 0x10c) & 0x1ffffff;
444 pll_int, pll_frac, pll_post);
450 pll = (28636360L * ((((u64)pll_int) << 25) + pll_frac)) >> 25;
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1119 u32 pll_int, pll_frac, pll_post; local
1204 pll_frac = cx25840_read4(client, 0x10c) & 0x1ffffff;
1208 pll_int, pll_frac, pll_post);
1212 int pll = (28636363L * ((((u64)pll_int) << 25L) + pll_frac)) >> 25L;

Completed in 166 milliseconds