Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/dec/prom/
Dinit.c31 int (*__prom_printf)(char *, ...); variable
67 __prom_printf = in which_prom()
79 __prom_printf = (void *)PMAX_PROM_PRINTF; in which_prom()
/linux-2.6.39/arch/mips/include/asm/dec/
Dprom.h99 extern int (*__prom_printf)(char *, ...);
140 #define prom_printf(x...) _prom_printf(__prom_printf, x)
157 #define prom_printf __prom_printf