Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Domap_i2c.c58 #define OMAP2_INTR_REV 0x34 macro
176 if (s->revision >= OMAP2_INTR_REV) in omap_i2c_read()
281 if (s->revision < OMAP2_INTR_REV) { in omap_i2c_write()
325 if (s->revision < OMAP2_INTR_REV) { in omap_i2c_write()
338 if (s->revision < OMAP2_INTR_REV) { in omap_i2c_write()
393 if (s->revision >= OMAP2_INTR_REV) { in omap_i2c_write()
491 (s->revision < OMAP2_INTR_REV) ? 0x800 : 0x1000); in omap_i2c_realize()
497 if (s->revision >= OMAP2_INTR_REV && !s->iclk) { in omap_i2c_realize()