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

/linux-4.4.14/arch/mips/dec/prom/
H A Dinit.c32 int (*__prom_printf)(char *, ...); variable
68 __prom_printf = which_prom()
80 __prom_printf = (void *)PMAX_PROM_PRINTF; which_prom()
/linux-4.4.14/arch/mips/include/asm/dec/
H A Dprom.h99 extern int (*__prom_printf)(char *, ...);
140 #define prom_printf(x...) _prom_printf(__prom_printf, NULL, x)
157 #define prom_printf __prom_printf

Completed in 58 milliseconds