Searched refs:tnctrl (Results 1 – 1 of 1) sorted by relevance
173 wr.tnctrl = __cpu_to_be16(r->tnctrl); in tea5764_i2c_write()194 r->tnctrl |= TEA5764_TNCTRL_PUPD0; in tea5764_power_up()241 int tnctrl = r->tnctrl; in tea5764_set_audout_mode() local244 r->tnctrl |= TEA5764_TNCTRL_MST; in tea5764_set_audout_mode()246 r->tnctrl &= ~TEA5764_TNCTRL_MST; in tea5764_set_audout_mode()247 if (tnctrl != r->tnctrl) in tea5764_set_audout_mode()255 if (r->tnctrl & TEA5764_TNCTRL_MST) in tea5764_get_audout_mode()264 int tnctrl = r->tnctrl; in tea5764_mute() local267 r->tnctrl |= TEA5764_TNCTRL_MU; in tea5764_mute()269 r->tnctrl &= ~TEA5764_TNCTRL_MU; in tea5764_mute()[all …]