Lines Matching refs:pend
331 u32 pend, isr, ier; in xiic_process() local
341 pend = isr & ier; in xiic_process()
345 __func__, ier, isr, pend, xiic_getreg8(i2c, XIIC_SR_REG_OFFSET), in xiic_process()
351 if (!pend) in xiic_process()
355 if ((pend & XIIC_INTR_ARB_LOST_MASK) || in xiic_process()
356 ((pend & XIIC_INTR_TX_ERROR_MASK) && in xiic_process()
357 !(pend & XIIC_INTR_RX_FULL_MASK))) { in xiic_process()
375 } else if (pend & XIIC_INTR_RX_FULL_MASK) { in xiic_process()
411 } else if (pend & XIIC_INTR_BNB_MASK) { in xiic_process()
427 } else if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) { in xiic_process()
430 clr = pend & in xiic_process()
466 clr = pend; in xiic_process()