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.c363 aspeed_i2c_set_state(bus, I2CD_MACTIVE); in aspeed_i2c_handle_rx_cmd()
465 uint8_t state = aspeed_i2c_get_state(bus) & I2CD_MACTIVE ? in aspeed_i2c_bus_handle_cmd()
503 aspeed_i2c_set_state(bus, I2CD_MACTIVE); in aspeed_i2c_bus_handle_cmd()
515 aspeed_i2c_set_state(bus, I2CD_MACTIVE); in aspeed_i2c_bus_handle_cmd()
525 if (!(aspeed_i2c_get_state(bus) & I2CD_MACTIVE)) { in aspeed_i2c_bus_handle_cmd()
/openbmc/qemu/include/hw/i2c/
H A Daspeed_i2c.h51 #define I2CD_MACTIVE 0x8 macro