Home
last modified time | relevance | path

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

/arch/mips/sibyte/common/
Dcfe_console.c23 written = cfe_write(cfe_cons_handle, &str[last], i-last); in cfe_console_write()
28 while (cfe_write(cfe_cons_handle, "\r", 1) <= 0) in cfe_console_write()
34 written = cfe_write(cfe_cons_handle, &str[last], count-last); in cfe_console_write()
Dcfe.c342 while ((ret = cfe_write(cfe_cons_handle, &c, 1)) == 0) in prom_putchar()
/arch/mips/include/asm/fw/cfe/
Dcfe_api.h118 int cfe_write(int handle, const char *buffer, int length);
/arch/mips/fw/cfe/
Dcfe_api.c409 int cfe_write(int handle, const char *buffer, int length) in cfe_write() function