Home
last modified time | relevance | path

Searched refs:I2C_BUSY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/usb/gspca/m5602/
H A Dm5602_bridge.h99 #define I2C_BUSY 0x80 macro
H A Dm5602_core.c106 } while ((data & I2C_BUSY) && !err); in m5602_wait_for_i2c()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-hix5hd2.c62 #define I2C_BUSY BIT(7) macro
167 if (!(int_status & I2C_BUSY)) in hix5hd2_i2c_wait_bus_idle()
H A Di2c-sprd.c58 #define I2C_BUSY BIT(0) macro