Searched refs:I2CD_MACTIVE (Results 1 – 3 of 3) sorted by relevance
89 #define I2CD_MACTIVE 0x8 macro
442 aspeed_i2c_set_state(bus, I2CD_MACTIVE); in aspeed_i2c_handle_rx_cmd()545 uint8_t state = aspeed_i2c_get_state(bus) & I2CD_MACTIVE ? in aspeed_i2c_bus_handle_cmd()583 aspeed_i2c_set_state(bus, I2CD_MACTIVE); in aspeed_i2c_bus_handle_cmd()595 aspeed_i2c_set_state(bus, I2CD_MACTIVE); in aspeed_i2c_bus_handle_cmd()605 if (!(aspeed_i2c_get_state(bus) & I2CD_MACTIVE)) { in aspeed_i2c_bus_handle_cmd()
52 #define I2CD_MACTIVE 0x8 macro