Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Drk_fiq_debugger.c87 static inline unsigned int rk_fiq_read_lsr(struct rk_fiq_debugger *t) in rk_fiq_read_lsr() function
165 lsr = rk_fiq_read_lsr(t); in debug_getc()
226 while (!(rk_fiq_read_lsr(t) & UART_LSR_TEMT) && count--) in debug_flush()
273 while (!(rk_fiq_read_lsr(t) & UART_LSR_TEMT) && count--) in console_flush()