Lines Matching refs:pilot
89 /* pilot bit */
156 enum fe_pilot pilot;
348 * set pilot, bit 6 (0x40) is set. When inspecting
349 * FECSTATUS bit 7 (0x80) represents the pilot
1248 switch (c->pilot) {
1261 dprintk("%s: unsupported pilot mode selected (%d)\n",
1262 __func__, c->pilot);
1292 state->dnxt.pilot = c->pilot;
1314 dprintk("%s: pilot = %d (val = 0x%02x)\n", __func__,
1315 state->dcur.pilot, state->dcur.pilot_val);
1382 /* We need to support pilot and non-pilot tuning in the
1415 /* Toggle pilot bit when in auto-pilot */
1416 if (state->dcur.pilot == PILOT_AUTO)