Searched refs:SUN3X_P_GETCHAR (Results 1 – 2 of 2) sorted by relevance
/arch/m68k/include/asm/ | ||
D | sun3xprom.h | 31 #define SUN3X_P_GETCHAR (SUN3X_PROM_BASE + 20) macro |
/arch/m68k/sun3x/ | ||
D | prom.c | 100 sun3x_getchar = *(int (**)(void)) (SUN3X_P_GETCHAR); in sun3x_prom_init() |