Searched refs:pipe_depth (Results 1 – 1 of 1) sorted by relevance
180 unsigned pipe_depth; in pl011_fifo_rx_put() local182 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()