Searched refs:uart_b91_get_rx_bufcnt (Results 1 – 1 of 1) sorted by relevance
115 static inline uint8_t uart_b91_get_rx_bufcnt(volatile struct uart_b91_t *uart) in uart_b91_get_rx_bufcnt() function356 if (uart_b91_get_rx_bufcnt(uart) == 0) { in uart_b91_poll_in()389 if (uart_b91_get_rx_bufcnt(uart) != 0) { in uart_b91_fifo_fill()408 if (uart_b91_get_rx_bufcnt(uart) == 0) { in uart_b91_fifo_read()476 return (uart_b91_get_rx_bufcnt(uart) > 0) ? 1 : 0; in uart_b91_irq_rx_ready()