Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 15 of 15) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drockchip_smccc.c28 unsigned long arg2) in __invoke_sip_fn_smc() argument
32 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_sip_fn_smc()
101 unsigned long arg2) in sip_smc_amp_cfg() argument
105 arm_smccc_smc(SIP_AMP_CFG, func, arg0, arg1, arg2, 0, 0, 0, &res); in sip_smc_amp_cfg()
111 unsigned long arg2) in sip_smc_dram() argument
113 return __invoke_sip_fn_smc(SIP_DRAM_CONFIG, arg0, arg1, arg2); in sip_smc_dram()
149 int sip_smc_hdcp_config(unsigned long func, unsigned long arg1, unsigned long arg2) in sip_smc_hdcp_config() argument
153 res = __invoke_sip_fn_smc(SIP_HDCP_CONFIG, func, arg1, arg2); in sip_smc_hdcp_config()
182 int sip_smc_mcu_config(unsigned long mcu_id, unsigned long func, unsigned long arg2) in sip_smc_mcu_config() argument
186 res = __invoke_sip_fn_smc(SIP_MCU_CFG, mcu_id, func, arg2); in sip_smc_mcu_config()
/rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip.h20 #define GET_MIN(arg1, arg2) ((arg1) < (arg2)) ? (arg1) : (arg2) argument
21 #define GET_MAX(arg1, arg2) ((arg1) < (arg2)) ? (arg2) : (arg1) argument
/rk3399_rockchip-uboot/drivers/firmware/
H A Dpsci.c22 unsigned long arg2) in __invoke_psci_fn_hvc() argument
26 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_hvc()
32 unsigned long arg2) in __invoke_psci_fn_smc() argument
36 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_smc()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_smccc.h138 unsigned long arg2);
147 unsigned long arg2);
202 unsigned long arg1, unsigned long arg2);
209 int sip_smc_mcu_config(unsigned long mcu_id, unsigned long func, unsigned long arg2);
/rk3399_rockchip-uboot/cmd/
H A Ditest.c148 static int binary_test(char *op, char *arg1, char *arg2, int w) in binary_test() argument
161 return (stringcomp(arg1, arg2, optp->opcode)); in binary_test()
163 return (arithcomp (arg1, arg2, optp->opcode, w)); in binary_test()
H A Dflash.c148 addr_spec(char *arg1, char *arg2, ulong *addr_first, ulong *addr_last) in addr_spec() argument
158 if (arg2 && *arg2 == '+'){ in addr_spec()
160 ++arg2; in addr_spec()
163 *addr_last = simple_strtoul(arg2, &ep, 16); in addr_spec()
164 if (ep == arg2 || *ep != '\0') in addr_spec()
/rk3399_rockchip-uboot/include/
H A Dsmp.h26 ulong arg2; member
H A Datf_common.h108 unsigned long arg2; member
H A Dspl.h312 void spl_optee_entry(void *arg0, void *arg1, void *arg2, void *arg3);
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynqmp/
H A Dsys_proto.h43 int invoke_smc(u32 pm_api_id, u32 arg0, u32 arg1, u32 arg2, u32 arg3,
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/
H A Dcpu.c113 int __maybe_unused invoke_smc(u32 pm_api_id, u32 arg0, u32 arg1, u32 arg2, in invoke_smc() argument
124 regs.regs[2] = ((u64)arg3 << 32) | arg2; in invoke_smc()
/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c55 ulong arg2; member
136 args->arg2 = 0; in load_linux_for_nonboot_cpu()
140 args->arg2 = (ulong)gd->fdt_blob; in load_linux_for_nonboot_cpu()
203 ret = sip_smc_amp_cfg(AMP_BOOT_ARG23, cpu, args->arg2, args->arg3); in smc_cpu_on()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_atf.c90 bl33_ep_info->args.arg2 = (unsigned long)spl_image->fdt_addr; in bl2_plat_get_bl31_params()
/rk3399_rockchip-uboot/doc/
H A DREADME.qemu-mips93 # Format as ext2 ( arg2 : nb blocks)
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl5832 my $arg2 = $8;
5843 "$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . "$here\n$stat\n");