Home
last modified time | relevance | path

Searched defs:received_bytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/i2c/
H A Dnpcm7xx_smbus.c282 uint8_t received_bytes = NPCM7XX_SMBRXF_STS_RX_BYTES(s->rxf_sts); in npcm7xx_smbus_recv_fifo() local
327 uint8_t received_bytes = NPCM7XX_SMBRXF_STS_RX_BYTES(s->rxf_sts); in npcm7xx_smbus_read_byte_fifo() local
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dsamples.py42 def __init__(self, time, iface, received_bytes, transmitted_bytes, receive_diff, transmit_diff): argument