Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Dpnv_i2c_regs.h90 #define I2C_STAT_STOP_ERR PPC_BIT(8) macro
103 I2C_STAT_NACK_RCVD_ERR | I2C_STAT_STOP_ERR)
/openbmc/linux/drivers/i2c/busses/
H A Di2c-fsi.c100 #define I2C_STAT_STOP_ERR BIT(23) macro
115 I2C_STAT_STOP_ERR)
500 if (status & (I2C_STAT_PARITY | I2C_STAT_LOST_ARB | I2C_STAT_STOP_ERR)) in fsi_i2c_abort()
549 if (status & I2C_STAT_STOP_ERR) in fsi_i2c_handle_status()