Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dexynos4210_i2c.c56 #define I2CSTAT_OUTPUT_EN (1 << 4) in OBJECT_DECLARE_SIMPLE_TYPE() macro
208 if (!(s->i2cstat & I2CSTAT_OUTPUT_EN)) { in exynos4210_i2c_write()
242 if ((s->i2cstat & I2CSTAT_OUTPUT_EN) == 0) { in exynos4210_i2c_write()
247 if (s->i2cstat & I2CSTAT_OUTPUT_EN) { in exynos4210_i2c_write()