Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Di2c-omap.c28 OMAP_I2C_STAT_RRDY = 1 << 3, enumerator
/openbmc/linux/drivers/i2c/busses/
H A Di2c-omap.c98 #define OMAP_I2C_STAT_RRDY (1 << 3) /* Receive data ready */ macro