Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/plat-spike/drivers/
H A Dhtif.h23 void htif_console_init(struct htif_console_data *pd, paddr_t pbase);
H A Dhtif.c73 void htif_console_init(struct htif_console_data *pd, paddr_t pbase) in htif_console_init() function
/optee_os/core/arch/riscv/plat-spike/
H A Dmain.c19 htif_console_init(&console_data, HTIF_BASE); in plat_console_init()