Lines Matching refs:pend
362 u32 pend, isr, ier; in xiic_process() local
372 pend = isr & ier; in xiic_process()
375 __func__, ier, isr, pend); in xiic_process()
383 if (!pend) in xiic_process()
387 if ((pend & XIIC_INTR_ARB_LOST_MASK) || in xiic_process()
388 ((pend & XIIC_INTR_TX_ERROR_MASK) && in xiic_process()
389 !(pend & XIIC_INTR_RX_FULL_MASK))) { in xiic_process()
407 } else if (pend & XIIC_INTR_RX_FULL_MASK) { in xiic_process()
443 } else if (pend & XIIC_INTR_BNB_MASK) { in xiic_process()
459 } else if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) { in xiic_process()
462 clr = pend & in xiic_process()
498 clr = pend; in xiic_process()