Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-omap.c99 #define OMAP_I2C_STAT_ARDY (1 << 2) /* Register access ready */ macro
1112 if (stat & OMAP_I2C_STAT_ARDY) in omap_i2c_xfer_data()
1113 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_ARDY); in omap_i2c_xfer_data()
1115 if (stat & (OMAP_I2C_STAT_ARDY | OMAP_I2C_STAT_NACK | in omap_i2c_xfer_data()
1121 OMAP_I2C_STAT_ARDY)); in omap_i2c_xfer_data()
/openbmc/qemu/tests/qtest/libqos/
H A Di2c-omap.c27 OMAP_I2C_STAT_ARDY = 1 << 2, enumerator