Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-highlander.c25 #define SMCR_IRIC (1 << 1) macro
74 iowrite16(ioread16(dev->base + SMCR) | SMCR_IRIC, dev->base + SMCR); in highlander_i2c_done()
155 if ((tmp & (SMCR_IRIC | SMCR_ACKE)) == SMCR_ACKE) { in highlander_i2c_wait_for_ack()
188 if (smcr & SMCR_IRIC) in highlander_i2c_poll()