Home
last modified time | relevance | path

Searched refs:sip_smc_get_amp_info (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/rockchip/
H A Drockchip_sip.h257 struct arm_smccc_res sip_smc_get_amp_info(u32 sub_func_id, u32 arg1);
359 static inline struct arm_smccc_res sip_smc_get_amp_info(u32 sub_func_id, in sip_smc_get_amp_info() function
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Drockchip_sip.c277 struct arm_smccc_res sip_smc_get_amp_info(u32 sub_func_id, u32 arg1) in sip_smc_get_amp_info() function
284 EXPORT_SYMBOL_GPL(sip_smc_get_amp_info);
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_amp.c127 res = sip_smc_get_amp_info(RK_AMP_SUB_FUNC_GET_CPU_STATUS, in boot_cpu_store()