Home
last modified time | relevance | path

Searched refs:pl011_is_fifo_enabled (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/char/
H A Dpl011.c135 static bool pl011_is_fifo_enabled(PL011State *s) in pl011_is_fifo_enabled() function
143 return pl011_is_fifo_enabled(s) ? PL011_FIFO_DEPTH : 1; in pl011_get_fifo_depth()
523 if (!pl011_is_fifo_enabled(s) && s->read_count > 0 && s->read_pos > 0) { in pl011_post_load()