Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sibyte/common/
H A Dcfe_console.c24 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.c307 while ((ret = cfe_write(cfe_cons_handle, &c, 1)) == 0) in prom_putchar()
/openbmc/linux/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h102 int cfe_write(int handle, const char *buffer, int length);
/openbmc/linux/arch/mips/fw/cfe/
H A Dcfe_api.c396 int cfe_write(int handle, const char *buffer, int length) in cfe_write() function
467 cfe_write(handle, msg, strlen(msg)); in cfe_die()