Home
last modified time | relevance | path

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

/arch/mips/sibyte/cfe/
Dconsole.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()
Dsetup.c348 while ((ret = cfe_write(cfe_cons_handle, &c, 1)) == 0) in prom_putchar()
/arch/mips/bcm47xx/
Dprom.c43 while (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, unsigned char *buffer, int length);
/arch/mips/fw/cfe/
Dcfe_api.c409 int cfe_write(int handle, unsigned char *buffer, int length) in cfe_write() function