Searched refs:fifo8_peek_bufptr (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-fifo.c | 118 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 D | fifo8.h | 157 const uint8_t *fifo8_peek_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr);
|
/openbmc/qemu/util/ |
H A D | fifo8.c | 104 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 D | sifive_uart.c | 88 characters = fifo8_peek_bufptr(&s->tx_fifo, in sifive_uart_xmit()
|
/openbmc/qemu/hw/scsi/ |
H A D | esp.c | 459 pbuf = fifo8_peek_bufptr(&s->cmdfifo, len, &n); in esp_cdb_ready()
|