Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dscif.h37 struct scif_uart_data { struct
42 void scif_uart_init(struct scif_uart_data *pd, paddr_t base); argument
/optee_os/core/drivers/
H A Dscif.c50 struct scif_uart_data *pd = in chip_to_base()
51 container_of(chip, struct scif_uart_data, chip); in chip_to_base()
82 void scif_uart_init(struct scif_uart_data *pd, paddr_t pbase) in scif_uart_init()
/optee_os/core/arch/arm/plat-rzg/
H A Dmain.c29 static struct scif_uart_data console_data __nex_bss;
/optee_os/core/arch/arm/plat-rcar/
H A Dmain.c62 static struct scif_uart_data console_data __nex_bss;