Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/dec/prom/
H A Dinit.c31 int (*__prom_getchar)(void); variable
61 __prom_getchar = in which_prom()
79 __prom_getchar = (void *)PMAX_PROM_GETCHAR; in which_prom()
/openbmc/linux/arch/mips/include/asm/dec/
H A Dprom.h88 extern int (*__prom_getchar)(void);
129 #define prom_getchar() _prom_getchar(__prom_getchar, NULL)
146 #define prom_getchar __prom_getchar