Searched refs:pll_frac (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | nau8810.c | 530 pll_param->pll_frac = ((pll_ratio & 0xFFFFFFF) >> 4); in nau88l0_calc_pll() 551 pll_param->pll_int, pll_param->pll_frac, pll_param->mclk_scaler, in nau8810_set_pll() 559 (pll_param->pll_frac >> NAU8810_PLLK1_SFT) & in nau8810_set_pll() 562 (pll_param->pll_frac >> NAU8810_PLLK2_SFT) & in nau8810_set_pll() 565 pll_param->pll_frac & NAU8810_PLLK3_MASK); in nau8810_set_pll()
|
D | nau8810.h | 269 int pll_frac; member
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 297 u32 pll_int, pll_frac, pll_post; in cx18_av_std_setup() local 450 pll_frac = cx18_av_read4(cx, 0x10c) & 0x1ffffff; in cx18_av_std_setup() 453 pll_int, pll_frac, pll_post); in cx18_av_std_setup() 459 pll = (28636360L * ((((u64)pll_int) << 25) + pll_frac)) >> 25; in cx18_av_std_setup()
|
/Linux-v4.19/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 804 u32 pll_int, pll_frac, pll_post; in cx25840_std_setup() local 868 pll_frac = cx25840_read4(client, 0x10c) & 0x1ffffff; in cx25840_std_setup() 872 pll_int, pll_frac, pll_post); in cx25840_std_setup() 876 int pll = (28636363L * ((((u64)pll_int) << 25L) + pll_frac)) >> 25L; in cx25840_std_setup()
|