Lines Matching defs:ifHz
3531 static void cx23885_dif_setup(struct i2c_client *client, u32 ifHz)
3537 v4l_dbg(1, cx25840_debug, client, "%s(%d)\n", __func__, ifHz);
3540 /* Calculate the PLL frequency word based on the adjusted ifHz */
3541 pll_freq = div_u64((u64)ifHz * 268435456, 50000000);
3547 ifHz = (ifHz / 100000) * 100000;
3549 if (ifHz < 3000000)
3550 ifHz = 3000000;
3552 if (ifHz > 16000000)
3553 ifHz = 16000000;
3555 v4l_dbg(1, cx25840_debug, client, "%s(%d) again\n", __func__, ifHz);
3557 coeffs = ifhz_coeffs[(ifHz - 3000000) / 100000];
3583 u32 ifHz;
3612 ifHz = 5400000;
3636 ifHz = 6000000;
3639 cx23885_dif_setup(client, ifHz);