Searched refs:DTV7 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/tuners/
H A Dxc2028-types.h41 #define DTV7 (1<<7) macro
45 #define DTV_TYPES (D2620|D2633|DTV6|QAM|DTV7|DTV78|DTV8|ATSC)
H A Dxc4000.c231 {"DTV7/8", 0x00C0, 0x801B, 0},
232 {"DTV7", 0x00C0, 0x8007, 0},
512 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) {
568 if (type & DTV7)
569 printk(KERN_CONT "DTV7 ");
641 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE))
1182 type = DTV7;
1523 & (BASE | FM | DTV6 | DTV7 | DTV78 | DTV8)) == BASE) {
1561 if (priv->cur_fw.type & (DTV6 | DTV7 | DTV78 | DTV8))
H A Dxc2028.c194 if (type & DTV7)
195 printk(KERN_CONT "DTV7 ");
1064 * This is coherent to what was implemented for the DTV7
1067 * firmwares (DTV7, DTV8, DTV78) and doesn't depend on channel
1073 else /* DTV7 or DTV8 or DTV78 */
1099 if (priv->cur_fw.type & DTV7)
1102 if (priv->cur_fw.type & DTV7)
1249 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV7;
1270 * The DTV7 S-code table needs a 700 kHz shift.
1272 * DTV7 i
[all...]
H A Dxc5000.c171 #define DTV7 20 macro
196 {"DTV7/8", 0x00C0, 0x801B},
197 {"DTV7", 0x00C0, 0x8007},
770 priv->video_standard = DTV7;
792 priv->video_standard = DTV7;

Completed in 113 milliseconds