Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i3c/
H A Dremote-i3c.c118 uint32_t num_to_push = num_to_send; in remote_i3c_tx_fifo_push() local
130 num_to_push = fifo8_num_free(&i3c->tx_fifo); in remote_i3c_tx_fifo_push()
134 *num_sent = num_to_push; in remote_i3c_tx_fifo_push()
135 for (uint32_t i = 0; i < num_to_push; i++) { in remote_i3c_tx_fifo_push()