Home
last modified time | relevance | path

Searched defs:numptr (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dfifo8.c81 uint32_t skip, uint32_t *numptr, in fifo8_peekpop_bufptr()
104 const uint8_t *fifo8_peek_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr) in fifo8_peek_bufptr()
109 const uint8_t *fifo8_pop_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr) in fifo8_pop_bufptr()
/openbmc/qemu/hw/char/
H A Dsifive_uart.c75 uint32_t numptr = 0; in sifive_uart_xmit() local