Searched refs:aspeed_i3c_device_send (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/i3c/ |
H A D | trace-events | 8 aspeed_i3c_device_send(uint32_t deviceid, uint32_t num_bytes) "I3C Dev[%u] send %" PRId32 " bytes t…
|
H A D | aspeed_i3c.c | 513 static int aspeed_i3c_device_send(AspeedI3CDevice *s, const uint8_t *data, in aspeed_i3c_device_send() function 557 return aspeed_i3c_device_send(s, &byte, 1, &num_sent, is_i2c); in aspeed_i3c_device_send_byte() 1292 if (aspeed_i3c_device_send(s, data, len, &bytes_sent, is_i2c)) { in aspeed_i3c_device_short_transfer()
|