Searched refs:I2CD_MACTIVE (Results 1 – 3 of 3) sorted by relevance
89 #define I2CD_MACTIVE 0x8 macro
380 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()
53 #define I2CD_MACTIVE 0x8 macro