Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/char/
H A Dpl011.h29 #define PL011_FIFO_DEPTH 16 macro
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs33 pub const PL011_FIFO_DEPTH: usize = 16_usize; constant