Home
last modified time | relevance | path

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

/linux-6.15/drivers/i2c/busses/
H A Di2c-imx.c94 #define I2SR_IBB 0x20 macro
550 if (for_busy && (!multi_master || (temp & I2SR_IBB))) { in i2c_imx_bus_busy()
554 if (!for_busy && !(temp & I2SR_IBB)) { in i2c_imx_bus_busy()
816 if (!(status & I2SR_IBB)) { in i2c_imx_slave_handle()
1590 (temp & I2SR_IBB ? 1 : 0), (temp & I2SR_IAL ? 1 : 0), in i2c_imx_xfer_common()