Home
last modified time | relevance | path

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

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