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

/linux-master/sound/soc/codecs/
H A Dnau8822.h209 int pll_int; member in struct:nau8822_pll
H A Dnau8810.h275 int pll_int; member in struct:nau8810_pll
H A Dnau8822.c663 pll_param->pll_int = (pll_ratio >> 28) & 0xF;
753 "pll_int=%x pll_frac=%x mclk_scaler=%x pre_factor=%x\n",
754 pll_param->pll_int, pll_param->pll_frac,
762 pll_param->pll_int);
H A Dnau8810.c563 pll_param->pll_int = (pll_ratio >> 28) & 0xF;
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,
591 pll_param->pll_int);
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-core.c288 u32 pll_int, pll_frac, pll_post; local
440 pll_int = cx18_av_read(cx, 0x108);
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
1203 pll_int = cx25840_read(client, 0x108);
1208 pll_int, pll_frac, pll_post);
1212 int pll = (28636363L * ((((u64)pll_int) << 25L) + pll_frac)) >> 25L;

Completed in 183 milliseconds