Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-omap2/
A Domap4-common.c222 unsigned smc_op; in omap4_l2c310_write_sec() local
226 smc_op = OMAP4_MON_L2X0_CTRL_INDEX; in omap4_l2c310_write_sec()
230 smc_op = OMAP4_MON_L2X0_AUXCTRL_INDEX; in omap4_l2c310_write_sec()
234 smc_op = OMAP4_MON_L2X0_DBG_CTRL_INDEX; in omap4_l2c310_write_sec()
238 smc_op = OMAP4_MON_L2X0_PREFETCH_INDEX; in omap4_l2c310_write_sec()
250 omap_smc1(smc_op, val); in omap4_l2c310_write_sec()
/linux-6.3-rc2/drivers/platform/mellanox/
A 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.3-rc2/drivers/edac/
A 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()

Completed in 7 milliseconds