Searched refs:aspeed_i3c_device_send_byte (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/i3c/ |
H A D | aspeed_i3c.c | 549 static int aspeed_i3c_device_send_byte(AspeedI3CDevice *s, uint8_t byte, in aspeed_i3c_device_send_byte() function 674 aspeed_i3c_device_send_byte(s, ccc, /*is_i2c=*/false); in aspeed_i3c_device_send_disec() 679 aspeed_i3c_device_send_byte(s, s->ibi_data.disec_byte, /*is_i2c=*/false); in aspeed_i3c_device_send_disec() 1327 if (aspeed_i3c_device_send_byte(s, val32.b[i], is_i2c)) { in aspeed_i3c_device_tx() 1389 if (aspeed_i3c_device_send_byte(s, cmd.cmd, /*is_i2c=*/false)) { in aspeed_i3c_device_transfer_ccc() 1562 if (aspeed_i3c_device_send_byte(s, cmd.cmd, /*is_i2c=*/false)) { in aspeed_i3c_device_addr_assign_cmd() 1600 if (aspeed_i3c_device_send_byte(s, addr, /*is_i2c=*/false)) { in aspeed_i3c_device_addr_assign_cmd()
|