~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/mach-omap2/prcm44xx.h

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0-only */
  2 /*
  3  * OMAP4 PRCM definitions
  4  *
  5  * Copyright (C) 2010 Texas Instruments, Inc.
  6  * Copyright (C) 2010 Nokia Corporation
  7  *
  8  * Paul Walmsley
  9  *
 10  * This file contains macros and functions that are common to all of
 11  * the PRM/CM/PRCM blocks on the OMAP4 devices: PRM, CM1, CM2,
 12  * PRCM_MPU, SCRM
 13  */
 14 
 15 #ifndef __ARCH_ARM_MACH_OMAP2_PRCM44XX_H
 16 #define __ARCH_ARM_MACH_OMAP2_PRCM44XX_H
 17 
 18 /*
 19  * OMAP4 PRCM partition IDs
 20  *
 21  * The numbers and order are arbitrary, but 0 is reserved for the
 22  * 'invalid' partition in case someone forgets to add a
 23  * .prcm_partition field.
 24  */
 25 #define OMAP4430_INVALID_PRCM_PARTITION         0
 26 #define OMAP4430_PRM_PARTITION                  1
 27 #define OMAP4430_CM1_PARTITION                  2
 28 #define OMAP4430_CM2_PARTITION                  3
 29 #define OMAP4430_SCRM_PARTITION                 4
 30 #define OMAP4430_PRCM_MPU_PARTITION             5
 31 
 32 #define OMAP54XX_PRM_PARTITION                  1
 33 #define OMAP54XX_CM_CORE_AON_PARTITION          2
 34 #define OMAP54XX_CM_CORE_PARTITION              3
 35 #define OMAP54XX_SCRM_PARTITION                 4
 36 #define OMAP54XX_PRCM_MPU_PARTITION             5
 37 
 38 #define DRA7XX_PRM_PARTITION                   1
 39 #define DRA7XX_CM_CORE_AON_PARTITION           2
 40 #define DRA7XX_CM_CORE_PARTITION               3
 41 #define DRA7XX_MPU_PRCM_PARTITION              5
 42 
 43 /*
 44  * OMAP4_MAX_PRCM_PARTITIONS: set to the highest value of the PRCM partition
 45  * IDs, plus one
 46  */
 47 #define OMAP4_MAX_PRCM_PARTITIONS               6
 48 
 49 
 50 #endif
 51 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php