Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_decomp.c35 #define UART_FIFO_EMPTY (BIT(6) | BIT(5)) macro
66 while (!(__arch_getl(base + UART_LSR) & UART_FIFO_EMPTY)) in put_char()