Searched refs:D2633 (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.h29 #define D2633 (1<<4) macro
41 #define DTV_TYPES (D2620|D2633|DTV6|QAM|DTV7|DTV78|DTV8|ATSC)
H A Dtuner-xc2028.c171 if (type & D2633)
172 printk("D2633 ");
1077 /* The only ATSC firmware (at least on v2.7) is D2633 */
1078 type |= ATSC | D2633;
1112 Selects between D2633 or D2620 firmware.
1113 It doesn't make sense for ATSC, since it should be D2633 on all cases
1118 type |= D2633;
1125 /* Zarlink seems to need D2633 */
1127 type |= D2633;

Completed in 57 milliseconds