pll_frac         1119 drivers/media/i2c/cx25840/cx25840-core.c 	u32 pll_int, pll_frac, pll_post;
pll_frac         1204 drivers/media/i2c/cx25840/cx25840-core.c 		pll_frac = cx25840_read4(client, 0x10c) & 0x1ffffff;
pll_frac         1208 drivers/media/i2c/cx25840/cx25840-core.c 			pll_int, pll_frac, pll_post);
pll_frac         1212 drivers/media/i2c/cx25840/cx25840-core.c 			int pll = (28636363L * ((((u64)pll_int) << 25L) + pll_frac)) >> 25L;
pll_frac          288 drivers/media/pci/cx18/cx18-av-core.c 	u32 pll_int, pll_frac, pll_post;
pll_frac          441 drivers/media/pci/cx18/cx18-av-core.c 	pll_frac = cx18_av_read4(cx, 0x10c) & 0x1ffffff;
pll_frac          444 drivers/media/pci/cx18/cx18-av-core.c 			    pll_int, pll_frac, pll_post);
pll_frac          450 drivers/media/pci/cx18/cx18-av-core.c 		pll = (28636360L * ((((u64)pll_int) << 25) + pll_frac)) >> 25;
pll_frac          528 sound/soc/codecs/nau8810.c 	pll_param->pll_frac = ((pll_ratio & 0xFFFFFFF) >> 4);
pll_frac          549 sound/soc/codecs/nau8810.c 		pll_param->pll_int, pll_param->pll_frac, pll_param->mclk_scaler,
pll_frac          557 sound/soc/codecs/nau8810.c 		(pll_param->pll_frac >> NAU8810_PLLK1_SFT) &
pll_frac          560 sound/soc/codecs/nau8810.c 		(pll_param->pll_frac >> NAU8810_PLLK2_SFT) &
pll_frac          563 sound/soc/codecs/nau8810.c 		pll_param->pll_frac & NAU8810_PLLK3_MASK);
pll_frac          266 sound/soc/codecs/nau8810.h 	int pll_frac;
pll_frac          661 sound/soc/codecs/nau8822.c 	pll_param->pll_frac = ((pll_ratio & 0xFFFFFFF) >> 4);
pll_frac          740 sound/soc/codecs/nau8822.c 		pll_param->pll_int, pll_param->pll_frac,
pll_frac          748 sound/soc/codecs/nau8822.c 		NAU8822_REG_PLL_K1, (pll_param->pll_frac >> NAU8822_PLLK1_SFT) &
pll_frac          751 sound/soc/codecs/nau8822.c 		NAU8822_REG_PLL_K2, (pll_param->pll_frac >> NAU8822_PLLK2_SFT) &
pll_frac          754 sound/soc/codecs/nau8822.c 		NAU8822_REG_PLL_K3, pll_param->pll_frac & NAU8822_PLLK3_MASK);
pll_frac          196 sound/soc/codecs/nau8822.h 	int pll_frac;