Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/dec/prom/
H A Dinit.c33 int (*__prom_printf)(char *, ...); variable
69 __prom_printf = in which_prom()
81 __prom_printf = (void *)PMAX_PROM_PRINTF; in which_prom()
/openbmc/linux/arch/mips/include/asm/dec/
H A Dprom.h90 extern int (*__prom_printf)(char *, ...);
131 #define prom_printf(x...) _prom_printf(__prom_printf, NULL, x)
148 #define prom_printf __prom_printf