Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/fw/sni/
Dsniprom.c36 #define ___prom_putchar ((int *(*)(int))PROM_ENTRY(PROM_PUTCHAR)) macro
55 #define _prom_putchar(x) __prom_putchar(___prom_putchar, O32_STK, x)
61 #define _prom_putchar(x) ___prom_putchar(x)