Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-ocores.c87 #define OCORES_FLAG_BROKEN_IRQ BIT(1) /* Broken IRQ for FU540-C000 SoC */ macro
241 if (i2c->flags & OCORES_FLAG_BROKEN_IRQ) { in ocores_isr()
362 if (i2c->flags & OCORES_FLAG_BROKEN_IRQ) in ocores_process_polling()
687 i2c->flags |= OCORES_FLAG_BROKEN_IRQ; in ocores_i2c_probe()