Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Domap4-common.c221 unsigned smc_op; in omap4_l2c310_write_sec() local
/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c139 static int mlxbf_bootctl_smc(unsigned int smc_op, int smc_arg) in mlxbf_bootctl_smc()
202 static ssize_t mlxbf_bootctl_show(int smc_op, char *buf) in mlxbf_bootctl_show()
213 static int mlxbf_bootctl_store(int smc_op, const char *buf, size_t count) in mlxbf_bootctl_store()
/linux/drivers/edac/
H A Dbluefield_edac.c95 static u64 smc_call1(u64 smc_op, u64 smc_arg) in smc_call1()