Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/ath25/
H 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()