Searched refs:pl011_get_fifo_depth (Results 1 – 1 of 1) sorted by relevance
146 static inline unsigned pl011_get_fifo_depth(PL011State *s) in pl011_get_fifo_depth() function175 s->read_pos = (s->read_pos + 1) & (pl011_get_fifo_depth(s) - 1); in pl011_read()438 r = s->read_count < pl011_get_fifo_depth(s); in pl011_can_receive()449 pipe_depth = pl011_get_fifo_depth(s); in pl011_put_fifo()