Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-highlander.c22 #define SMCR_IRIC (1 << 1) macro
71 iowrite16(ioread16(dev->base + SMCR) | SMCR_IRIC, dev->base + SMCR); in highlander_i2c_done()
152 if ((tmp & (SMCR_IRIC | SMCR_ACKE)) == SMCR_ACKE) { in highlander_i2c_wait_for_ack()
185 if (smcr & SMCR_IRIC) in highlander_i2c_poll()