Searched refs:SUN3X_P_PUTCHAR (Results 1 – 2 of 2) sorted by relevance
/arch/m68k/include/asm/ | ||
D | sun3xprom.h | 32 #define SUN3X_P_PUTCHAR (SUN3X_PROM_BASE + 24) macro |
/arch/m68k/sun3x/ | ||
D | prom.c | 99 sun3x_putchar = *(void (**)(int)) (SUN3X_P_PUTCHAR); in sun3x_prom_init() |