Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-omap.c107 #define OMAP_I2C_STAT_RRDY (1 << 3) /* Receive data ready */ macro
1058 stat &= ~(OMAP_I2C_STAT_RDR | OMAP_I2C_STAT_RRDY); in omap_i2c_isr_thread()
1090 omap_i2c_ack_stat(omap, (OMAP_I2C_STAT_RRDY | in omap_i2c_isr_thread()
1115 if (stat & OMAP_I2C_STAT_RRDY) { in omap_i2c_isr_thread()
1122 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_RRDY); in omap_i2c_isr_thread()