Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Dpnv_i2c_regs.h126 #define I2C_EXTD_STAT_I2C_VERSION PPC_BITMASK(27, 31) macro
/openbmc/qemu/hw/ppc/
H A Dpnv_i2c.c349 SETFIELD(I2C_EXTD_STAT_I2C_VERSION, 0ull, 23); /* last version */ in pnv_i2c_reset()
398 (I2C_EXTD_STAT_FIFO_SIZE | I2C_EXTD_STAT_I2C_VERSION); in pnv_i2c_xscom_write()
/openbmc/qemu/tests/qtest/
H A Dpnv-host-i2c-test.c381 g_assert_cmphex(value & I2C_EXTD_STAT_I2C_VERSION, ==, 0x1700000000); in check_i2cm_por_regs()