Home
last modified time | relevance | path

Searched refs:DTV78 (Results 1 – 2 of 2) sorted by relevance

/drivers/media/common/tuners/
Dtuner-xc2028-types.h41 #define DTV78 (1<<8) macro
44 #define DTV_TYPES (D2620|D2633|DTV6|QAM|DTV7|DTV78|DTV8|ATSC)
Dtuner-xc2028.c174 if (type & DTV78) in dump_firm_type_and_int_freq()
935 ((priv->cur_fw.type & DTV78) && freq < 470000000)) in generic_set_freq()
1050 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV8; in xc2028_set_params()
1058 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV7; in xc2028_set_params()