Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpl330.c357 static inline int pl330_fifo_num_free(PL330Fifo *s) in pl330_fifo_num_free() function
1183 if (q != NULL && q->len <= pl330_fifo_num_free(&s->fifo)) { in pl330_exec_cycle()