DTV7
#define DTV_TYPES (D2620|D2633|DTV6|QAM|DTV7|DTV78|DTV8|ATSC)
if (priv->cur_fw.type & DTV7)
if (priv->cur_fw.type & DTV7)
type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV7;
if (type & DTV7)
type = DTV7;
& (BASE | FM | DTV6 | DTV7 | DTV78 | DTV8)) == BASE) {
if (priv->cur_fw.type & (DTV6 | DTV7 | DTV78 | DTV8))
if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) {
if (type & DTV7)
& (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE))
priv->video_standard = DTV7;
priv->video_standard = DTV7;