Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/ath79/
H A Dearly_printk.c20 static void (*_prom_putchar)(char); variable
122 _prom_putchar = prom_putchar_ar71xx; in prom_putchar_init()
127 _prom_putchar = prom_putchar_ar933x; in prom_putchar_init()
131 _prom_putchar = prom_putchar_dummy; in prom_putchar_init()
140 if (!_prom_putchar) in prom_putchar()
143 _prom_putchar(ch); in prom_putchar()
/openbmc/linux/arch/mips/fw/sni/
H A Dsniprom.c57 #define _prom_putchar(x) __prom_putchar(___prom_putchar, O32_STK, x) macro
63 #define _prom_putchar(x) ___prom_putchar(x) macro
71 _prom_putchar(c); in prom_putchar()