Searched refs:test_busy (Results 1 – 1 of 1) sorted by relevance
172 static TEE_Result i2c_bus_test_bus_busy(struct i2c_regs *regs, bool test_busy) in i2c_bus_test_bus_busy() argument185 if (test_busy && (reg & I2C_IBSR_IBB)) in i2c_bus_test_bus_busy()188 if (!test_busy && !(reg & I2C_IBSR_IBB)) in i2c_bus_test_bus_busy()
Completed in 3 milliseconds