Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i3c/
H A Daspeed_i3c.c821 fifo32_push(&s->ibi_queue, s->ibi_data.ibi_queue_status); in aspeed_i3c_device_ibi_queue_push()
843 fifo32_push(&s->ibi_queue, s->ibi_data.ibi_queue_status); in aspeed_i3c_device_ibi_queue_push()
853 fifo32_push(&s->ibi_queue, ibi_data.val32); in aspeed_i3c_device_ibi_queue_push()
859 fifo32_push(&s->ibi_queue, ibi_data.val32); in aspeed_i3c_device_ibi_queue_push()
868 fifo32_num_used(&s->ibi_queue)); in aspeed_i3c_device_ibi_queue_push()
874 if (fifo32_num_used(&s->ibi_queue) >= threshold) { in aspeed_i3c_device_ibi_queue_push()
971 fifo32_reset(&s->ibi_queue); in aspeed_i3c_device_ibi_queue_reset()
1070 if (fifo32_is_empty(&s->ibi_queue)) { in aspeed_i3c_device_ibi_queue_r()
1074 uint32_t val = fifo32_pop(&s->ibi_queue); in aspeed_i3c_device_ibi_queue_r()
1076 fifo32_num_used(&s->ibi_queue)); in aspeed_i3c_device_ibi_queue_r()
[all …]
/openbmc/qemu/include/hw/i3c/
H A Daspeed_i3c.h186 Fifo32 ibi_queue; member