Home
last modified time | relevance | path

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

/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()
/qemu/include/hw/i2c/
H A Daspeed_i2c.h51 #define I2CD_MACTIVE 0x8 macro