Home
last modified time | relevance | path

Searched refs:sbi_debug_console_read (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/tty/hvc/
H A Dhvc_riscv_sbi.c55 return sbi_debug_console_read(buf, count); in hvc_sbi_dbcn_tty_get()
/linux/arch/riscv/include/asm/
H A Dsbi.h520 int sbi_debug_console_read(char *bytes, unsigned int num_bytes);
/linux/arch/riscv/kernel/
H A Dsbi.c550 int sbi_debug_console_read(char *bytes, unsigned int num_bytes) in sbi_debug_console_read() function