Searched refs:ifHz (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/i2c/cx25840/
H A Dcx25840-core.c2056 static void cx23885_dif_setup(struct i2c_client *client, u32 ifHz) cx23885_dif_setup() argument
2061 v4l_dbg(1, cx25840_debug, client, "%s(%d)\n", __func__, ifHz); cx23885_dif_setup()
2064 /* Calculate the PLL frequency word based on the adjusted ifHz */ cx23885_dif_setup()
2065 pll_freq = div_u64((u64)ifHz * 268435456, 50000000); cx23885_dif_setup()
2071 ifHz = (ifHz / 100000) * 100000; cx23885_dif_setup()
2073 if (ifHz < 3000000) cx23885_dif_setup()
2074 ifHz = 3000000; cx23885_dif_setup()
2076 if (ifHz > 16000000) cx23885_dif_setup()
2077 ifHz = 16000000; cx23885_dif_setup()
2079 v4l_dbg(1, cx25840_debug, client, "%s(%d) again\n", __func__, ifHz); cx23885_dif_setup()
2081 switch (ifHz) { cx23885_dif_setup()
4970 u32 ifHz; cx23888_std_setup() local
4999 ifHz = 5400000; cx23888_std_setup()
5023 ifHz = 6000000; cx23888_std_setup()
5026 cx23885_dif_setup(client, ifHz); cx23888_std_setup()

Completed in 70 milliseconds