Searched refs:prom_putchar_wait (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/mips/ath79/ |
D | early_printk.c | 24 static inline void prom_putchar_wait(void __iomem *reg, u32 mask, u32 val) in prom_putchar_wait() function 41 prom_putchar_wait(base + UART_LSR * 4, BOTH_EMPTY, BOTH_EMPTY); in prom_putchar_ar71xx() 43 prom_putchar_wait(base + UART_LSR * 4, BOTH_EMPTY, BOTH_EMPTY); in prom_putchar_ar71xx() 50 prom_putchar_wait(base + AR933X_UART_DATA_REG, AR933X_UART_DATA_TX_CSR, in prom_putchar_ar933x() 54 prom_putchar_wait(base + AR933X_UART_DATA_REG, AR933X_UART_DATA_TX_CSR, in prom_putchar_ar933x()
|