Searched refs:cfe_cons_handle (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/sibyte/common/ |
H A D | cfe_console.c | 11 extern int cfe_cons_handle; 24 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 D | cfe.c | 44 int cfe_cons_handle; variable 275 cfe_cons_handle = cfe_getstdhandle(CFE_STDHANDLE_CONSOLE); in prom_init() 328 while ((ret = cfe_write(cfe_cons_handle, &c, 1)) == 0) in prom_putchar()
|
/kernel/linux/linux-6.6/arch/mips/sibyte/common/ |
H A D | cfe_console.c | 11 extern int cfe_cons_handle; 24 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 D | cfe.c | 38 int cfe_cons_handle; variable 259 cfe_cons_handle = cfe_getstdhandle(CFE_STDHANDLE_CONSOLE); in prom_init() 307 while ((ret = cfe_write(cfe_cons_handle, &c, 1)) == 0) in prom_putchar()
|
Completed in 2 milliseconds