Lines Matching defs:frequency
68 0x82, /* reg. 0x0b: Output Clock is same as clock frequency,
123 u32 freq = p->frequency / 1000;
150 /* select frequency divider and the frequency of VCO */
217 /* fix for frequency less than 45 MHz */
225 /* From VCO frequency determines the XIN ( fractional part of Delta
305 priv->frequency = p->frequency;
317 static int fc0012_get_frequency(struct dvb_frontend *fe, u32 *frequency)
320 *frequency = priv->frequency;
324 static int fc0012_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
326 *frequency = 0; /* Zero-IF */