Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-ocores.c88 #define OCORES_FLAG_BROKEN_IRQ BIT(1) /* Broken IRQ for FU540-C000 SoC */ macro
242 if (i2c->flags & OCORES_FLAG_BROKEN_IRQ) { in ocores_isr()
363 if (i2c->flags & OCORES_FLAG_BROKEN_IRQ) in ocores_process_polling()
697 * Set in OCORES_FLAG_BROKEN_IRQ to enable workaround for in ocores_i2c_probe()
702 i2c->flags |= OCORES_FLAG_BROKEN_IRQ; in ocores_i2c_probe()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds