Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-omap.c108 #define OMAP_I2C_STAT_ARDY (1 << 2) /* Register access ready */ macro
1085 if (stat & OMAP_I2C_STAT_ARDY) in omap_i2c_isr_thread()
1086 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_ARDY); in omap_i2c_isr_thread()
1088 if (stat & (OMAP_I2C_STAT_ARDY | OMAP_I2C_STAT_NACK | in omap_i2c_isr_thread()
1094 OMAP_I2C_STAT_ARDY)); in omap_i2c_isr_thread()