| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rockchip_smccc.c | 27 unsigned long arg1, 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() 100 int sip_smc_amp_cfg(unsigned long func, unsigned long arg0, unsigned long arg1, 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() 110 unsigned long arg1, 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()
|
| /rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_ip.h | 20 #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 D | psci.c | 21 unsigned long arg0, unsigned long arg1, 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() 31 unsigned long arg0, unsigned long arg1, 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/include/ |
| H A D | smp.h | 25 ulong arg1; member 32 int smp_event2(int evt, ulong arg0, ulong arg1); 35 static inline int smp_event2(int evt, ulong arg0, ulong arg1) { return 0; } in smp_event2() argument
|
| H A D | atf_common.h | 107 unsigned long arg1; member
|
| H A D | spl.h | 312 void spl_optee_entry(void *arg0, void *arg1, void *arg2, void *arg3);
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rockchip_smccc.h | 137 int sip_smc_amp_cfg(unsigned long func, unsigned long arg0, unsigned long arg1, 146 unsigned long arg1, 202 unsigned long arg1, unsigned long arg2);
|
| /rk3399_rockchip-uboot/arch/arm/mach-keystone/ |
| H A D | mon.c | 87 static int k2_hs_bm_auth(int cmd, void *arg1) in k2_hs_bm_auth() argument 99 : "r" (cmd), "r" (arg1) in k2_hs_bm_auth()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | itest.c | 148 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 D | flash.c | 148 addr_spec(char *arg1, char *arg2, ulong *addr_first, ulong *addr_last) in addr_spec() argument 153 *addr_first = simple_strtoul(arg1, &ep, 16); in addr_spec() 154 if (ep == arg1 || *ep != '\0') in addr_spec()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynqmp/ |
| H A D | sys_proto.h | 43 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 D | cpu.c | 113 int __maybe_unused invoke_smc(u32 pm_api_id, u32 arg0, u32 arg1, u32 arg2, in invoke_smc() argument 123 regs.regs[1] = ((u64)arg1 << 32) | arg0; in invoke_smc()
|
| /rk3399_rockchip-uboot/drivers/cpu/ |
| H A D | rockchip_amp.c | 54 ulong arg1; member 135 args->arg1 = 0; in load_linux_for_nonboot_cpu() 139 args->arg1 = 0; in load_linux_for_nonboot_cpu() 197 ret = sip_smc_amp_cfg(AMP_BOOT_ARG01, cpu, args->arg0, args->arg1); in smc_cpu_on()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_atf.c | 89 bl33_ep_info->args.arg1 = 0xffffffff; in bl2_plat_get_bl31_params()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | checkpatch.pl | 5830 my $arg1 = $3; 5843 "$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . "$here\n$stat\n");
|