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

/linux-4.4.14/arch/mips/dec/prom/
H A Dinit.c30 int (*__prom_getchar)(void); variable
60 __prom_getchar = which_prom()
78 __prom_getchar = (void *)PMAX_PROM_GETCHAR; which_prom()
/linux-4.4.14/arch/mips/include/asm/dec/
H A Dprom.h97 extern int (*__prom_getchar)(void);
138 #define prom_getchar() _prom_getchar(__prom_getchar, NULL)
155 #define prom_getchar __prom_getchar

Completed in 284 milliseconds