Searched refs:pll_frac (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/sound/soc/codecs/ |
D | nau8810.c | 561 pll_param->pll_frac = ((pll_ratio & 0xFFFFFFF) >> 4); in nau8810_calc_pll() 582 pll_param->pll_int, pll_param->pll_frac, pll_param->mclk_scaler, in nau8810_set_pll() 590 (pll_param->pll_frac >> NAU8810_PLLK1_SFT) & in nau8810_set_pll() 593 (pll_param->pll_frac >> NAU8810_PLLK2_SFT) & in nau8810_set_pll() 596 pll_param->pll_frac & NAU8810_PLLK3_MASK); in nau8810_set_pll()
|
D | nau8822.c | 661 pll_param->pll_frac = ((pll_ratio & 0xFFFFFFF) >> 4); in nau8822_calc_pll() 740 pll_param->pll_int, pll_param->pll_frac, in nau8822_set_pll() 748 NAU8822_REG_PLL_K1, (pll_param->pll_frac >> NAU8822_PLLK1_SFT) & in nau8822_set_pll() 751 NAU8822_REG_PLL_K2, (pll_param->pll_frac >> NAU8822_PLLK2_SFT) & in nau8822_set_pll() 754 NAU8822_REG_PLL_K3, pll_param->pll_frac & NAU8822_PLLK3_MASK); in nau8822_set_pll()
|
D | nau8822.h | 196 int pll_frac; member
|
D | nau8810.h | 274 int pll_frac; member
|
/Linux-v5.10/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 288 u32 pll_int, pll_frac, pll_post; in cx18_av_std_setup() local 441 pll_frac = cx18_av_read4(cx, 0x10c) & 0x1ffffff; in cx18_av_std_setup() 444 pll_int, pll_frac, pll_post); in cx18_av_std_setup() 450 pll = (28636360L * ((((u64)pll_int) << 25) + pll_frac)) >> 25; in cx18_av_std_setup()
|
/Linux-v5.10/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 1119 u32 pll_int, pll_frac, pll_post; in cx25840_std_setup() local 1204 pll_frac = cx25840_read4(client, 0x10c) & 0x1ffffff; in cx25840_std_setup() 1208 pll_int, pll_frac, pll_post); in cx25840_std_setup() 1212 int pll = (28636363L * ((((u64)pll_int) << 25L) + pll_frac)) >> 25L; in cx25840_std_setup()
|