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

/linux-master/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);
29 while (cfe_write(cfe_cons_handle, "\r", 1) <= 0)
35 written = cfe_write(cfe_cons_handle, &str[last], count-last);
H A Dcfe.c38 int cfe_cons_handle; variable
259 cfe_cons_handle = cfe_getstdhandle(CFE_STDHANDLE_CONSOLE);
307 while ((ret = cfe_write(cfe_cons_handle, &c, 1)) == 0)

Completed in 150 milliseconds