| /optee_os/core/drivers/ |
| H A D | pl011.c | 156 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 D | imx_lpuart.c | 89 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 D | serial8250_uart.c | 123 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 D | scif.c | 82 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 D | imx_uart.c | 162 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 D | mvebu_uart.c | 118 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 D | stm32_i2c.c | 706 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 D | htif.c | 73 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 D | htif.h | 23 void htif_console_init(struct htif_console_data *pd, paddr_t pbase);
|
| /optee_os/core/arch/arm/plat-sam/ |
| H A D | matrix.c | 131 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 D | mvebu_uart.h | 39 void mvebu_uart_init(struct mvebu_uart_data *pd, paddr_t pbase,
|
| H A D | pl011.h | 18 void pl011_init(struct pl011_data *pd, paddr_t pbase, uint32_t uart_clk,
|
| H A D | stm32_i2c.h | 53 paddr_t pbase; member
|
| /optee_os/core/drivers/imx/dcp/ |
| H A D | dcp.c | 718 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 D | dt.c | 104 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()
|