Searched refs:pll_int (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | nau8810.c | 529 pll_param->pll_int = (pll_ratio >> 28) & 0xF; in nau88l0_calc_pll() 551 pll_param->pll_int, pll_param->pll_frac, pll_param->mclk_scaler, in nau8810_set_pll() 557 pll_param->pll_int); in nau8810_set_pll()
|
D | nau8810.h | 270 int pll_int; 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 449 pll_int = cx18_av_read(cx, 0x108); 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 867 pll_int = cx25840_read(client, 0x108); 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()
|