Home
last modified time | relevance | path

Searched refs:meson_sm_call (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/meson/
H A Dmeson_sm.c91 * meson_sm_call - generic SMC32 call to the secure-monitor
104 int meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index, in meson_sm_call() function
123 EXPORT_SYMBOL(meson_sm_call); variable
158 if (meson_sm_call(fw, cmd_index, &size, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_read()
208 if (meson_sm_call(fw, cmd_index, &written, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_write()
/kernel/linux/linux-6.6/drivers/firmware/meson/
H A Dmeson_sm.c91 * meson_sm_call - generic SMC32 call to the secure-monitor
104 int meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index, in meson_sm_call() function
123 EXPORT_SYMBOL(meson_sm_call); variable
158 if (meson_sm_call(fw, cmd_index, &size, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_read()
208 if (meson_sm_call(fw, cmd_index, &written, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_write()
/kernel/linux/linux-5.10/drivers/soc/amlogic/
H A Dmeson-secure-pwrc.c48 if (meson_sm_call(pwrc_domain->pwrc->fw, SM_A1_PWRC_GET, &is_off, in pwrc_secure_is_off()
61 if (meson_sm_call(pwrc_domain->pwrc->fw, SM_A1_PWRC_SET, NULL, in meson_secure_pwrc_off()
76 if (meson_sm_call(pwrc_domain->pwrc->fw, SM_A1_PWRC_SET, NULL, in meson_secure_pwrc_on()
/kernel/linux/linux-6.6/drivers/pmdomain/amlogic/
H A Dmeson-secure-pwrc.c51 if (meson_sm_call(pwrc_domain->pwrc->fw, SM_A1_PWRC_GET, &is_off, in pwrc_secure_is_off()
64 if (meson_sm_call(pwrc_domain->pwrc->fw, SM_A1_PWRC_SET, NULL, in meson_secure_pwrc_off()
79 if (meson_sm_call(pwrc_domain->pwrc->fw, SM_A1_PWRC_SET, NULL, in meson_secure_pwrc_on()
/kernel/linux/linux-5.10/include/linux/firmware/meson/
H A Dmeson_sm.h21 int meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index,
/kernel/linux/linux-6.6/include/linux/firmware/meson/
H A Dmeson_sm.h21 int meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index,
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dmeson-efuse.c66 if (meson_sm_call(fw, SM_EFUSE_USER_MAX, &size, 0, 0, 0, 0, 0) < 0) { in meson_efuse_probe()
/kernel/linux/linux-5.10/drivers/nvmem/
H A Dmeson-efuse.c85 if (meson_sm_call(fw, SM_EFUSE_USER_MAX, &size, 0, 0, 0, 0, 0) < 0) { in meson_efuse_probe()

Completed in 3 milliseconds