Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drockchip_smccc.c28 unsigned long arg2) in __invoke_sip_fn_smc()
101 unsigned long arg2) in sip_smc_amp_cfg()
111 unsigned long 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()
182 int sip_smc_mcu_config(unsigned long mcu_id, unsigned long func, unsigned long arg2) in sip_smc_mcu_config()
/rk3399_rockchip-uboot/drivers/firmware/
H A Dpsci.c22 unsigned long arg2) in __invoke_psci_fn_hvc()
32 unsigned long arg2) in __invoke_psci_fn_smc()
/rk3399_rockchip-uboot/include/
H A Dsmp.h26 ulong arg2; member
H A Datf_common.h108 unsigned long arg2; member
/rk3399_rockchip-uboot/cmd/
H A Ditest.c148 static int binary_test(char *op, char *arg1, char *arg2, int w) in binary_test()
H A Dflash.c148 addr_spec(char *arg1, char *arg2, ulong *addr_first, ulong *addr_last) in addr_spec()
/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()
/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/cpu/
H A Drockchip_amp.c55 ulong arg2; member