Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dmvebu_uart.h34 struct mvebu_uart_data { struct
39 void mvebu_uart_init(struct mvebu_uart_data *pd, paddr_t pbase, argument
/optee_os/core/drivers/
H A Dmvebu_uart.c59 struct mvebu_uart_data *pd = in chip_to_base()
60 container_of(chip, struct mvebu_uart_data, chip); in chip_to_base()
118 void mvebu_uart_init(struct mvebu_uart_data *pd, paddr_t pbase, in mvebu_uart_init()
/optee_os/core/arch/arm/plat-marvell/
H A Dmain.c56 static struct mvebu_uart_data console_data;