Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dpl011.c447 unsigned pipe_depth; in pl011_put_fifo() local
449 pipe_depth = pl011_get_fifo_depth(s); in pl011_put_fifo()
450 slot = (s->read_pos + s->read_count) & (pipe_depth - 1); in pl011_put_fifo()
455 if (s->read_count == pipe_depth) { in pl011_put_fifo()