Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-fifo.c118 buf = fifo8_peek_bufptr(&fifo, 2, &count); in test_fifo8_peek_bufptr_wrap()
141 buf = fifo8_peek_bufptr(&fifo, 8, &count); in test_fifo8_peek_bufptr_wrap()
173 buf = fifo8_peek_bufptr(&fifo, 2, &count); in test_fifo8_peek_bufptr()
/openbmc/qemu/include/qemu/
H A Dfifo8.h157 const uint8_t *fifo8_peek_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr);
/openbmc/qemu/util/
H A Dfifo8.c104 const uint8_t *fifo8_peek_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr) in fifo8_peek_bufptr() function
/openbmc/qemu/hw/char/
H A Dsifive_uart.c88 characters = fifo8_peek_bufptr(&s->tx_fifo, in sifive_uart_xmit()
/openbmc/qemu/hw/scsi/
H A Desp.c459 pbuf = fifo8_peek_bufptr(&s->cmdfifo, len, &n); in esp_cdb_ready()