Searched refs:arm_smccc_res (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rockchip_smccc.c | 25 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 D | vendor_misc.c | 25 struct arm_smccc_res res; in vendor_handle_hdcp()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rockchip_smccc.h | 145 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 D | arm-smccc.h | 63 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 D | psci.c | 24 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 D | rockchip_dmc.c | 735 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 D | dmc_fsp.c | 348 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 D | smccc_agent.c | 34 struct arm_smccc_res res; in scmi_smccc_process_msg()
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | rockchip_pm_config.c | 70 struct arm_smccc_res res; in parse_mcu_sleep_config()
|
| H A D | rockchip-efuse.c | 188 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 D | asm-offsets.c | 203 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()
|