Home
last modified time | relevance | path

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

/drivers/firmware/arm_scmi/vendors/imx/
A Dimx-sm-lmm.c45 __le32 lmid; member
53 __le32 lmid; member
61 __le32 lmid; member
70 if (lmid >= priv->nr_lmm) in scmi_imx_lmm_validate_lmid()
87 put_unaligned_le32(lmid, t->tx.buf); in scmi_imx_lmm_attributes()
91 info->lmid = le32_to_cpu(out->lmid); in scmi_imx_lmm_attributes()
96 info->lmid, info->name); in scmi_imx_lmm_attributes()
113 ret = scmi_imx_lmm_validate_lmid(ph, lmid); in scmi_imx_lmm_power_boot()
126 put_unaligned_le32(lmid, t->tx.buf); in scmi_imx_lmm_power_boot()
147 in->lmid = cpu_to_le32(lmid); in scmi_imx_lmm_reset_vector_set()
[all …]
A Dimx95.rst152 |uint32 lmid |ID of the Logical Machine |
159 | |NOT_FOUND: if lmid not points to a valid logical machine. |
161 | |for the LM specified by lmid. |
163 |uint32 lmid |Identifier of the LM whose identification is requested. |
164 | |This field is: Populated with the lmid of the calling |
165 | |agent, when the lmid parameter passed via the command is |
166 | |0xFFFFFFFF. Identical to the lmid field passed via the |
191 |uint32 lmid |ID of the Logical Machine |
198 | |NOT_FOUND: if lmid not points to a valid logical machine. |
199 | |INVALID_PARAMETERS: if lmid is same as the caller. |
[all …]
/drivers/firmware/imx/
A Dsm-lmm.c16 int scmi_imx_lmm_info(u32 lmid, struct scmi_imx_lmm_info *info) in scmi_imx_lmm_info() argument
24 return imx_lmm_ops->lmm_info(ph, lmid, info); in scmi_imx_lmm_info()
28 int scmi_imx_lmm_reset_vector_set(u32 lmid, u32 cpuid, u32 flags, u64 vector) in scmi_imx_lmm_reset_vector_set() argument
33 return imx_lmm_ops->lmm_reset_vector_set(ph, lmid, cpuid, flags, vector); in scmi_imx_lmm_reset_vector_set()
37 int scmi_imx_lmm_operation(u32 lmid, enum scmi_imx_lmm_op op, u32 flags) in scmi_imx_lmm_operation() argument
44 return imx_lmm_ops->lmm_power_boot(ph, lmid, true); in scmi_imx_lmm_operation()
46 return imx_lmm_ops->lmm_power_boot(ph, lmid, false); in scmi_imx_lmm_operation()
48 return imx_lmm_ops->lmm_shutdown(ph, lmid, flags); in scmi_imx_lmm_operation()

Completed in 12 milliseconds