Searched refs:OCORES_FLAG_BROKEN_IRQ (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/i2c/
H A Docores_i2c.c61 #define OCORES_FLAG_BROKEN_IRQ BIT(1) /* Broken IRQ for FU540-C000 SoC */ macro
223 if (i2c->flags & OCORES_FLAG_BROKEN_IRQ) {
331 if (i2c->flags & OCORES_FLAG_BROKEN_IRQ)
601 * Set OCORES_FLAG_BROKEN_IRQ to enable workaround for
609 bus->flags |= OCORES_FLAG_BROKEN_IRQ;

Completed in 92 milliseconds