Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/i2c/busses/
Di2c-imx.c91 #define I2SR_IAAS 0x40 macro
711 if (!(status & I2SR_IAAS)) in i2c_imx_slave_isr()
715 if (status & I2SR_IAAS) { /* Addressed as a slave */ in i2c_imx_slave_isr()
1211 (temp & I2SR_ICF ? 1 : 0), (temp & I2SR_IAAS ? 1 : 0), in i2c_imx_xfer_common()