Searched refs:DTV78 (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.h38 #define DTV78 (1<<8) macro
41 #define DTV_TYPES (D2620|D2633|DTV6|QAM|DTV7|DTV78|DTV8|ATSC)
H A Dtuner-xc2028.c179 if (type & DTV78)
180 printk("DTV78 ");
956 else /* DTV8 or DTV78 */
958 if ((priv->cur_fw.type & DTV78) && freq < 470000000)
1091 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV8;
1099 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV7;
1147 * channel should then cause DTV78 to be used.

Completed in 54 milliseconds