Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/sun3x/
H A Dprom.c21 void (*sun3x_putchar)(int); variable
79 sun3x_putchar('\r'); in sun3x_prom_write()
80 sun3x_putchar(*s++); in sun3x_prom_write()
97 sun3x_putchar = *(void (**)(int)) (SUN3X_P_PUTCHAR); in sun3x_prom_init()
/openbmc/linux/arch/m68k/include/asm/
H A Dsun3xprom.h7 extern void (*sun3x_putchar)(int);