Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/plat-spike/drivers/
H A Dhtif.h16 struct htif_console_data { struct
23 void htif_console_init(struct htif_console_data *pd, paddr_t pbase); argument
H A Dhtif.c33 struct htif_console_data *pd = in chip_to_base()
34 container_of(chip, struct htif_console_data, chip); in chip_to_base()
73 void htif_console_init(struct htif_console_data *pd, paddr_t pbase) in htif_console_init()
/optee_os/core/arch/riscv/plat-spike/
H A Dmain.c14 static struct htif_console_data console_data __nex_bss;