Lines Matching refs:tuner_info
293 tuner_info("read: 0x%2x\n", buf[0]);
294 tuner_info(" after power on : %s\n", (buf[0] & 0x01) ? "yes" : "no");
295 tuner_info(" afc : %s\n", afc[(buf[0] >> 1) & 0x0f]);
296 tuner_info(" fmif level : %s\n", (buf[0] & 0x20) ? "high" : "low");
297 tuner_info(" afc window : %s\n", (buf[0] & 0x40) ? "in" : "out");
298 tuner_info(" vfi level : %s\n", (buf[0] & 0x80) ? "high" : "low");
343 tuner_info("write: byte B 0x%02x\n", buf[1]);
344 tuner_info(" B0 video mode : %s\n",
346 tuner_info(" B1 auto mute fm : %s\n",
348 tuner_info(" B2 carrier mode : %s\n",
350 tuner_info(" B3-4 tv sound/radio : %s\n",
352 tuner_info(" B5 force mute audio: %s\n",
354 tuner_info(" B6 output port 1 : %s\n",
356 tuner_info(" B7 output port 2 : %s\n",
359 tuner_info("write: byte C 0x%02x\n", buf[2]);
360 tuner_info(" C0-4 top adjustment : %s dB\n",
362 tuner_info(" C5-6 de-emphasis : %s\n",
364 tuner_info(" C7 audio gain : %s\n",
367 tuner_info("write: byte E 0x%02x\n", buf[3]);
368 tuner_info(" E0-1 sound carrier : %s\n",
370 tuner_info(" E6 l pll gating : %s\n",
375 tuner_info(" E2-4 video if : %s\n",
377 tuner_info(" E7 vif agc output : %s\n",
384 tuner_info(" E2-4 video if : %s\n",
386 tuner_info(" E5 tuner gain : %s\n",
390 tuner_info(" E7 vif agc output : %s\n",
396 tuner_info("--\n");
542 tuner_info("i2c i/o error: rc == %d (should be 1)\n", rc);
583 tuner_info("i2c i/o error: rc == %d (should be 4)\n", rc);
596 tuner_info("Data bytes: b=0x%02x c=0x%02x e=0x%02x\n",
694 tuner_info("tda988[5/6/7] found\n");