Home
last modified time | relevance | path

Searched refs:pbase (Results 1 – 15 of 15) sorted by relevance

/optee_os/core/drivers/
H A Dpl011.c156 void pl011_init(struct pl011_data *pd, paddr_t pbase, uint32_t uart_clk, in pl011_init() argument
161 pd->base.pa = pbase; in pl011_init()
206 paddr_t pbase; in pl011_dev_init() local
220 pbase = virt_to_phys((void *)vbase); in pl011_dev_init()
221 pl011_init(pd, pbase, 0, 0); in pl011_dev_init()
H A Dimx_lpuart.c89 paddr_t pbase = 0; in imx_lpuart_dev_init() local
98 pbase = virt_to_phys((void *)vbase); in imx_lpuart_dev_init()
99 imx_uart_init(pd, pbase); in imx_lpuart_dev_init()
H A Dserial8250_uart.c123 paddr_t pbase; in serial8250_uart_dev_init() local
137 pbase = virt_to_phys((void *)vbase); in serial8250_uart_dev_init()
138 serial8250_uart_init(pd, pbase, 0, 0); in serial8250_uart_dev_init()
H A Dscif.c82 void scif_uart_init(struct scif_uart_data *pd, paddr_t pbase) in scif_uart_init() argument
86 pd->base.pa = pbase; in scif_uart_init()
H A Dimx_uart.c162 paddr_t pbase = 0; in imx_uart_dev_init() local
171 pbase = virt_to_phys((void *)vbase); in imx_uart_dev_init()
172 imx_uart_init(pd, pbase); in imx_uart_dev_init()
H A Dmvebu_uart.c118 void mvebu_uart_init(struct mvebu_uart_data *pd, paddr_t pbase, in mvebu_uart_init() argument
124 pd->base.pa = pbase; in mvebu_uart_init()
H A Dstm32_i2c.c706 init->pbase = info.reg; in stm32_i2c_get_setup_from_fdt()
1765 i2c_handle_p->base.pa = init_data.pbase; in stm32_i2c_probe()
/optee_os/core/arch/riscv/plat-spike/drivers/
H A Dhtif.c73 void htif_console_init(struct htif_console_data *pd, paddr_t pbase) in htif_console_init() argument
75 pd->base.pa = pbase; in htif_console_init()
H A Dhtif.h23 void htif_console_init(struct htif_console_data *pd, paddr_t pbase);
/optee_os/core/arch/arm/plat-sam/
H A Dmatrix.c131 paddr_t pbase = 0; in matrix_dt_get_id() local
134 pbase = fdt_reg_base_address(fdt, node); in matrix_dt_get_id()
135 if (pbase == DT_INFO_INVALID_REG) in matrix_dt_get_id()
140 if (p && p->addr == pbase) { in matrix_dt_get_id()
/optee_os/core/include/drivers/
H A Dmvebu_uart.h39 void mvebu_uart_init(struct mvebu_uart_data *pd, paddr_t pbase,
H A Dpl011.h18 void pl011_init(struct pl011_data *pd, paddr_t pbase, uint32_t uart_clk,
H A Dstm32_i2c.h53 paddr_t pbase; member
/optee_os/core/drivers/imx/dcp/
H A Ddcp.c718 paddr_t pbase = 0; in dcp_init() local
725 ret = dcp_pbase(&pbase); in dcp_init()
727 pbase = DCP_BASE; in dcp_init()
729 dcp_base = core_mmu_get_va(pbase, MEM_AREA_IO_SEC, DCP_CONTEXT + in dcp_init()
/optee_os/core/kernel/
H A Ddt.c104 paddr_t pbase; in dt_map_dev() local
115 if (fdt_reg_info(fdt, offs, &pbase, &sz)) in dt_map_dev()
137 vbase = (vaddr_t)core_mmu_add_mapping(mtype, pbase, sz); in dt_map_dev()
140 (size_t)sz, pbase); in dt_map_dev()