blob: 9ff0fc70f1528dc60acc854a8d4eccbfff40e2ca [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001#ifndef __ARCH_ARM_MACH_OMAP2_CM_REGBITS_24XX_H
2#define __ARCH_ARM_MACH_OMAP2_CM_REGBITS_24XX_H
3
4/*
5 * OMAP24XX Clock Management register bits
6 *
7 * Copyright (C) 2007 Texas Instruments, Inc.
8 * Copyright (C) 2007 Nokia Corporation
9 *
10 * Written by Paul Walmsley
11 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License version 2 as
14 * published by the Free Software Foundation.
15 */
16
17#define OMAP24XX_AUTOSTATE_MPU_MASK (1 << 0)
18#define OMAP24XX_EN_DSS1_MASK (1 << 0)
19#define OMAP24XX_ST_MAILBOXES_SHIFT 30
20#define OMAP24XX_ST_HDQ_SHIFT 23
21#define OMAP2420_ST_I2C2_SHIFT 20
22#define OMAP2430_ST_I2CHS1_SHIFT 19
23#define OMAP2420_ST_I2C1_SHIFT 19
24#define OMAP2430_ST_I2CHS2_SHIFT 20
25#define OMAP24XX_ST_MCBSP2_SHIFT 16
26#define OMAP24XX_ST_MCBSP1_SHIFT 15
27#define OMAP2430_ST_MCBSP5_SHIFT 5
28#define OMAP2430_ST_MCBSP4_SHIFT 4
29#define OMAP2430_ST_MCBSP3_SHIFT 3
30#define OMAP24XX_ST_AES_SHIFT 3
31#define OMAP24XX_ST_RNG_SHIFT 2
32#define OMAP24XX_ST_SHA_SHIFT 1
33#define OMAP24XX_CLKSEL_DSS2_MASK (0x1 << 13)
34#define OMAP24XX_AUTOSTATE_DSS_MASK (1 << 2)
35#define OMAP24XX_AUTOSTATE_L4_MASK (1 << 1)
36#define OMAP24XX_AUTOSTATE_L3_MASK (1 << 0)
37#define OMAP24XX_AUTOSTATE_GFX_MASK (1 << 0)
38#define OMAP24XX_ST_MPU_WDT_SHIFT 3
39#define OMAP24XX_ST_32KSYNC_SHIFT 1
40#define OMAP24XX_EN_54M_PLL_SHIFT 6
41#define OMAP24XX_EN_96M_PLL_SHIFT 2
42#define OMAP24XX_ST_54M_APLL_SHIFT 9
43#define OMAP24XX_ST_96M_APLL_SHIFT 8
44#define OMAP24XX_AUTO_54M_MASK (0x3 << 6)
45#define OMAP24XX_AUTO_96M_MASK (0x3 << 2)
46#define OMAP24XX_AUTO_DPLL_SHIFT 0
47#define OMAP24XX_AUTO_DPLL_MASK (0x3 << 0)
48#define OMAP24XX_CORE_CLK_SRC_MASK (0x3 << 0)
49#define OMAP2420_AUTOSTATE_IVA_MASK (1 << 8)
50#define OMAP24XX_AUTOSTATE_DSP_MASK (1 << 0)
51#define OMAP2430_AUTOSTATE_MDM_MASK (1 << 0)
52#define OMAP24XX_CLKSTCTRL_DISABLE_AUTO 0x0
53#define OMAP24XX_CLKSTCTRL_ENABLE_AUTO 0x1
54#endif