Home
last modified time | relevance | path

Searched refs:SIP_RET_NOT_SUPPORTED (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/rockchip/
H A Drockchip_sip.h84 #define SIP_RET_NOT_SUPPORTED -2 macro
281 struct arm_smccc_res tmp = { .a0 = SIP_RET_NOT_SUPPORTED }; in sip_smc_get_atf_version()
287 struct arm_smccc_res tmp = { .a0 = SIP_RET_NOT_SUPPORTED }; in sip_smc_get_sip_version()
293 struct arm_smccc_res tmp = { .a0 = SIP_RET_NOT_SUPPORTED }; in sip_smc_dram()
300 struct arm_smccc_res tmp = { .a0 = SIP_RET_NOT_SUPPORTED }; in sip_smc_request_share_mem()
307 struct arm_smccc_res tmp = { .a0 = SIP_RET_NOT_SUPPORTED }; in sip_smc_mcu_el3fiq()
314 struct arm_smccc_res tmp = { .a0 = SIP_RET_NOT_SUPPORTED }; in sip_smc_vpu_reset()
320 struct arm_smccc_res tmp = { .a0 = SIP_RET_NOT_SUPPORTED }; in sip_smc_get_suspend_info()
326 struct arm_smccc_res tmp = { .a0 = SIP_RET_NOT_SUPPORTED }; in sip_smc_lastlog_request()
342 struct arm_smccc_res tmp = { .a0 = SIP_RET_NOT_SUPPORTED }; in sip_smc_bus_config()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_smccc.h73 #define SIP_RET_NOT_SUPPORTED -2 macro