/** * struct psil_ep_map - PSI-L thread ID configuration maps * @name: Name of the map, set it to the name of the SoC * @src: Array of source PSI-L thread configurations * @src_count: Number of entries in the src array * @dst: Array of destination PSI-L thread configurations * @dst_count: Number of entries in the dst array * * In case of symmetric configuration for a matching src/dst thread (for example * 0x4400 and 0xc400) only the src configuration can be present. If no dst * configuration found the code will look for (dst_thread_id & ~0x8000) to find * the symmetric match.
*/ struct psil_ep_map { char *name; struct psil_ep *src; int src_count; struct psil_ep *dst; int dst_count;
};
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.