Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/meson/
H A Dmeson_sm.c104 int meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index, in meson_sm_call() function
123 EXPORT_SYMBOL(meson_sm_call);
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()
/openbmc/linux/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()
/openbmc/linux/include/linux/firmware/meson/
H A Dmeson_sm.h21 int meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index,