| /optee_os/core/drivers/nvmem/ |
| H A D | nvmem.c | 13 if (fdt_reg_info(fdt, nodeoffset, &cell->offset, &cell->len)) in nvmem_cell_parse_dt()
|
| /optee_os/core/include/kernel/ |
| H A D | dt.h | 186 int fdt_reg_info(const void *fdt, int offs, paddr_t *base, size_t *size); 368 static inline int fdt_reg_info(const void *fdt __unused, int offs __unused, in fdt_reg_info() function
|
| /optee_os/core/drivers/crypto/caam/hal/common/ |
| H A D | hal_cfg_dt.c | 72 if (fdt_reg_info(fdt, node, &pctrl_base, &size)) { in caam_hal_cfg_get_ctrl_dt()
|
| /optee_os/core/kernel/ |
| H A D | dt.c | 115 if (fdt_reg_info(fdt, offs, &pbase, &sz)) in dt_map_dev() 250 int fdt_reg_info(const void *fdt, int offs, paddr_t *base, size_t *size) in fdt_reg_info() function 259 if (fdt_reg_info(fdt, offs, &base, NULL)) in fdt_reg_base_address() 269 if (fdt_reg_info(fdt, offs, NULL, &size)) in fdt_reg_size() 320 fdt_reg_info(fdt, offs, &dinfo.reg, &dinfo.reg_size); in fdt_fill_device_info()
|
| /optee_os/core/drivers/ |
| H A D | aplic_priv.c | 39 rc = fdt_reg_info(fdt, nodeoff, ®_addr, ®_size); in aplic_parse_fdt_node()
|
| H A D | cbmem_console.c | 160 if (fdt_reg_info(fdt, offset, &cb_addr, &cb_size)) in cbmem_console_init_from_dt()
|
| H A D | stm32_bsec.c | 745 if (fdt_reg_info(fdt, bsec_subnode, ®_offset, ®_size)) in bsec_dt_otp_nsec_access() 852 if (fdt_reg_info(fdt, node, ®_offset, ®_length)) { in save_dt_nvmem_layout()
|
| H A D | stm32_omm.c | 162 if (fdt_reg_info(fdt, pnode, ®ion->start, &size) < 0) in stm32_omm_parse_fdt()
|
| H A D | imsic.c | 262 rc = fdt_reg_info(fdt, nodeoff, ®_addr, ®_size); in imisc_parse_fdt_node()
|
| H A D | stm32_exti.c | 762 if (fdt_reg_info(fdt, node, &base.pa, ®_size)) in stm32_exti_probe()
|
| H A D | stm32_rtc.c | 418 if (fdt_reg_info(fdt, node, &rtc_dev.base.pa, ®_size)) in parse_dt()
|
| H A D | stm32_gpio.c | 1229 if (fdt_reg_info(fdt, node, &pa, &blen)) in dt_stm32_gpio_bank()
|
| H A D | stm32_tamp.c | 2037 if (fdt_reg_info(fdt, node, &pdata->base.pa, ®_size)) in stm32_tamp_parse_fdt()
|
| /optee_os/core/arch/arm/plat-ls/ |
| H A D | main.c | 149 if (fdt_reg_info(fdt, gic_offset, &paddr, &size)) { in get_gic_base_addr_from_dt()
|
| /optee_os/core/drivers/counter/ |
| H A D | stm32_stgen.c | 179 if (fdt_reg_info(fdt, node, &base.pa, ®_size)) in parse_dt()
|
| /optee_os/core/drivers/amd/ |
| H A D | ps_gpio_driver.c | 212 if (fdt_reg_info(fdt, node, &base, &len) != 0) { in amd_ps_gpio_probe()
|
| /optee_os/core/drivers/regulator/ |
| H A D | stm32_vrefbuf.c | 346 if (fdt_reg_info(fdt, node, ®_base, ®_size)) in stm32_vrefbuf_regulator_probe()
|
| /optee_os/core/drivers/remoteproc/ |
| H A D | stm32_remoteproc.c | 302 if (fdt_reg_info(fdt, pnode, ®ions[i].addr, in stm32_rproc_parse_mems()
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_risaf.c | 783 if (fdt_reg_info(fdt, pnode, ®ions[i].addr, in stm32_risaf_probe()
|
| H A D | stm32_rifsc.c | 493 if (fdt_reg_info(fdt, node, &base.pa, ®_size)) in stm32_rifsc_parse_fdt()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_hash.c | 811 res = fdt_reg_info(fdt, node, ®, ®_size); in stm32_hash_parse_fdt()
|
| H A D | stm32_saes.c | 1369 if (fdt_reg_info(fdt, node, ®, ®_size)) in stm32_saes_parse_fdt()
|
| H A D | stm32_pka.c | 1653 if (fdt_reg_info(fdt, node, ®, ®_size)) in stm32_pka_parse_fdt()
|
| /optee_os/core/mm/ |
| H A D | core_mmu.c | 359 if (fdt_reg_info(fdt, node, &tmp_addr, &tmp_size)) { in dtb_get_sdp_region()
|