Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dnpcm7xx_smbus.c281 uint8_t expected_bytes = NPCM7XX_SMBRXF_CTL_RX_THR(s->rxf_ctl); in npcm7xx_smbus_recv_fifo() local
285 if (received_bytes == expected_bytes) { in npcm7xx_smbus_recv_fifo()
289 while (received_bytes < expected_bytes && in npcm7xx_smbus_recv_fifo()
299 received_bytes, expected_bytes); in npcm7xx_smbus_recv_fifo()
301 if (unlikely(received_bytes < expected_bytes)) { in npcm7xx_smbus_recv_fifo()
304 DEVICE(s)->canonical_path, expected_bytes); in npcm7xx_smbus_recv_fifo()
/openbmc/qemu/tests/qtest/
H A Dhd-geo-test.c123 uint8_t expected_bytes[9] = { in test_cmos_drive_cyl() local
127 test_cmos_bytes(qts, reg0, 9, expected_bytes); in test_cmos_drive_cyl()
/openbmc/linux/include/linux/qed/
H A Dfcoe_common.h407 __le32 expected_bytes; member