/* address translation table */ struct imx_rproc_att {
u32 da; /* device address (From Cortex M4 view)*/
u32 sa; /* system bus address */
u32 size; /* size of reg range */ int flags;
};
/* Remote core start/stop method */ enum imx_rproc_method {
IMX_RPROC_NONE, /* Through syscon regmap */
IMX_RPROC_MMIO, /* Through ARM SMCCC */
IMX_RPROC_SMC, /* Through System Control Unit API */
IMX_RPROC_SCU_API, /* Through Reset Controller API */
IMX_RPROC_RESET_CONTROLLER,
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.