Lines Matching refs:pend
376 u32 pend, isr, ier; in xiic_process() local
387 pend = isr & ier; in xiic_process()
390 __func__, ier, isr, pend); in xiic_process()
397 if ((pend & XIIC_INTR_ARB_LOST_MASK) || in xiic_process()
398 ((pend & XIIC_INTR_TX_ERROR_MASK) && in xiic_process()
399 !(pend & XIIC_INTR_RX_FULL_MASK))) { in xiic_process()
419 if (pend & XIIC_INTR_RX_FULL_MASK) { in xiic_process()
456 if (pend & XIIC_INTR_BNB_MASK) { in xiic_process()
472 if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) { in xiic_process()
475 clr |= (pend & in xiic_process()
626 u32 pend, isr, ier; in xiic_isr() local
636 pend = isr & ier; in xiic_isr()
637 if (pend) in xiic_isr()