Home
last modified time | relevance | path

Searched refs:tnctrl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/radio/
H A Dradio-tea5764.c98 u16 tnctrl; /* TNCTRL1 & TNCTRL2 */ member
115 __be16 tnctrl; /* TNCTRL1 & TNCTRL2 */ member
173 wr.tnctrl = __cpu_to_be16(r->tnctrl); in tea5764_i2c_write()
186 if (!(r->tnctrl & TEA5764_TNCTRL_PUPD0)) { in tea5764_power_up()
187 r->tnctrl &= ~(TEA5764_TNCTRL_AFM | TEA5764_TNCTRL_MU | in tea5764_power_up()
194 r->tnctrl |= TEA5764_TNCTRL_PUPD0; in tea5764_power_up()
203 if (r->tnctrl & TEA5764_TNCTRL_PUPD0) { in tea5764_power_down()
204 r->tnctrl &= ~TEA5764_TNCTRL_PUPD0; in tea5764_power_down()
214 if (r->tnctrl in tea5764_set_freq()
241 int tnctrl = r->tnctrl; tea5764_set_audout_mode() local
264 int tnctrl = r->tnctrl; tea5764_mute() local
[all...]
/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-tea5764.c98 u16 tnctrl; /* TNCTRL1 & TNCTRL2 */ member
115 __be16 tnctrl; /* TNCTRL1 & TNCTRL2 */ member
173 wr.tnctrl = __cpu_to_be16(r->tnctrl); in tea5764_i2c_write()
186 if (!(r->tnctrl & TEA5764_TNCTRL_PUPD0)) { in tea5764_power_up()
187 r->tnctrl &= ~(TEA5764_TNCTRL_AFM | TEA5764_TNCTRL_MU | in tea5764_power_up()
194 r->tnctrl |= TEA5764_TNCTRL_PUPD0; in tea5764_power_up()
203 if (r->tnctrl & TEA5764_TNCTRL_PUPD0) { in tea5764_power_down()
204 r->tnctrl &= ~TEA5764_TNCTRL_PUPD0; in tea5764_power_down()
214 if (r->tnctrl in tea5764_set_freq()
241 int tnctrl = r->tnctrl; tea5764_set_audout_mode() local
264 int tnctrl = r->tnctrl; tea5764_mute() local
[all...]

Completed in 3 milliseconds