Searched refs:I2C_CONTROL_STOP (Results 1 – 1 of 1) sorted by relevance
37 #define I2C_CONTROL_STOP 0x00000010 macro160 I2C_CONTROL_STOP); in mentor_i2c_stop_bit_set()165 while ((mmio_read_32((uintptr_t)&base->control) & I2C_CONTROL_STOP) && in mentor_i2c_stop_bit_set()174 if ((mmio_read_32((uintptr_t)&base->control) & I2C_CONTROL_STOP) != 0) { in mentor_i2c_stop_bit_set()