Searched refs:IS_I2C_READY (Results 1 – 6 of 6) sorted by relevance
286 #define SPECIAL_IRQS ((IS_HW_ERR) |(IS_I2C_READY) | \300 (IS_HW_ERR) |(IS_I2C_READY)| \
846 #define IS_I2C_READY BIT_25 /* IRQ on end of I2C Tx */ macro
470 } while ((IrqSrc & IS_I2C_READY) == 0); in SkI2cWaitIrq()
810 if ((Istatus & IS_I2C_READY) != 0) { in SkGeSirqIsr()
1307 #define IS_I2C_READY (1L<<27) /* Bit 27: (ML) IRQ on end of I2C tx */ macro
175 IS_I2C_READY = 1<<25, /* IRQ on end of I2C Tx */ enumerator