Searched refs:cfe_write (Results 1 – 4 of 4) sorted by relevance
/arch/mips/sibyte/common/ |
D | cfe_console.c | 23 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()
|
D | cfe.c | 342 while ((ret = cfe_write(cfe_cons_handle, &c, 1)) == 0) in prom_putchar()
|
/arch/mips/include/asm/fw/cfe/ |
D | cfe_api.h | 118 int cfe_write(int handle, const char *buffer, int length);
|
/arch/mips/fw/cfe/ |
D | cfe_api.c | 409 int cfe_write(int handle, const char *buffer, int length) in cfe_write() function
|