Home
last modified time | relevance | path

Searched refs:ns16550_data (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/drivers/
H A Dns16550.c50 struct ns16550_data **pd) in chip_to_base_and_data()
52 *pd = container_of(chip, struct ns16550_data, chip); in chip_to_base_and_data()
59 struct ns16550_data *pd = NULL; in ns16550_flush()
69 struct ns16550_data *pd = NULL; in ns16550_putc()
80 struct ns16550_data *pd = NULL; in ns16550_have_rx_data()
89 struct ns16550_data *pd = NULL; in ns16550_getchar()
109 void ns16550_init(struct ns16550_data *pd, paddr_t base, uint8_t io_width, in ns16550_init()
/optee_os/core/include/drivers/
H A Dns16550.h41 struct ns16550_data { struct
64 void ns16550_init(struct ns16550_data *pd, paddr_t base, uint8_t io_width, argument
/optee_os/core/arch/riscv/plat-virt/
H A Dmain.c16 static struct ns16550_data console_data __nex_bss;
/optee_os/core/arch/arm/plat-rzn1/
H A Dmain.c31 static struct ns16550_data console_data;
/optee_os/core/arch/arm/plat-nuvoton/
H A Dmain.c32 static struct ns16550_data console_data __nex_bss;
/optee_os/core/arch/arm/plat-ls/
H A Dmain.c56 static struct ns16550_data console_data;