Home
last modified time | relevance | path

Searched refs:I2SR_IBB (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-imx.c84 #define I2SR_IBB 0x20 macro
444 if (for_busy && (temp & I2SR_IBB)) { in i2c_imx_bus_busy()
448 if (!for_busy && !(temp & I2SR_IBB)) { in i2c_imx_bus_busy()
1007 (temp & I2SR_IBB ? 1 : 0), (temp & I2SR_IAL ? 1 : 0), in i2c_imx_xfer_common()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-imx.c93 #define I2SR_IBB 0x20 macro
497 if (for_busy && (temp & I2SR_IBB)) { in i2c_imx_bus_busy()
501 if (!for_busy && !(temp & I2SR_IBB)) { in i2c_imx_bus_busy()
756 if (!(status & I2SR_IBB)) { in i2c_imx_slave_handle()
1298 (temp & I2SR_IBB ? 1 : 0), (temp & I2SR_IAL ? 1 : 0), in i2c_imx_xfer_common()

Completed in 5 milliseconds