Home
last modified time | relevance | path

Searched refs:arg3 (Results 1 – 10 of 10) sorted by relevance

/u-boot/drivers/firmware/
A Dfirmware-zynqmp.c155 u32 arg3, u32 *ret_payload) in xilinx_pm_request() argument
166 u32 regs[] = {api_id, arg0, arg1, arg2, arg3}; in xilinx_pm_request()
189 regs.regs[2] = ((u64)arg3 << 32) | arg2; in xilinx_pm_request()
/u-boot/arch/riscv/lib/
A Dsbi.c16 unsigned long arg3, unsigned long arg4, in sbi_ecall() argument
24 register uintptr_t a3 asm ("a3") = (uintptr_t)(arg3); in sbi_ecall()
/u-boot/board/kontron/sl28/
A Dspl_atf.c49 node->ep_info->args.arg3 = (uintptr_t)&dram_regions_info; in bl2_plat_get_bl31_params_v2()
/u-boot/include/
A Dzynqmp_firmware.h109 u32 arg3, u32 *ret_payload);
A Datf_common.h85 unsigned long arg3; member
A Dspl.h684 void spl_optee_entry(void *arg0, void *arg1, void *arg2, void *arg3);
/u-boot/arch/riscv/include/asm/
A Dsbi.h99 unsigned long arg3, unsigned long arg4,
/u-boot/arch/mips/mach-octeon/
A Dbootoctlinux.c366 u64 arg3; in do_bootoctlinux() local
539 arg3 = XKPHYS | virt_to_phys(&boot_desc[core]); in do_bootoctlinux()
573 nmi_handler_para[4] = arg3; in do_bootoctlinux()
623 kernel(arg0, arg1, arg2, arg3); in do_bootoctlinux()
/u-boot/common/spl/
A Dspl_atf.c76 bl32_ep_info->args.arg3 = fdt_addr; in bl2_plat_get_bl31_params_default()
150 bl_params_node->ep_info->args.arg3 = fdt_addr; in bl2_plat_get_bl31_params_v2_default()
/u-boot/drivers/clk/
A Dclk_versal.c110 u32 arg3; member
124 regs.regs[2] = ((u64)qdata.arg3 << 32) | qdata.arg2; in versal_pm_query()

Completed in 14 milliseconds