Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dexynos4210_i2c.c48 #define I2CCON_INTRS_EN (1 << 5) in OBJECT_DECLARE_SIMPLE_TYPE() macro
103 if (s->i2ccon & I2CCON_INTRS_EN) { in exynos4210_i2c_raise_interrupt()
185 if (!(s->i2ccon & I2CCON_INTRS_EN)) { in exynos4210_i2c_write()