Home
last modified time | relevance | path

Searched refs:arm_smccc_res (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drockchip_smccc.c25 static struct arm_smccc_res __invoke_sip_fn_smc(unsigned long function_id, in __invoke_sip_fn_smc()
30 struct arm_smccc_res res; in __invoke_sip_fn_smc()
38 struct arm_smccc_res res; in psci_cpu_on()
47 struct arm_smccc_res res; in psci_cpu_off()
57 struct arm_smccc_res res; in psci_system_suspend()
69 struct arm_smccc_res res; in sip_smc_set_suspend_mode()
77 struct arm_smccc_res res; in sip_smc_remotectl_config()
87 struct arm_smccc_res res; in sip_smc_access_mem_os_reg()
103 struct arm_smccc_res res; in sip_smc_amp_cfg()
109 struct arm_smccc_res sip_smc_dram(unsigned long arg0, in sip_smc_dram()
[all …]
H A Dvendor_misc.c25 struct arm_smccc_res res; in vendor_handle_hdcp()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_smccc.h145 struct arm_smccc_res sip_smc_dram(unsigned long arg0,
158 struct arm_smccc_res sip_smc_request_share_mem(unsigned long page_num,
169 struct arm_smccc_res sip_smc_secure_reg_read(unsigned long addr_phy);
194 struct arm_smccc_res sip_smc_get_sip_version(void);
/rk3399_rockchip-uboot/include/linux/
H A Darm-smccc.h63 struct arm_smccc_res { struct
98 struct arm_smccc_res *res, struct arm_smccc_quirk *quirk);
115 struct arm_smccc_res *res, struct arm_smccc_quirk *quirk);
/rk3399_rockchip-uboot/drivers/firmware/
H A Dpsci.c24 struct arm_smccc_res res; in __invoke_psci_fn_hvc()
34 struct arm_smccc_res res; in __invoke_psci_fn_smc()
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Drockchip_dmc.c735 struct arm_smccc_res res; in rk3328_devfreq_init()
778 struct arm_smccc_res res; in px30_devfreq_init()
822 struct arm_smccc_res res; in rockchip_ddrclk_sip_set_rate_v2()
841 struct arm_smccc_res res; in rockchip_ddrclk_sip_recalc_rate_v2()
854 struct arm_smccc_res res; in rockchip_ddrclk_sip_round_rate_v2()
H A Ddmc_fsp.c348 struct arm_smccc_res res; in get_atf_version()
361 struct arm_smccc_res res; in dmc_fsp_probe()
/rk3399_rockchip-uboot/drivers/firmware/scmi/
H A Dsmccc_agent.c34 struct arm_smccc_res res; in scmi_smccc_process_msg()
/rk3399_rockchip-uboot/drivers/misc/
H A Drockchip_pm_config.c70 struct arm_smccc_res res; in parse_mcu_sleep_config()
H A Drockchip-efuse.c188 struct arm_smccc_res res; in rockchip_rk3368_efuse_read()
323 struct arm_smccc_res res; in rockchip_rk3288_efuse_secure_read()
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dasm-offsets.c203 DEFINE(ARM_SMCCC_RES_X0_OFFS, offsetof(struct arm_smccc_res, a0)); in main()
204 DEFINE(ARM_SMCCC_RES_X2_OFFS, offsetof(struct arm_smccc_res, a2)); in main()