Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i3c/
H A Dremote-i3c.c106 uint32_t num_bytes_le = cpu_to_le32(num_bytes); in remote_i3c_chr_send_bytes() local
107 qemu_chr_fe_write_all(&i3c->chr, (uint8_t *)&num_bytes_le, 4); in remote_i3c_chr_send_bytes()