Lines Matching refs:smc_fid

24 static uintptr_t imx_sip_handler(unsigned int smc_fid,  in imx_sip_handler()  argument
33 switch (smc_fid) { in imx_sip_handler()
35 SMC_RET1(handle, imx_kernel_entry_handler(smc_fid, x1, x2, x3, x4)); in imx_sip_handler()
43 SMC_RET1(handle, imx_hifi_xrdc(smc_fid)); in imx_sip_handler()
46 return dram_dvfs_handler(smc_fid, handle, x1, x2, x3); in imx_sip_handler()
50 SMC_RET1(handle, imx_soc_info_handler(smc_fid, x1, x2, x3)); in imx_sip_handler()
53 SMC_RET1(handle, imx_gpc_handler(smc_fid, x1, x2, x3)); in imx_sip_handler()
56 return dram_dvfs_handler(smc_fid, handle, x1, x2, x3); in imx_sip_handler()
60 return dram_dvfs_handler(smc_fid, handle, x1, x2, x3); in imx_sip_handler()
62 SMC_RET1(handle, imx_gpc_handler(smc_fid, x1, x2, x3)); in imx_sip_handler()
67 return imx_srtc_handler(smc_fid, handle, x1, x2, x3, x4); in imx_sip_handler()
69 SMC_RET1(handle, imx_cpufreq_handler(smc_fid, x1, x2, x3)); in imx_sip_handler()
72 SMC_RET1(handle, imx_wakeup_src_handler(smc_fid, x1, x2, x3)); in imx_sip_handler()
75 return imx_otp_handler(smc_fid, handle, x1, x2); in imx_sip_handler()
77 SMC_RET1(handle, imx_misc_set_temp_handler(smc_fid, x1, x2, x3, x4)); in imx_sip_handler()
82 SMC_RET1(handle, imx_src_handler(smc_fid, x1, x2, x3, handle)); in imx_sip_handler()
88 SMC_RET1(handle, imx_hab_handler(smc_fid, x1, x2, x3, x4)); in imx_sip_handler()
92 SMC_RET1(handle, imx_buildinfo_handler(smc_fid, x1, x2, x3, x4)); in imx_sip_handler()
95 return imx9_soc_info_handler(smc_fid, handle); in imx_sip_handler()
98 WARN("Unimplemented i.MX SiP Service Call: 0x%x\n", smc_fid); in imx_sip_handler()