Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dast_i2c.h89 #define I2CD_MACTIVE 0x8 macro
/openbmc/qemu/hw/i2c/
H A Daspeed_i2c.c380 aspeed_i2c_set_state(bus, I2CD_MACTIVE); in aspeed_i2c_handle_rx_cmd()
482 uint8_t state = aspeed_i2c_get_state(bus) & I2CD_MACTIVE ? in aspeed_i2c_bus_handle_cmd()
520 aspeed_i2c_set_state(bus, I2CD_MACTIVE); in aspeed_i2c_bus_handle_cmd()
532 aspeed_i2c_set_state(bus, I2CD_MACTIVE); in aspeed_i2c_bus_handle_cmd()
542 if (!(aspeed_i2c_get_state(bus) & I2CD_MACTIVE)) { in aspeed_i2c_bus_handle_cmd()
/openbmc/qemu/include/hw/i2c/
H A Daspeed_i2c.h53 #define I2CD_MACTIVE 0x8 macro