Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sibyte/common/
H A Dcfe_console.c11 extern int cfe_cons_handle;
24 written = cfe_write(cfe_cons_handle, &str[last], i-last); in cfe_console_write()
29 while (cfe_write(cfe_cons_handle, "\r", 1) <= 0) in cfe_console_write()
35 written = cfe_write(cfe_cons_handle, &str[last], count-last); in cfe_console_write()
H A Dcfe.c38 int cfe_cons_handle; variable
259 cfe_cons_handle = cfe_getstdhandle(CFE_STDHANDLE_CONSOLE); in prom_init()
307 while ((ret = cfe_write(cfe_cons_handle, &c, 1)) == 0) in prom_putchar()