Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Dbitbang_i2c.h10 #define BITBANG_I2C_SDA 0 macro
/openbmc/qemu/hw/i2c/
H A Darm_sbcon_i2c.c72 s->in = bitbang_i2c_set(&s->bitbang, BITBANG_I2C_SDA, (s->out & SDA) != 0); in arm_sbcon_i2c_write()
H A Dbitbang_i2c.c88 if (line == BITBANG_I2C_SDA) { in bitbang_i2c_set()
H A Dppc4xx_i2c.c320 i2c->directcntl |= bitbang_i2c_set(&i2c->bitbang, BITBANG_I2C_SDA, in ppc4xx_i2c_writeb()
/openbmc/qemu/hw/pci-host/
H A Darticia.c71 s->gpio |= bitbang_i2c_set(&s->smbus, BITBANG_I2C_SDA, in articia_gpio_write()
/openbmc/qemu/hw/display/
H A Dati.c241 d = bitbang_i2c_set(i2c, BITBANG_I2C_SDA, d); in ati_i2c()