Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-omap.c106 #define OMAP_I2C_STAT_XRDY (1 << 4) /* Transmit data ready */ macro
944 omap_i2c_ack_stat(omap, (OMAP_I2C_STAT_XRDY | in errata_omap3_i462()
1056 stat &= ~(OMAP_I2C_STAT_XDR | OMAP_I2C_STAT_XRDY); in omap_i2c_isr_thread()
1092 OMAP_I2C_STAT_XRDY | in omap_i2c_isr_thread()
1141 if (stat & OMAP_I2C_STAT_XRDY) { in omap_i2c_isr_thread()
1152 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_XRDY); in omap_i2c_isr_thread()