Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dmvebu_uart.c80 static bool mvebu_uart_have_rx_data(struct serial_chip *chip) in mvebu_uart_have_rx_data() function
91 while (!mvebu_uart_have_rx_data(chip)) in mvebu_uart_getchar()
113 .have_rx_data = mvebu_uart_have_rx_data,