Lines Matching refs:ctrl
28 struct tea5767_ctrl ctrl;
149 switch (priv->ctrl.xtal_freq) {
200 if (priv->ctrl.port1)
213 if (priv->ctrl.port2)
216 if (priv->ctrl.high_cut)
219 if (priv->ctrl.st_noise)
222 if (priv->ctrl.soft_mute)
225 if (priv->ctrl.japan_band)
230 if (priv->ctrl.deemph_75)
233 if (priv->ctrl.pllref)
240 switch (priv->ctrl.xtal_freq) {
419 memcpy(&priv->ctrl, priv_cfg, sizeof(priv->ctrl));
453 priv->ctrl.xtal_freq = TEA5767_HIGH_LO_32768;
454 priv->ctrl.port1 = 1;
455 priv->ctrl.port2 = 1;
456 priv->ctrl.high_cut = 1;
457 priv->ctrl.st_noise = 1;
458 priv->ctrl.japan_band = 1;