Searched refs:mcu_id (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | rockchip_smccc.c | 155 int sip_smc_mcu_config(unsigned long mcu_id, unsigned long func, unsigned long arg2) in sip_smc_mcu_config() argument 159 res = __invoke_sip_fn_smc(SIP_MCU_CFG, mcu_id, func, arg2); in sip_smc_mcu_config()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rockchip_smccc.h | 195 int sip_smc_mcu_config(unsigned long mcu_id, unsigned long func, unsigned long arg2);
|
| /OK3568_Linux_fs/kernel/include/linux/rockchip/ |
| H A D | rockchip_sip.h | 277 int sip_smc_mcu_config(unsigned long mcu_id, unsigned long func, unsigned long arg2); 435 static inline int sip_smc_mcu_config(unsigned long mcu_id, in sip_smc_mcu_config() argument
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | xgene_edac.c | 137 u32 mcu_id; member 267 ctx->edac->mc_registered_mask |= 1 << ctx->mcu_id; in xgene_edac_mc_irq_ctl() 303 ctx->edac->mc_registered_mask &= ~(1 << ctx->mcu_id); in xgene_edac_mc_irq_ctl() 370 if (of_property_read_u32(np, "memory-controller", &tmp_ctx.mcu_id)) { in xgene_edac_mc_add() 375 if (!xgene_edac_mc_is_active(&tmp_ctx, tmp_ctx.mcu_id)) { in xgene_edac_mc_add() 386 mci = edac_mc_alloc(tmp_ctx.mcu_id, ARRAY_SIZE(layers), layers, in xgene_edac_mc_add()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | rockchip_sip.c | 630 int sip_smc_mcu_config(unsigned long mcu_id, in sip_smc_mcu_config() argument 636 res = __invoke_sip_fn_smc(SIP_MCU_CFG, mcu_id, func, arg2); in sip_smc_mcu_config()
|