Searched refs:IDT821034_CONF_PWRUP_TX (Results 1 – 1 of 1) sorted by relevance
116 #define IDT821034_CONF_PWRUP_TX BIT(1) /* from analog input to PCM */ macro135 if (power & IDT821034_CONF_PWRUP_TX) { in idt821034_set_channel_power()137 conf | IDT821034_CONF_PWRUP_TX, in idt821034_set_channel_power()142 if (!(power & (IDT821034_CONF_PWRUP_TX | IDT821034_CONF_PWRUP_RX))) { in idt821034_set_channel_power()183 } else if (idt821034->cache.ch[0].power & IDT821034_CONF_PWRUP_TX) { in idt821034_set_codec_conf()184 conf |= IDT821034_CONF_PWRUP_TX; in idt821034_set_codec_conf()228 if (idt821034->cache.ch[ch].power & IDT821034_CONF_PWRUP_TX) { in idt821034_set_channel_ts()230 conf | IDT821034_CONF_PWRUP_TX, in idt821034_set_channel_ts()630 mask = IDT821034_ID_IS_OUT(id) ? IDT821034_CONF_PWRUP_RX : IDT821034_CONF_PWRUP_TX; in idt821034_power_event()