Home
last modified time | relevance | path

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

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