Home
last modified time | relevance | path

Searched refs:pll_frac (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/soc/codecs/
Dnau8810.c530 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()
Dnau8810.h269 int pll_frac; member
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-av-core.c297 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/
Dcx25840-core.c804 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()