Searched refs:SCODE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtuner-xc2028-types.h70 /* SCODE firmware selects particular behaviours */
85 #define SCODE (1 << 29) macro
93 #define SCODE_TYPES (SCODE | MTS)
H A Dtuner-xc2028.c219 if (type & SCODE)
220 printk("SCODE ");
430 if (((type & ~SCODE) == 0) && (*id == 0))
435 else if (type & SCODE) {
445 if (!(type & SCODE))
650 /* 16 SCODE entries per file; each SCODE entry is 12 bytes and
658 tuner_info("Loading SCODE for type=");
711 new_fw.scode_table = SCODE | priv->ctrl.scode_table;
777 /* Reloading std-specific firmware forces a SCODE updat
[all...]

Completed in 105 milliseconds