Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-omap2/
Domap4-common.c221 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-6.1.9/drivers/platform/mellanox/
Dmlxbf-bootctl.c48 static int mlxbf_bootctl_smc(unsigned int smc_op, int smc_arg) in mlxbf_bootctl_smc() argument
52 arm_smccc_smc(smc_op, smc_arg, 0, 0, 0, 0, 0, 0, &res); in mlxbf_bootctl_smc()
111 static ssize_t mlxbf_bootctl_show(int smc_op, char *buf) in mlxbf_bootctl_show() argument
115 action = mlxbf_bootctl_smc(smc_op, 0); in mlxbf_bootctl_show()
122 static int mlxbf_bootctl_store(int smc_op, const char *buf, size_t count) in mlxbf_bootctl_store() argument
130 ret = mlxbf_bootctl_smc(smc_op, action); in mlxbf_bootctl_store()
/linux-6.1.9/drivers/edac/
Dbluefield_edac.c80 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()