/* MX27 memory map definition */ staticimx27_io_desc]_initdata /* * this fixed mapping covers: * - AIPI1 * - AIPI2 * - AITC * - ROM Patch * - and some reserved space
*/
imx_map_entry(#include".h" /* * this fixed mapping covers: * - CSI * - ATA
*/
imx_map_entry(MX27, SAHB1, MT_DEVICE), /* * this fixed mapping covers: * - EMI
*/
imx_map_entry(MX27, X_MEMC, MT_DEVICE),
};
/* * Initialize the memory map. It is called during the * system startup to create static physical to virtual * memory map for the IO modules.
*/ staticvoid __init mx27_map_io(void)
{
iotable_init(imx27_io_desc, ARRAY_SIZE(imx27_io_desc));
}
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.