Home
last modified time | relevance | path

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

12

/trusted-firmware-a-latest/plat/arm/board/corstone700/common/drivers/mhu/
Dcorstone700_mhu.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()
/trusted-firmware-a-latest/docs/design/
Dreset-design.rst128 Determination of boot path
141 Platform initialization
/trusted-firmware-a-latest/plat/marvell/armada/common/
Dmarvell_pm.c24 void marvell_program_mailbox(uintptr_t address) in marvell_program_mailbox()
/trusted-firmware-a-latest/common/backtrace/
Dbacktrace.c40 static inline uintptr_t extract_address(uintptr_t address) in extract_address()
62 static bool is_address_readable(uintptr_t address) in is_address_readable()
/trusted-firmware-a-latest/plat/arm/common/
Darm_pm.c191 void plat_arm_program_trusted_mailbox(uintptr_t address) in plat_arm_program_trusted_mailbox()
/trusted-firmware-a-latest/plat/imx/common/sci/svc/pm/
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()
437 sc_faddr_t address) in sc_pm_cpu_start()
/trusted-firmware-a-latest/plat/mediatek/mt8195/drivers/apusys/
Dapupwr_clkctl.c44 uint32_t address; member
/trusted-firmware-a-latest/plat/nuvoton/npcm845x/
Dnpcm845x_bl31_setup.c290 void plat_arm_program_trusted_mailbox(uintptr_t address) in plat_arm_program_trusted_mailbox()
/trusted-firmware-a-latest/plat/rpi/rpi4/
Drpi4_pci_svc.c46 static uint64_t pci_segment_lib_get_base(uint32_t address, uint32_t offset) in pci_segment_lib_get_base()
/trusted-firmware-a-latest/plat/st/common/
Dstm32cubeprogrammer_usb.c23 uintptr_t address; member
Dstm32mp_dt.c205 int dt_match_instance_by_compatible(const char *compatible, uintptr_t address) in dt_match_instance_by_compatible()
/trusted-firmware-a-latest/plat/xilinx/zynqmp/pm_service/
Dzynqmp_pm_api_sys.c269 uintptr_t address) in pm_self_suspend()
331 uintptr_t address, in pm_req_wakeup()
554 enum pm_ret_status pm_mmio_write(uintptr_t address, in pm_mmio_write()
576 enum pm_ret_status pm_mmio_read(uintptr_t address, uint32_t *value) in pm_mmio_read()
1768 uint32_t address, in pm_register_access()
Dzynqmp_pm_svc_main.c319 uint64_t address = (uint64_t)pm_arg[2] << 32U; in pm_smc_handler() local
/trusted-firmware-a-latest/drivers/st/clk/
Dclk-stm32-core.c73 uintptr_t address; in clk_oscillator_set_bypass() local
95 uintptr_t address; in clk_oscillator_set_css() local
113 uintptr_t address; in clk_oscillator_set_drive() local
273 uintptr_t address = priv->base + mux->offset; in clk_mux_set_parent() local
762 uintptr_t address; in clk_stm32_set_div() local
796 uintptr_t address = priv->base + gate->offset; in _clk_stm32_gate_wait_ready() local
Dstm32mp1_clk.c1284 uintptr_t address = stm32mp_rcc_base() + offset; in stm32mp1_ls_osc_set() local
1296 uintptr_t address = stm32mp_rcc_base() + offset; in stm32mp1_hs_ocs_set() local
1305 uintptr_t address = stm32mp_rcc_base() + offset; in stm32mp1_osc_wait() local
1425 uintptr_t address = rcc_base + RCC_OCRDYR; in stm32mp1_set_hsidiv() local
1706 static int stm32mp1_set_clkdiv(unsigned int clkdiv, uintptr_t address) in stm32mp1_set_clkdiv()
1750 uintptr_t address = stm32mp_rcc_base() + RCC_BDCR; in stm32mp1_set_rtcsrc() local
1768 uintptr_t address = stm32mp_rcc_base() + ((pkcs >> 4) & 0xFFFU); in stm32mp1_pkcs_config() local
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mq/
Dimx8mq_bl31_setup.c38 static uint8_t mmio_read_8_ldrb(uintptr_t address) in mmio_read_8_ldrb()
/trusted-firmware-a-latest/include/lib/libfdt/
Dfdt.h32 fdt64_t address; member
/trusted-firmware-a-latest/plat/xilinx/common/pm_service/
Dpm_api_sys.c146 uintptr_t address, uint32_t flag) in pm_self_suspend()
248 uintptr_t address, uint8_t ack, uint32_t flag) in pm_req_wakeup()
/trusted-firmware-a-latest/lib/coreboot/
Dcoreboot_table.c113 void coreboot_get_table_location(uint64_t *address, uint32_t *size) in coreboot_get_table_location()
/trusted-firmware-a-latest/plat/renesas/common/
Dplat_pm.c45 static void rcar_program_mailbox(u_register_t mpidr, uintptr_t address) in rcar_program_mailbox()
/trusted-firmware-a-latest/services/std_svc/rmmd/
Drmmd_main.c418 static int gpt_to_gts_error(int error, uint32_t smc_fid, uint64_t address) in gpt_to_gts_error()
/trusted-firmware-a-latest/drivers/renesas/common/iic_dvfs/
Diic_dvfs.c243 uint8_t address; in IIC_DVFS_FUNC() local
417 uint8_t address; in IIC_DVFS_FUNC() local
/trusted-firmware-a-latest/drivers/brcm/
Docotp.c154 uint32_t address = offset / priv->map->word_size; in bcm_otpc_read() local
/trusted-firmware-a-latest/plat/brcm/board/stingray/driver/
Dusb_phy.c46 static int32_t pll_lock_check(uint32_t address, uint32_t bit) in pll_lock_check()
/trusted-firmware-a-latest/drivers/arm/css/scp/
Dcss_pm_scmi.c484 void plat_arm_program_trusted_mailbox(uintptr_t address) in plat_arm_program_trusted_mailbox()

12