Searched refs:smc_op (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm/mach-omap2/ |
H A D | omap4-common.c | 221 unsigned smc_op; in omap4_l2c310_write_sec() local 225 smc_op = OMAP4_MON_L2X0_CTRL_INDEX; in omap4_l2c310_write_sec() 229 smc_op = OMAP4_MON_L2X0_AUXCTRL_INDEX; in omap4_l2c310_write_sec() 233 smc_op = OMAP4_MON_L2X0_DBG_CTRL_INDEX; in omap4_l2c310_write_sec() 237 smc_op = OMAP4_MON_L2X0_PREFETCH_INDEX; in omap4_l2c310_write_sec() 249 omap_smc1(smc_op, val); in omap4_l2c310_write_sec()
|
/linux/drivers/platform/mellanox/ |
H A D | mlxbf-bootctl.c | 138 static int mlxbf_bootctl_smc(unsigned int smc_op, int smc_arg) in mlxbf_bootctl_smc() argument 142 arm_smccc_smc(smc_op, smc_arg, 0, 0, 0, 0, 0, 0, &res); in mlxbf_bootctl_smc() 201 static ssize_t mlxbf_bootctl_show(int smc_op, char *buf) in mlxbf_bootctl_show() argument 205 action = mlxbf_bootctl_smc(smc_op, 0); in mlxbf_bootctl_show() 212 static int mlxbf_bootctl_store(int smc_op, const char *buf, size_t count) in mlxbf_bootctl_store() argument 220 ret = mlxbf_bootctl_smc(smc_op, action); in mlxbf_bootctl_store()
|
/linux/drivers/edac/ |
H A D | bluefield_edac.c | 80 static u64 smc_call1(u64 smc_op, u64 smc_arg) in smc_call1() argument 84 arm_smccc_smc(smc_op, smc_arg, 0, 0, 0, 0, 0, 0, &res); in smc_call1()
|