Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/i2c/busses/
Di2c-omap.c101 #define OMAP_I2C_STAT_AL (1 << 0) /* Arbitration lost int ena */ macro
771 if (omap->cmd_err & OMAP_I2C_STAT_AL) in omap_i2c_xfer_msg()
913 omap_i2c_complete_cmd(omap, OMAP_I2C_STAT_AL); in omap_i2c_omap1_isr()
971 if (stat & (OMAP_I2C_STAT_NACK | OMAP_I2C_STAT_AL)) { in errata_omap3_i462()
979 if (stat & OMAP_I2C_STAT_AL) { in errata_omap3_i462()
981 omap->cmd_err |= OMAP_I2C_STAT_AL; in errata_omap3_i462()
982 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_AL); in errata_omap3_i462()
1103 if (stat & OMAP_I2C_STAT_AL) { in omap_i2c_xfer_data()
1105 err |= OMAP_I2C_STAT_AL; in omap_i2c_xfer_data()
1106 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_AL); in omap_i2c_xfer_data()
[all …]