Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dpnv-host-i2c-test.c76 g_assert_cmphex(reg64 & (I2C_STAT_ANY_ERR | I2C_STAT_CMD_COMP), ==, in pnv_i2c_send()
87 g_assert_cmphex(reg64 & I2C_STAT_ANY_ERR, ==, 0); in pnv_i2c_send()
99 g_assert_cmphex(reg64 & (I2C_STAT_ANY_ERR | I2C_STAT_CMD_COMP), ==, in pnv_i2c_send()
118 g_assert_cmphex(reg64 & (I2C_STAT_ANY_ERR | I2C_STAT_CMD_COMP), ==, in pnv_i2c_recv()
130 g_assert_cmphex(reg64 & I2C_STAT_ANY_ERR, ==, 0); in pnv_i2c_recv()
142 g_assert_cmphex(reg64 & (I2C_STAT_ANY_ERR | I2C_STAT_CMD_COMP), ==, in pnv_i2c_recv()
385 g_assert_cmphex(value & (I2C_STAT_ANY_ERR | I2C_STAT_CMD_COMP), in check_i2cm_por_regs()
/openbmc/qemu/include/hw/i2c/
H A Dpnv_i2c_regs.h100 #define I2C_STAT_ANY_ERR (I2C_STAT_INVALID_CMD | I2C_STAT_LBUS_PARITY_ERR | \ macro
107 ((I2C_STAT_ANY_ERR >> 16) | I2C_INTR_CMD_COMP | I2C_INTR_DATA_REQ)
/openbmc/qemu/hw/ppc/
H A Dpnv_i2c.c395 i2c->regs[I2C_STAT_REG] &= ~I2C_STAT_ANY_ERR; in pnv_i2c_xscom_write()