Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dbtext.h21 extern void btext_drawtext(const char *c, unsigned int len);
/linux-3.4.99/arch/sparc/kernel/
Dbtext.c187 static void btext_drawtext(const char *c, unsigned int len) in btext_drawtext() function
299 btext_drawtext(s, n); in btext_console_write()
/linux-3.4.99/arch/powerpc/kernel/
Dbtext.c435 void btext_drawtext(const char *c, unsigned int len) in btext_drawtext() function
/linux-3.4.99/arch/powerpc/platforms/powermac/
Dbootx_init.c59 btext_drawtext(p, q - p); in bootx_printf()