Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dexynos4210_i2c.c47 #define I2CCON_ACK_GEN (1 << 7) in OBJECT_DECLARE_SIMPLE_TYPE() macro
125 if (i2c_send(s->bus, s->i2cds) < 0 && (s->i2ccon & I2CCON_ACK_GEN)) { in exynos4210_i2c_data_send()
227 (s->i2ccon & I2CCON_ACK_GEN)) { in exynos4210_i2c_write()