Searched refs:pl011_get_fifo_depth (Results 1 – 1 of 1) sorted by relevance
153 static inline unsigned pl011_get_fifo_depth(PL011State *s) in pl011_get_fifo_depth() function182 pipe_depth = pl011_get_fifo_depth(s); in pl011_fifo_rx_put()255 s->read_pos = (s->read_pos + 1) & (pl011_get_fifo_depth(s) - 1); in pl011_read_rxdata()490 r = s->read_count < pl011_get_fifo_depth(s); in pl011_can_receive()