Lines Matching refs:ctrl
29 struct tea5767_ctrl ctrl; member
150 switch (priv->ctrl.xtal_freq) { in tea5767_status_dump()
201 if (priv->ctrl.port1) in set_radio_freq()
214 if (priv->ctrl.port2) in set_radio_freq()
217 if (priv->ctrl.high_cut) in set_radio_freq()
220 if (priv->ctrl.st_noise) in set_radio_freq()
223 if (priv->ctrl.soft_mute) in set_radio_freq()
226 if (priv->ctrl.japan_band) in set_radio_freq()
231 if (priv->ctrl.deemph_75) in set_radio_freq()
234 if (priv->ctrl.pllref) in set_radio_freq()
241 switch (priv->ctrl.xtal_freq) { in set_radio_freq()
421 memcpy(&priv->ctrl, priv_cfg, sizeof(priv->ctrl)); in tea5767_set_config()
455 priv->ctrl.xtal_freq = TEA5767_HIGH_LO_32768; in tea5767_attach()
456 priv->ctrl.port1 = 1; in tea5767_attach()
457 priv->ctrl.port2 = 1; in tea5767_attach()
458 priv->ctrl.high_cut = 1; in tea5767_attach()
459 priv->ctrl.st_noise = 1; in tea5767_attach()
460 priv->ctrl.japan_band = 1; in tea5767_attach()