Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Dpnv_i2c_regs.h27 #define I2C_CMD_LEN_BYTES PPC_BITMASK(16, 31) macro
/openbmc/qemu/tests/qtest/
H A Dpnv-host-i2c-test.c82 reg64 = SETFIELD(I2C_CMD_LEN_BYTES, reg64, len); in pnv_i2c_send()
125 reg64 = SETFIELD(I2C_CMD_LEN_BYTES, reg64, len); in pnv_i2c_recv()
/openbmc/qemu/hw/ppc/
H A Dpnv_i2c.c170 uint32_t len_bytes = GETFIELD(I2C_CMD_LEN_BYTES, val); in pnv_i2c_handle_cmd()