Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 25) sorted by relevance

/tf-a-ffa_el3_spmc/plat/arm/board/corstone700/common/drivers/mhu/
A Dmhu.c30 void mhu_secure_message_start(uintptr_t address, unsigned int slot_id) in mhu_secure_message_start()
62 void mhu_secure_message_send(uintptr_t address, in mhu_secure_message_send()
94 void mhu_secure_message_end(uintptr_t address, unsigned int slot_id) in mhu_secure_message_end()
/tf-a-ffa_el3_spmc/docs/design/
A Dreset-design.rst128 Determination of boot path
141 Platform initialization
/tf-a-ffa_el3_spmc/plat/marvell/armada/common/
A Dmarvell_pm.c24 void marvell_program_mailbox(uintptr_t address) in marvell_program_mailbox()
/tf-a-ffa_el3_spmc/plat/arm/common/
A Darm_pm.c183 void plat_arm_program_trusted_mailbox(uintptr_t address) in plat_arm_program_trusted_mailbox()
/tf-a-ffa_el3_spmc/plat/imx/common/sci/svc/pm/
A Dpm_rpc_clnt.c172 sc_faddr_t address) in sc_pm_set_cpu_resume_addr()
192 sc_bool_t isPrimary, sc_faddr_t address) in sc_pm_set_cpu_resume()
439 sc_faddr_t address) in sc_pm_cpu_start()
/tf-a-ffa_el3_spmc/plat/rpi/rpi4/
A Drpi4_pci_svc.c46 static uint64_t pci_segment_lib_get_base(uint32_t address, uint32_t offset) in pci_segment_lib_get_base()
/tf-a-ffa_el3_spmc/plat/st/common/
A Dstm32mp_common.c33 void stm32mp_save_boot_ctx_address(uintptr_t address) in stm32mp_save_boot_ctx_address()
/tf-a-ffa_el3_spmc/include/lib/libfdt/
A Dfdt.h32 fdt64_t address; member
/tf-a-ffa_el3_spmc/plat/renesas/common/
A Dplat_pm.c46 static void rcar_program_mailbox(uint64_t mpidr, uint64_t address) in rcar_program_mailbox()
/tf-a-ffa_el3_spmc/plat/xilinx/zynqmp/pm_service/
A Dpm_api_sys.c87 uintptr_t address) in pm_self_suspend()
146 uintptr_t address, in pm_req_wakeup()
495 enum pm_ret_status pm_mmio_write(uintptr_t address, in pm_mmio_write()
516 enum pm_ret_status pm_mmio_read(uintptr_t address, unsigned int *value) in pm_mmio_read()
1572 unsigned int address, in pm_register_access()
A Dpm_svc_main.c293 uint64_t address = (uint64_t)pm_arg[2] << 32; in pm_smc_handler() local
/tf-a-ffa_el3_spmc/drivers/st/clk/
A Dstm32mp1_clk.c1190 uintptr_t address = stm32mp_rcc_base() + offset; in stm32mp1_ls_osc_set() local
1202 uintptr_t address = stm32mp_rcc_base() + offset; in stm32mp1_hs_ocs_set() local
1211 uintptr_t address = stm32mp_rcc_base() + offset; in stm32mp1_osc_wait() local
1324 uintptr_t address = rcc_base + RCC_OCRDYR; in stm32mp1_set_hsidiv() local
1605 static int stm32mp1_set_clkdiv(unsigned int clkdiv, uintptr_t address) in stm32mp1_set_clkdiv()
1649 uintptr_t address = stm32mp_rcc_base() + RCC_BDCR; in stm32mp1_set_rtcsrc() local
1711 uintptr_t address = stm32mp_rcc_base() + ((pkcs >> 4) & 0xFFFU); in stm32mp1_pkcs_config() local
/tf-a-ffa_el3_spmc/services/std_svc/spm/spmc/
A Dspmc_shared_mem.c344 uint64_t address, in spmc_ffa_mem_send()
465 uint64_t address, in spmc_ffa_mem_retrieve_req()
A Dspmc_shared_mem.h39 uint64_t address; member
/tf-a-ffa_el3_spmc/tools/sptool/
A Dsptool.c42 static unsigned int align_to(unsigned int address, unsigned int boundary) in align_to()
/tf-a-ffa_el3_spmc/drivers/brcm/
A Docotp.c154 uint32_t address = offset / priv->map->word_size; in bcm_otpc_read() local
/tf-a-ffa_el3_spmc/drivers/renesas/common/iic_dvfs/
A Diic_dvfs.c243 uint8_t address; in IIC_DVFS_FUNC() local
417 uint8_t address; in IIC_DVFS_FUNC() local
/tf-a-ffa_el3_spmc/plat/brcm/board/stingray/driver/
A Dusb_phy.c46 static int32_t pll_lock_check(uint32_t address, uint32_t bit) in pll_lock_check()
/tf-a-ffa_el3_spmc/services/std_svc/spmd/
A Dspmd_main.c441 bool spmd_check_address_in_binary_image(uint64_t address) in spmd_check_address_in_binary_image()
/tf-a-ffa_el3_spmc/drivers/arm/css/scp/
A Dcss_pm_scmi.c453 void plat_arm_program_trusted_mailbox(uintptr_t address) in plat_arm_program_trusted_mailbox()
/tf-a-ffa_el3_spmc/plat/xilinx/versal/pm_service/
A Dpm_api_sys.c127 uintptr_t address, uint32_t flag) in pm_self_suspend()
225 uintptr_t address, uint8_t ack, uint32_t flag) in pm_req_wakeup()
/tf-a-ffa_el3_spmc/lib/libfdt/
A Dfdt_rw.c155 int fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) in fdt_add_mem_rsv()
A Dfdt_ro.c175 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) in fdt_get_mem_rsv()
/tf-a-ffa_el3_spmc/bl32/tsp/
A Dffa_helpers.h149 void *address; member
/tf-a-ffa_el3_spmc/drivers/brcm/emmc/
A Demmc_chal_sd.c561 int32_t chal_sd_set_dma_addr(CHAL_HANDLE *sd_handle, uintptr_t address) in chal_sd_set_dma_addr()

Completed in 66 milliseconds