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.c180 unsigned pipe_depth; in pl011_fifo_rx_put() local
182 pipe_depth = pl011_get_fifo_depth(s); in pl011_fifo_rx_put()
183 slot = (s->read_pos + s->read_count) & (pipe_depth - 1); in pl011_fifo_rx_put()
188 if (s->read_count == pipe_depth) { in pl011_fifo_rx_put()