Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/ath25/
A Dearly_printk.c24 static inline unsigned char prom_uart_rr(void __iomem *base, unsigned reg) in prom_uart_rr() function
40 while ((prom_uart_rr(base, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
43 while ((prom_uart_rr(base, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()

Completed in 3 milliseconds