Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * OMAP44xx Clock Management register bits
0004  *
0005  * Copyright (C) 2009-2012 Texas Instruments, Inc.
0006  * Copyright (C) 2009-2010 Nokia Corporation
0007  *
0008  * Paul Walmsley (paul@pwsan.com)
0009  * Rajendra Nayak (rnayak@ti.com)
0010  * Benoit Cousson (b-cousson@ti.com)
0011  *
0012  * This file is automatically generated from the OMAP hardware databases.
0013  * We respectfully ask that any modifications to this file be coordinated
0014  * with the public linux-omap@vger.kernel.org mailing list and the
0015  * authors above to ensure that the autogeneration scripts are kept
0016  * up-to-date with the file contents.
0017  */
0018 
0019 #ifndef __ARCH_ARM_MACH_OMAP2_CM_REGBITS_44XX_H
0020 #define __ARCH_ARM_MACH_OMAP2_CM_REGBITS_44XX_H
0021 
0022 #define OMAP4430_ABE_STATDEP_SHIFT              3
0023 #define OMAP4430_CLKTRCTRL_SHIFT                0
0024 #define OMAP4430_CLKTRCTRL_MASK                 (0x3 << 0)
0025 #define OMAP4430_DSS_STATDEP_SHIFT              8
0026 #define OMAP4430_DUCATI_STATDEP_SHIFT               0
0027 #define OMAP4430_GFX_STATDEP_SHIFT              10
0028 #define OMAP4430_IDLEST_SHIFT                   16
0029 #define OMAP4430_IDLEST_MASK                    (0x3 << 16)
0030 #define OMAP4430_IVAHD_STATDEP_SHIFT                2
0031 #define OMAP4430_L3INIT_STATDEP_SHIFT               7
0032 #define OMAP4430_L3_1_STATDEP_SHIFT             5
0033 #define OMAP4430_L3_2_STATDEP_SHIFT             6
0034 #define OMAP4430_L4CFG_STATDEP_SHIFT                12
0035 #define OMAP4430_L4PER_STATDEP_SHIFT                13
0036 #define OMAP4430_L4SEC_STATDEP_SHIFT                14
0037 #define OMAP4430_L4WKUP_STATDEP_SHIFT               15
0038 #define OMAP4430_MEMIF_STATDEP_SHIFT                4
0039 #define OMAP4430_MODULEMODE_SHIFT               0
0040 #define OMAP4430_MODULEMODE_MASK                (0x3 << 0)
0041 #define OMAP4430_TESLA_STATDEP_SHIFT                1
0042 #endif