Home
last modified time | relevance | path

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

/drivers/media/pci/cx18/
Dcx18-av-core.c288 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()
/drivers/media/i2c/cx25840/
Dcx25840-core.c1119 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()