Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Drk_fiq_debugger.c52 #define UART_USR_TX_FIFO_NOT_FULL 0x02 /* Transmit FIFO not full */ macro
205 while (!(rk_fiq_read(t, UART_USR) & UART_USR_TX_FIFO_NOT_FULL) && count--) in debug_putc()
255 while (!(rk_fiq_read(t, UART_USR) & UART_USR_TX_FIFO_NOT_FULL) && in console_putc()