Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/tuners/
Dtuner-xc2028.h42 unsigned int uhfbw8:1; member
Dtuner-xc2028.c1244 priv->ctrl.uhfbw8 = 0; in xc2028_set_params()
1249 priv->ctrl.uhfbw8 = 0; in xc2028_set_params()
1250 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV7; in xc2028_set_params()
1256 priv->ctrl.uhfbw8 = 1; in xc2028_set_params()
1257 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV8; in xc2028_set_params()