Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dbcm2835_i2c.c59 s->s |= BCM2835_I2C_S_TA; in bcm2835_i2c_begin_transfer()
84 s->s &= ~(BCM2835_I2C_S_TA | BCM2835_I2C_S_RXR | in bcm2835_i2c_finish_transfer()
108 if (s->s & BCM2835_I2C_S_TA) { in bcm2835_i2c_read()
179 if (s->s & BCM2835_I2C_S_TA) { in bcm2835_i2c_write()
/openbmc/qemu/include/hw/i2c/
H A Dbcm2835_i2c.h60 #define BCM2835_I2C_S_TA BIT(0) /* I2C Transfer active */ macro
/openbmc/linux/drivers/i2c/busses/
H A Di2c-bcm2835.c41 #define BCM2835_I2C_S_TA BIT(0) macro