Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-ocores.c86 #define OCORES_FLAG_BROKEN_IRQ BIT(1) /* Broken IRQ for FU540-C000 SoC */ macro
230 if (i2c->flags & OCORES_FLAG_BROKEN_IRQ) { in ocores_isr()
351 if (i2c->flags & OCORES_FLAG_BROKEN_IRQ) in ocores_process_polling()
680 i2c->flags |= OCORES_FLAG_BROKEN_IRQ; in ocores_i2c_probe()