Home
last modified time | relevance | path

Searched refs:sifive_uart_have_rx_data (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/
H A Dsifive_uart.c43 static bool sifive_uart_have_rx_data(struct serial_chip *chip) in sifive_uart_have_rx_data() function
54 while (!sifive_uart_have_rx_data(chip)) { in sifive_uart_getchar()
74 .have_rx_data = sifive_uart_have_rx_data,