Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-m68k/
Dsun3xprom.h32 #define SUN3X_P_PUTCHAR (SUN3X_PROM_BASE + 24) macro
/linux-2.4.37.9/arch/m68k/sun3x/
Dprom.c109 sun3x_putchar = *(void (**)(int)) (SUN3X_P_PUTCHAR); in sun3x_prom_init()