Lines Matching defs:frequency
132 /* The function below calculates the frequency offset between the output frequency if2
152 /* Calculates the frequency offset to add to avoid spurs. Returns 0 if no offset is needed */
185 #define IF2 36150 // IF2 frequency = 36.150 MHz
211 freq = c->frequency / 1000; /* Hz -> kHz */
218 priv->frequency = (f_lo1 - f_lo2 - IF2) * 1000,
320 static int mt2060_get_frequency(struct dvb_frontend *fe, u32 *frequency)
323 *frequency = priv->frequency;
327 static int mt2060_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
329 *frequency = IF2 * 1000;