Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dbcm2835_i2c.c163 s->dlen = s->last_dlen; in bcm2835_i2c_write()
172 s->last_dlen = writeval; in bcm2835_i2c_write()
256 VMSTATE_UINT32(last_dlen, BCM2835I2CState),
/openbmc/qemu/include/hw/i2c/
H A Dbcm2835_i2c.h79 uint32_t last_dlen; member