Home
last modified time | relevance | path

Searched defs:read_fifo (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/char/
H A Dbcm2835_aux.h30 uint8_t read_fifo[BCM2835_AUX_RX_FIFO_LEN]; member
H A Dpl011.h42 uint32_t read_fifo[PL011_FIFO_DEPTH]; member
/qemu/tests/qtest/libqos/
H A Dsdhci-cmd.c21 static ssize_t read_fifo(QTestState *qts, uint64_t reg, char *msg, size_t count) in read_fifo() function
/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs90 pub read_fifo: Fifo, field