Searched refs:SCODE (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/media/tuners/
H A Dxc4000.c610 if (type & SCODE)
611 printk(KERN_CONT "SCODE ");
628 if (((type & ~SCODE) == 0) && (*id == 0))
637 & (BASE_TYPES | DTV_TYPES | LCD | NOGD | MONO | SCODE);
641 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE))
888 tuner_info("Loading SCODE for type=");
943 new_fw.scode_table = SCODE;
1004 /* Reloading std-specific firmware forces a SCODE update */
1016 dprintk(1, "SCODE firmware already loaded.\n");
1020 /* Load SCODE firmwar
[all...]
H A Dxc2028.c236 if (type & SCODE)
237 printk(KERN_CONT "SCODE ");
450 if (((type & ~SCODE) == 0) && (*id == 0))
455 else if (type & SCODE) {
465 if (!(type & SCODE))
683 /* 16 SCODE entries per file; each SCODE entry is 12 bytes and
691 tuner_info("Loading SCODE for type=");
739 new_fw.scode_table = SCODE | priv->ctrl.scode_table;
809 /* Reloading std-specific firmware forces a SCODE updat
[all...]
H A Dxc2028-types.h74 /* SCODE firmware selects particular behaviours */
89 #define SCODE (1 << 29) macro
97 #define SCODE_TYPES (SCODE | MTS)

Completed in 325 milliseconds