Searched refs:PL011_FIFO_DEPTH (Results 1 – 3 of 3) sorted by relevance
29 #define PL011_FIFO_DEPTH 16 macro42 uint32_t read_fifo[PL011_FIFO_DEPTH];
43 pub const PL011_FIFO_DEPTH: u32 = 16; constant60 pub struct Fifo([registers::Data; PL011_FIFO_DEPTH as usize]);448 return PL011_FIFO_DEPTH; in fifo_depth()
157 return pl011_is_fifo_enabled(s) ? PL011_FIFO_DEPTH : 1; in pl011_get_fifo_depth()605 VMSTATE_UINT32_ARRAY(read_fifo, PL011State, PL011_FIFO_DEPTH),