/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP4 PRCM definitions * * Copyright (C) 2010 Texas Instruments, Inc. * Copyright (C) 2010 Nokia Corporation * * Paul Walmsley * * This file contains macros and functions that are common to all of * the PRM/CM/PRCM blocks on the OMAP4 devices: PRM, CM1, CM2, * PRCM_MPU, SCRM
*/
/* * OMAP4 PRCM partition IDs * * The numbers and order are arbitrary, but 0 is reserved for the * 'invalid' partition in case someone forgets to add a * .prcm_partition field.
*/ #define OMAP4430_INVALID_PRCM_PARTITION 0 #define OMAP4430_PRM_PARTITION 1 #define OMAP4430_CM1_PARTITION 2 #define OMAP4430_CM2_PARTITION 3 #define OMAP4430_SCRM_PARTITION 4 #define OMAP4430_PRCM_MPU_PARTITION 5
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.