Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Dpnv_i2c_regs.h87 #define I2C_STAT_NACK_RCVD_ERR PPC_BIT(5) macro
103 I2C_STAT_NACK_RCVD_ERR | I2C_STAT_STOP_ERR)
/openbmc/qemu/hw/ppc/
H A Dpnv_i2c.c156 i2c->regs[I2C_STAT_REG] |= I2C_STAT_NACK_RCVD_ERR; in pnv_i2c_fifo_flush()
197 i2c->regs[I2C_STAT_REG] |= I2C_STAT_NACK_RCVD_ERR; in pnv_i2c_handle_cmd()