IDT821034_CONF_PWRUP_RX
if (power & IDT821034_CONF_PWRUP_RX) {
conf | IDT821034_CONF_PWRUP_RX,
if (!(power & (IDT821034_CONF_PWRUP_TX | IDT821034_CONF_PWRUP_RX))) {
if (idt821034->cache.ch[0].power & IDT821034_CONF_PWRUP_RX) {
conf |= IDT821034_CONF_PWRUP_RX;
if (idt821034->cache.ch[ch].power & IDT821034_CONF_PWRUP_RX) {
conf | IDT821034_CONF_PWRUP_RX,
mask = IDT821034_ID_IS_OUT(id) ? IDT821034_CONF_PWRUP_RX : IDT821034_CONF_PWRUP_TX;