Searched refs:prom_putchar_wait (Results 1 – 1 of 1) sorted by relevance
/arch/mips/ath79/ |
D | early_printk.c | 21 static inline void prom_putchar_wait(void __iomem *reg, u32 mask, u32 val) in prom_putchar_wait() function 38 prom_putchar_wait(base + UART_LSR * 4, BOTH_EMPTY, BOTH_EMPTY); in prom_putchar_ar71xx() 40 prom_putchar_wait(base + UART_LSR * 4, BOTH_EMPTY, BOTH_EMPTY); in prom_putchar_ar71xx() 47 prom_putchar_wait(base + AR933X_UART_DATA_REG, AR933X_UART_DATA_TX_CSR, in prom_putchar_ar933x() 51 prom_putchar_wait(base + AR933X_UART_DATA_REG, AR933X_UART_DATA_TX_CSR, in prom_putchar_ar933x()
|