Lines Matching refs:pend
670 u32 pend, isr, ier; in xiic_process() local
685 pend = isr & ier; in xiic_process()
688 __func__, ier, isr, pend); in xiic_process()
697 if ((pend & XIIC_INTR_ARB_LOST_MASK) || in xiic_process()
698 ((pend & XIIC_INTR_TX_ERROR_MASK) && in xiic_process()
699 !(pend & XIIC_INTR_RX_FULL_MASK))) { in xiic_process()
727 if (pend & XIIC_INTR_RX_FULL_MASK) { in xiic_process()
763 if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) { in xiic_process()
766 clr |= (pend & in xiic_process()
785 if (i2c->nmsgs > 1 && (pend & XIIC_INTR_TX_EMPTY_MASK)) { in xiic_process()
799 if (pend & XIIC_INTR_BNB_MASK) { in xiic_process()