Lines Matching refs:pend
364 u32 pend, isr, ier; in xiic_process() local
375 pend = isr & ier; in xiic_process()
378 __func__, ier, isr, pend); in xiic_process()
385 if ((pend & XIIC_INTR_ARB_LOST_MASK) || in xiic_process()
386 ((pend & XIIC_INTR_TX_ERROR_MASK) && in xiic_process()
387 !(pend & XIIC_INTR_RX_FULL_MASK))) { in xiic_process()
407 if (pend & XIIC_INTR_RX_FULL_MASK) { in xiic_process()
444 if (pend & XIIC_INTR_BNB_MASK) { in xiic_process()
460 if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) { in xiic_process()
463 clr |= (pend & in xiic_process()
602 u32 pend, isr, ier; in xiic_isr() local
612 pend = isr & ier; in xiic_isr()
613 if (pend) in xiic_isr()