omap3530/omap3530_drivers/prcm/prcm_regs.h
author Lukasz Forynski <lukasz.forynski@gmail.com>
Fri, 03 Sep 2010 21:18:49 +0100
branchgeneric_fixes_and_updates
changeset 59 7f38143c4aa6
parent 0 6663340f3fc9
permissions -rwxr-xr-x
Fixed prcm build warnings / updated led driver
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     1
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     2
// All rights reserved.
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     3
// This component and the accompanying materials are made available
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     4
// under the terms of the License "Eclipse Public License v1.0"
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     5
// which accompanies this distribution, and is available
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     7
//
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     8
// Initial Contributors:
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    10
//
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    11
// Contributors:
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    12
//
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    13
// Description:
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    14
// \omap3530\omap3530_assp\prcm_regs.h.
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    15
// This file is part of the Beagle Base port
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    16
//
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    17
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    18
#ifndef __PRCM_REGS_H__
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    19
#define __PRCM_REGS_H__
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    20
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    21
#include "omap3530_hardware_base.h"
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    22
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    23
const TUint32 KCM_CLKSEL_CORE = Omap3530HwBase::TVirtual<0x48004A40>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    24
const TUint32 KCM_CLKSEL_SGX = Omap3530HwBase::TVirtual<0x48004B40>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    25
const TUint32 KCM_CLKSEL_WKUP = Omap3530HwBase::TVirtual<0x48004C40>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    26
const TUint32 KCM_CLKSEL_DSS = Omap3530HwBase::TVirtual<0x48004E40>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    27
const TUint32 KCM_CLKSEL_CAM = Omap3530HwBase::TVirtual<0x48004F40>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    28
const TUint32 KCM_CLKSEL_PER = Omap3530HwBase::TVirtual<0x48005040>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    29
const TUint32 KCM_CLKSEL1_EMU = Omap3530HwBase::TVirtual<0x48005140>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    30
const TUint32 KCM_CLKSEL2_EMU = Omap3530HwBase::TVirtual<0x48005150>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    31
const TUint32 KCM_CLKSEL3_EMU = Omap3530HwBase::TVirtual<0x48005154>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    32
const TUint32 KCM_CLKSEL1_PLL = Omap3530HwBase::TVirtual<0x48004D40>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    33
const TUint32 KCM_CLKSEL2_PLL = Omap3530HwBase::TVirtual<0x48004D44>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    34
const TUint32 KCM_CLKSEL3_PLL = Omap3530HwBase::TVirtual<0x48004D48>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    35
const TUint32 KCM_CLKSEL4_PLL = Omap3530HwBase::TVirtual<0x48004D4C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    36
const TUint32 KCM_CLKSEL5_PLL = Omap3530HwBase::TVirtual<0x48004D50>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    37
const TUint32 KCM_CLKEN_PLL = Omap3530HwBase::TVirtual<0x48004D00>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    38
const TUint32 KCM_FCLKEN_IVA2 = Omap3530HwBase::TVirtual<0x48004000>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    39
const TUint32 KCM_FCLKEN_SGX = Omap3530HwBase::TVirtual<0x48004B00>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    40
const TUint32 KCM_FCLKEN_WKUP = Omap3530HwBase::TVirtual<0x48004C00>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    41
const TUint32 KCM_FCLKEN_DSS = Omap3530HwBase::TVirtual<0x48004E00>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    42
const TUint32 KCM_FCLKEN_CAM = Omap3530HwBase::TVirtual<0x48004F00>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    43
const TUint32 KCM_FCLKEN_PER = Omap3530HwBase::TVirtual<0x48005000>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    44
const TUint32 KCM_FCLKEN_USBHOST = Omap3530HwBase::TVirtual<0x48005400>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    45
const TUint32 KCM_FCLKEN1_CORE = Omap3530HwBase::TVirtual<0x48004A00>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    46
const TUint32 KCM_FCLKEN3_CORE = Omap3530HwBase::TVirtual<0x48004A08>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    47
const TUint32 KCM_ICLKEN1_CORE = Omap3530HwBase::TVirtual<0x48004A10>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    48
const TUint32 KCM_ICLKEN2_CORE = Omap3530HwBase::TVirtual<0x48004A14>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    49
const TUint32 KCM_ICLKEN3_CORE = Omap3530HwBase::TVirtual<0x48004A18>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    50
const TUint32 KCM_ICLKEN_SGX = Omap3530HwBase::TVirtual<0x48004B10>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    51
const TUint32 KCM_ICLKEN_WKUP = Omap3530HwBase::TVirtual<0x48004C10>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    52
const TUint32 KCM_ICLKEN_DSS = Omap3530HwBase::TVirtual<0x48004E10>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    53
const TUint32 KCM_ICLKEN_CAM = Omap3530HwBase::TVirtual<0x48004F10>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    54
const TUint32 KCM_ICLKEN_PER = Omap3530HwBase::TVirtual<0x48005010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    55
const TUint32 KCM_ICLKEN_USBHOST = Omap3530HwBase::TVirtual<0x48005410>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    56
const TUint32 KCM_AUTOIDLE1_CORE = Omap3530HwBase::TVirtual<0x48004A30>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    57
const TUint32 KCM_AUTOIDLE2_CORE = Omap3530HwBase::TVirtual<0x48004A34>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    58
const TUint32 KCM_AUTOIDLE3_CORE = Omap3530HwBase::TVirtual<0x48004A38>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    59
const TUint32 KCM_AUTOIDLE_WKUP = Omap3530HwBase::TVirtual<0x48004C30>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    60
const TUint32 KCM_AUTOIDLE_PLL = Omap3530HwBase::TVirtual<0x48004D30>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    61
const TUint32 KCM_AUTOIDLE2_PLL = Omap3530HwBase::TVirtual<0x48004D34>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    62
const TUint32 KCM_AUTOIDLE_DSS = Omap3530HwBase::TVirtual<0x48004E30>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    63
const TUint32 KCM_AUTOIDLE_CAM = Omap3530HwBase::TVirtual<0x48004F30>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    64
const TUint32 KCM_AUTOIDLE_PER = Omap3530HwBase::TVirtual<0x48005030>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    65
const TUint32 KCM_AUTOIDLE_USBHOST = Omap3530HwBase::TVirtual<0x48005430>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    66
const TUint32 KCM_IDLEST1_CORE = Omap3530HwBase::TVirtual<0x48004A20>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    67
const TUint32 KCM_IDLEST2_CORE = Omap3530HwBase::TVirtual<0x48004A24>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    68
const TUint32 KCM_IDLEST3_CORE = Omap3530HwBase::TVirtual<0x48004A28>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    69
const TUint32 KCM_IDLEST_IVA2 = Omap3530HwBase::TVirtual<0x48004024>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    70
const TUint32 KCM_IDLEST_MPU = Omap3530HwBase::TVirtual<0x48004920>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    71
const TUint32 KCM_IDLEST_SGX = Omap3530HwBase::TVirtual<0x48004B20>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    72
const TUint32 KCM_IDLEST_WKUP = Omap3530HwBase::TVirtual<0x48004C20>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    73
const TUint32 KCM_IDLEST_CKGEN = Omap3530HwBase::TVirtual<0x48004D20>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    74
const TUint32 KCM_IDLEST2_CKGEN = Omap3530HwBase::TVirtual<0x48004D24>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    75
const TUint32 KCM_IDLEST_DSS = Omap3530HwBase::TVirtual<0x48004E20>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    76
const TUint32 KCM_IDLEST_CAM = Omap3530HwBase::TVirtual<0x48004F20>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    77
const TUint32 KCM_IDLEST_PER = Omap3530HwBase::TVirtual<0x48005020>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    78
const TUint32 KCM_IDLEST_NEON = Omap3530HwBase::TVirtual<0x48005320>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    79
const TUint32 KCM_IDLEST_USBHOST = Omap3530HwBase::TVirtual<0x48005420>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    80
const TUint32 KCM_SLEEPDEP_SGX = Omap3530HwBase::TVirtual<0x48004B44>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    81
const TUint32 KCM_SLEEPDEP_DSS = Omap3530HwBase::TVirtual<0x48004E44>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    82
const TUint32 KCM_SLEEPDEP_CAM = Omap3530HwBase::TVirtual<0x48004F44>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    83
const TUint32 KCM_SLEEPDEP_PER = Omap3530HwBase::TVirtual<0x48005044>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    84
const TUint32 KCM_SLEEPDEP_USBHOST = Omap3530HwBase::TVirtual<0x48005444>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    85
const TUint32 KCM_CLKSTCTRL_IVA2 = Omap3530HwBase::TVirtual<0x48004048>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    86
const TUint32 KCM_CLKSTCTRL_MPU = Omap3530HwBase::TVirtual<0x48004948>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    87
const TUint32 KCM_CLKSTCTRL_CORE = Omap3530HwBase::TVirtual<0x48004A48>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    88
const TUint32 KCM_CLKSTCTRL_SGX = Omap3530HwBase::TVirtual<0x48004B48>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    89
const TUint32 KCM_CLKSTCTRL_DSS = Omap3530HwBase::TVirtual<0x48004E48>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    90
const TUint32 KCM_CLKSTCTRL_CAM = Omap3530HwBase::TVirtual<0x48004F48>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    91
const TUint32 KCM_CLKSTCTRL_PER = Omap3530HwBase::TVirtual<0x48005048>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    92
const TUint32 KCM_CLKSTCTRL_EMU = Omap3530HwBase::TVirtual<0x48005148>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    93
const TUint32 KCM_CLKSTCTRL_NEON = Omap3530HwBase::TVirtual<0x48005348>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    94
const TUint32 KCM_CLKSTCTRL_USBHOST = Omap3530HwBase::TVirtual<0x48005448>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    95
const TUint32 KCM_CLKSTST_IVA2 = Omap3530HwBase::TVirtual<0x4800404C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    96
const TUint32 KCM_CLKSTST_MPU = Omap3530HwBase::TVirtual<0x4800494C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    97
const TUint32 KCM_CLKSTST_CORE = Omap3530HwBase::TVirtual<0x48004A4C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    98
const TUint32 KCM_CLKSTST_SGX = Omap3530HwBase::TVirtual<0x48004B4C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
    99
const TUint32 KCM_CLKSTST_DSS = Omap3530HwBase::TVirtual<0x48004E4C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   100
const TUint32 KCM_CLKSTST_CAM = Omap3530HwBase::TVirtual<0x48004F4C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   101
const TUint32 KCM_CLKSTST_PER = Omap3530HwBase::TVirtual<0x4800504C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   102
const TUint32 KCM_CLKSTST_EMU = Omap3530HwBase::TVirtual<0x4800514C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   103
const TUint32 KCM_CLKSTST_USBHOST = Omap3530HwBase::TVirtual<0x4800544C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   104
const TUint32 KCM_CLKSEL1_PLL_IVA2 = Omap3530HwBase::TVirtual<0x48004040>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   105
const TUint32 KCM_CLKSEL2_PLL_IVA2 = Omap3530HwBase::TVirtual<0x48004044>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   106
const TUint32 KCM_CLKSEL1_PLL_MPU = Omap3530HwBase::TVirtual<0x48004940>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   107
const TUint32 KCM_CLKSEL2_PLL_MPU = Omap3530HwBase::TVirtual<0x48004944>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   108
const TUint32 KCM_CLKEN_PLL_IVA2 = Omap3530HwBase::TVirtual<0x48004004>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   109
const TUint32 KCM_CLKEN_PLL_MPU = Omap3530HwBase::TVirtual<0x48004904>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   110
const TUint32 KCM_CLKEN2_PLL = Omap3530HwBase::TVirtual<0x48004D04>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   111
const TUint32 KCM_AUTOIDLE_PLL_IVA2 = Omap3530HwBase::TVirtual<0x48004034>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   112
const TUint32 KCM_AUTOIDLE_PLL_MPU = Omap3530HwBase::TVirtual<0x48004934>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   113
const TUint32 KCM_IDLEST_PLL_IVA2 = Omap3530HwBase::TVirtual<0x48004024>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   114
const TUint32 KCM_IDLEST_PLL_MPU = Omap3530HwBase::TVirtual<0x48004924>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   115
const TUint32 KCM_REVISION = Omap3530HwBase::TVirtual<0x48004800>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   116
const TUint32 KCM_SYSCONFIG = Omap3530HwBase::TVirtual<0x48004810>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   117
const TUint32 KCM_CLKOUT_CTRL = Omap3530HwBase::TVirtual<0x48004D70>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   118
const TUint32 KCM_POLCTRL = Omap3530HwBase::TVirtual<0x4800529C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   119
const TUint32 KRM_RSTCTRL_IVA2 = Omap3530HwBase::TVirtual<0x48306050>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   120
const TUint32 KRM_RSTST_IVA2 = Omap3530HwBase::TVirtual<0x48306058>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   121
const TUint32 KPM_WKDEP_IVA2 = Omap3530HwBase::TVirtual<0x483060C8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   122
const TUint32 KPM_PWSTCTRL_IVA2 = Omap3530HwBase::TVirtual<0x483060E0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   123
const TUint32 KPM_PWSTST_IVA2 = Omap3530HwBase::TVirtual<0x483060E4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   124
const TUint32 KPM_PREPWSTST_IVA2 = Omap3530HwBase::TVirtual<0x483060E8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   125
const TUint32 KPRM_IRQSTATUS_IVA2 = Omap3530HwBase::TVirtual<0x483060F8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   126
const TUint32 KPRM_IRQENABLE_IVA2 = Omap3530HwBase::TVirtual<0x483060FC>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   127
const TUint32 KPRM_REVISION = Omap3530HwBase::TVirtual<0x48306804>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   128
const TUint32 KPRM_SYSCONFIG = Omap3530HwBase::TVirtual<0x48306814>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   129
const TUint32 KPRM_IRQSTATUS_MPU = Omap3530HwBase::TVirtual<0x48306818>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   130
const TUint32 KPRM_IRQENABLE_MPU = Omap3530HwBase::TVirtual<0x4830681C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   131
const TUint32 KRM_RSTST_MPU = Omap3530HwBase::TVirtual<0x48306958>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   132
const TUint32 KPM_WKDEP_MPU = Omap3530HwBase::TVirtual<0x483069C8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   133
const TUint32 KPM_EVGENCTRL_MPU = Omap3530HwBase::TVirtual<0x483069D4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   134
const TUint32 KPM_EVGENONTIM_MPU = Omap3530HwBase::TVirtual<0x483069D8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   135
const TUint32 KPM_EVGENOFFTIM_MPU = Omap3530HwBase::TVirtual<0x483069DC>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   136
const TUint32 KPM_PWSTCTRL_MPU = Omap3530HwBase::TVirtual<0x483069E0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   137
const TUint32 KPM_PWSTST_MPU = Omap3530HwBase::TVirtual<0x483069E4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   138
const TUint32 KPM_PREPWSTST_MPU = Omap3530HwBase::TVirtual<0x483069E8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   139
const TUint32 KRM_RSTST_CORE = Omap3530HwBase::TVirtual<0x48306A58>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   140
const TUint32 KPM_WKEN1_CORE = Omap3530HwBase::TVirtual<0x48306AA0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   141
const TUint32 KPM_MPUGRPSEL1_CORE = Omap3530HwBase::TVirtual<0x48306AA4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   142
const TUint32 KPM_IVA2GRPSEL1_CORE = Omap3530HwBase::TVirtual<0x48306AA8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   143
const TUint32 KPM_WKST1_CORE = Omap3530HwBase::TVirtual<0x48306AB0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   144
const TUint32 KPM_WKST3_CORE = Omap3530HwBase::TVirtual<0x48306AB8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   145
const TUint32 KPM_PWSTCTRL_CORE = Omap3530HwBase::TVirtual<0x48306AE0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   146
const TUint32 KPM_PWSTST_CORE = Omap3530HwBase::TVirtual<0x48306AE4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   147
const TUint32 KPM_PREPWSTST_CORE = Omap3530HwBase::TVirtual<0x48306AE8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   148
const TUint32 KPM_WKEN3_CORE = Omap3530HwBase::TVirtual<0x48306AF0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   149
const TUint32 KPM_IVA2GRPSEL3_CORE = Omap3530HwBase::TVirtual<0x48306AF4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   150
const TUint32 KPM_MPUGRPSEL3_CORE = Omap3530HwBase::TVirtual<0x48306AF8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   151
const TUint32 KRM_RSTST_SGX = Omap3530HwBase::TVirtual<0x48306B58>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   152
const TUint32 KPM_WKDEP_SGX = Omap3530HwBase::TVirtual<0x48306BC8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   153
const TUint32 KPM_PWSTCTRL_SGX = Omap3530HwBase::TVirtual<0x48306BE0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   154
const TUint32 KPM_PWSTST_SGX = Omap3530HwBase::TVirtual<0x48306BE4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   155
const TUint32 KPM_PREPWSTST_SGX = Omap3530HwBase::TVirtual<0x48306BE8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   156
const TUint32 KPM_WKEN_WKUP = Omap3530HwBase::TVirtual<0x48306CA0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   157
const TUint32 KPM_MPUGRPSEL_WKUP = Omap3530HwBase::TVirtual<0x48306CA4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   158
const TUint32 KPM_IVA2GRPSEL_WKUP = Omap3530HwBase::TVirtual<0x48306CA8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   159
const TUint32 KPM_WKST_WKUP = Omap3530HwBase::TVirtual<0x48306CB0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   160
const TUint32 KPRM_CLKSEL = Omap3530HwBase::TVirtual<0x48306D40>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   161
const TUint32 KPRM_CLKOUT_CTRL = Omap3530HwBase::TVirtual<0x48306D70>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   162
const TUint32 KRM_RSTST_DSS = Omap3530HwBase::TVirtual<0x48306E58>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   163
const TUint32 KPM_WKEN_DSS = Omap3530HwBase::TVirtual<0x48306EA0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   164
const TUint32 KPM_WKDEP_DSS = Omap3530HwBase::TVirtual<0x48306EC8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   165
const TUint32 KPM_PWSTCTRL_DSS = Omap3530HwBase::TVirtual<0x48306EE0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   166
const TUint32 KPM_PWSTST_DSS = Omap3530HwBase::TVirtual<0x48306EE4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   167
const TUint32 KPM_PREPWSTST_DSS = Omap3530HwBase::TVirtual<0x48306EE8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   168
const TUint32 KRM_RSTST_CAM = Omap3530HwBase::TVirtual<0x48306F58>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   169
const TUint32 KPM_WKDEP_CAM = Omap3530HwBase::TVirtual<0x48306FC8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   170
const TUint32 KPM_PWSTCTRL_CAM = Omap3530HwBase::TVirtual<0x48306FE0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   171
const TUint32 KPM_PWSTST_CAM = Omap3530HwBase::TVirtual<0x48306FE4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   172
const TUint32 KPM_PREPWSTST_CAM = Omap3530HwBase::TVirtual<0x48306FE8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   173
const TUint32 KRM_RSTST_PER = Omap3530HwBase::TVirtual<0x48307058>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   174
const TUint32 KPM_WKEN_PER = Omap3530HwBase::TVirtual<0x483070A0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   175
const TUint32 KPM_MPUGRPSEL_PER = Omap3530HwBase::TVirtual<0x483070A4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   176
const TUint32 KPM_IVA2GRPSEL_PER = Omap3530HwBase::TVirtual<0x483070A8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   177
const TUint32 KPM_WKST_PER = Omap3530HwBase::TVirtual<0x483070B0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   178
const TUint32 KPM_WKDEP_PER = Omap3530HwBase::TVirtual<0x483070C8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   179
const TUint32 KPM_PWSTCTRL_PER = Omap3530HwBase::TVirtual<0x483070E0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   180
const TUint32 KPM_PWSTST_PER = Omap3530HwBase::TVirtual<0x483070E4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   181
const TUint32 KPM_PREPWSTST_PER = Omap3530HwBase::TVirtual<0x483070E8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   182
const TUint32 KRM_RSTST_EMU = Omap3530HwBase::TVirtual<0x48307158>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   183
const TUint32 KPM_PWSTST_EMU = Omap3530HwBase::TVirtual<0x483071E4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   184
const TUint32 KPRM_VC_SMPS_SA = Omap3530HwBase::TVirtual<0x48307220>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   185
const TUint32 KPRM_VC_SMPS_VOL_RA = Omap3530HwBase::TVirtual<0x48307224>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   186
const TUint32 KPRM_VC_SMPS_CMD_RA = Omap3530HwBase::TVirtual<0x48307228>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   187
const TUint32 KPRM_VC_CMD_VAL_0 = Omap3530HwBase::TVirtual<0x4830722C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   188
const TUint32 KPRM_VC_CMD_VAL_1 = Omap3530HwBase::TVirtual<0x48307230>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   189
const TUint32 KPRM_VC_CH_CONF = Omap3530HwBase::TVirtual<0x48307234>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   190
const TUint32 KPRM_VC_I2C_CFG = Omap3530HwBase::TVirtual<0x48307238>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   191
const TUint32 KPRM_VC_BYPASS_VAL = Omap3530HwBase::TVirtual<0x4830723C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   192
const TUint32 KPRM_RSTCTRL = Omap3530HwBase::TVirtual<0x48307250>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   193
const TUint32 KPRM_RSTTIME = Omap3530HwBase::TVirtual<0x48307254>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   194
const TUint32 KPRM_RSTST = Omap3530HwBase::TVirtual<0x48307258>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   195
const TUint32 KPRM_VOLTCTRL = Omap3530HwBase::TVirtual<0x48307260>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   196
const TUint32 KPRM_SRAM_PCHARGE = Omap3530HwBase::TVirtual<0x48307264>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   197
const TUint32 KPRM_CLKSRC_CTRL = Omap3530HwBase::TVirtual<0x48307270>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   198
const TUint32 KPRM_OBS = Omap3530HwBase::TVirtual<0x48307280>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   199
const TUint32 KPRM_VOLTSETUP1 = Omap3530HwBase::TVirtual<0x48307290>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   200
const TUint32 KPRM_VOLTOFFSET = Omap3530HwBase::TVirtual<0x48307294>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   201
const TUint32 KPRM_CLKSETUP = Omap3530HwBase::TVirtual<0x48307298>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   202
const TUint32 KPRM_POLCTRL = Omap3530HwBase::TVirtual<0x4830729C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   203
const TUint32 KPRM_VOLTSETUP2 = Omap3530HwBase::TVirtual<0x483072A0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   204
const TUint32 KRM_RSTST_NEON = Omap3530HwBase::TVirtual<0x48307358>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   205
const TUint32 KPM_WKDEP_NEON = Omap3530HwBase::TVirtual<0x483073C8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   206
const TUint32 KPM_PWSTCTRL_NEON = Omap3530HwBase::TVirtual<0x483073E0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   207
const TUint32 KPM_PWSTST_NEON = Omap3530HwBase::TVirtual<0x483073E4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   208
const TUint32 KPM_PREPWSTST_NEON = Omap3530HwBase::TVirtual<0x483073E8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   209
const TUint32 KRM_RSTST_USBHOST = Omap3530HwBase::TVirtual<0x48307458>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   210
const TUint32 KPM_WKEN_USBHOST = Omap3530HwBase::TVirtual<0x483074A0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   211
const TUint32 KPM_MPUGRPSEL_USBHOST = Omap3530HwBase::TVirtual<0x483074A4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   212
const TUint32 KPM_IVA2GRPSEL_USBHOST = Omap3530HwBase::TVirtual<0x483074A8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   213
const TUint32 KPM_WKST_USBHOST = Omap3530HwBase::TVirtual<0x483074B0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   214
const TUint32 KPM_WKDEP_USBHOST = Omap3530HwBase::TVirtual<0x483074C8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   215
const TUint32 KPM_PWSTCTRL_USBHOST = Omap3530HwBase::TVirtual<0x483074E0>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   216
const TUint32 KPM_PWSTST_USBHOST = Omap3530HwBase::TVirtual<0x483074E4>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   217
const TUint32 KPM_PREPWSTST_USBHOST = Omap3530HwBase::TVirtual<0x483074E8>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   218
const TUint32 KMAILBOX_SYSCONFIG = Omap3530HwBase::TVirtual<0x48094010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   219
const TUint32 KCONTROL_SYSCONFIG = Omap3530HwBase::TVirtual<0x48002010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   220
const TUint32 KMMU1_SYSCONFIG = Omap3530HwBase::TVirtual<0x480BD410>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   221
const TUint32 KMMU2_SYSCONFIG = Omap3530HwBase::TVirtual<0x5D000010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   222
const TUint32 KDMA4_OCP_SYSCONFIG = Omap3530HwBase::TVirtual<0x4805602C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   223
const TUint32 KINTCPS_SYSCONFIG = Omap3530HwBase::TVirtual<0x48200010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   224
const TUint32 KGPMC_SYSCONFIG = Omap3530HwBase::TVirtual<0x6E000010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   225
const TUint32 KSMS_SYSCONFIG = Omap3530HwBase::TVirtual<0x6C000010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   226
const TUint32 KSDRC_SYSCONFIG = Omap3530HwBase::TVirtual<0x6D000010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   227
const TUint32 KISP_SYSCONFIG = Omap3530HwBase::TVirtual<0x480BC004>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   228
const TUint32 KCBUFF_SYSCONFIG = Omap3530HwBase::TVirtual<0x480BC110>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   229
const TUint32 KSYSC_SYSCONFIG = Omap3530HwBase::TVirtual<0x01C20008>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   230
const TUint32 KWUGEN_SYSCONFIG = Omap3530HwBase::TVirtual<0x01C21008>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   231
const TUint32 KDSS_SYSCONFIG = Omap3530HwBase::TVirtual<0x48050010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   232
const TUint32 KDISPC_SYSCONFIG = Omap3530HwBase::TVirtual<0x48050410>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   233
const TUint32 KRFBI_SYSCONFIG = Omap3530HwBase::TVirtual<0x48050810>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   234
const TUint32 KDSI_SYSCONFIG = Omap3530HwBase::TVirtual<0x4804FC10>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   235
const TUint32 KWD1_SYSCONFIG = Omap3530HwBase::TVirtual<0x4830C010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   236
const TUint32 KWD2_SYSCONFIG = Omap3530HwBase::TVirtual<0x48314010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   237
const TUint32 KWD3_SYSCONFIG = Omap3530HwBase::TVirtual<0x49030010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   238
const TUint32 K32KSYNCNT_SYSCONFIG = Omap3530HwBase::TVirtual<0x48320004>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   239
const TUint32 KI2C3_SYSC = Omap3530HwBase::TVirtual<0x48060020>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   240
const TUint32 KI2C1_SYSC = Omap3530HwBase::TVirtual<0x48070020>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   241
const TUint32 KI2C2_SYSC = Omap3530HwBase::TVirtual<0x48072020>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   242
const TUint32 KMCSPI1_SYSCONFIG = Omap3530HwBase::TVirtual<0x48098010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   243
const TUint32 KMCSPI2_SYSCONFIG = Omap3530HwBase::TVirtual<0x4809A010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   244
const TUint32 KMCSPI3_SYSCONFIG = Omap3530HwBase::TVirtual<0x480B8010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   245
const TUint32 KMCSPI4_SYSCONFIG = Omap3530HwBase::TVirtual<0x480BA010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   246
const TUint32 KHDQ_SYSCONFIG = Omap3530HwBase::TVirtual<0x480B2014>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   247
const TUint32 KMCBSPLP1_SYSCONFIG = Omap3530HwBase::TVirtual<0x4807408C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   248
const TUint32 KMCBSPLP5_SYSCONFIG = Omap3530HwBase::TVirtual<0x4809608C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   249
const TUint32 KMCBSPLP2_SYSCONFIG = Omap3530HwBase::TVirtual<0x4902208C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   250
const TUint32 KMCBSPLP3_SYSCONFIG = Omap3530HwBase::TVirtual<0x4902408C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   251
const TUint32 KMCBSPLP4_SYSCONFIG = Omap3530HwBase::TVirtual<0x4902608C>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   252
const TUint32 KST2_SYSCONFIG = Omap3530HwBase::TVirtual<0x49028010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   253
const TUint32 KST3_SYSCONFIG = Omap3530HwBase::TVirtual<0x4902A010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   254
const TUint32 KMMCHS1_SYSCONFIG = Omap3530HwBase::TVirtual<0x4809C010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   255
const TUint32 KMMCHS3_SYSCONFIG = Omap3530HwBase::TVirtual<0x480AD010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   256
const TUint32 KMMCHS2_SYSCONFIG = Omap3530HwBase::TVirtual<0x480B4010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   257
const TUint32 KOTG_SYSCONFIG = Omap3530HwBase::TVirtual<0x480AB404>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   258
const TUint32 KUSBTLL_SYSCONFIG = Omap3530HwBase::TVirtual<0x48062010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   259
const TUint32 KUHH_SYSCONFIG = Omap3530HwBase::TVirtual<0x48064010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   260
const TUint32 KGPIO1_SYSCONFIG = Omap3530HwBase::TVirtual<0x48310010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   261
const TUint32 KGPIO2_SYSCONFIG = Omap3530HwBase::TVirtual<0x49050010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   262
const TUint32 KGPIO3_SYSCONFIG = Omap3530HwBase::TVirtual<0x49052010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   263
const TUint32 KGPIO4_SYSCONFIG = Omap3530HwBase::TVirtual<0x49054010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   264
const TUint32 KGPIO5_SYSCONFIG = Omap3530HwBase::TVirtual<0x49056010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   265
const TUint32 KGPIO6_SYSCONFIG = Omap3530HwBase::TVirtual<0x49058010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   266
const TUint32 KUART1_SYSC = Omap3530HwBase::TVirtual<0x4806A050>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   267
const TUint32 KUART2_SYSC = Omap3530HwBase::TVirtual<0x4806C050>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   268
const TUint32 KUART3_SYSC = Omap3530HwBase::TVirtual<0x49020050>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   269
const TUint32 KTI1OCP_CFG = Omap3530HwBase::TVirtual<0x48318010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   270
const TUint32 KTI2OCP_CFG = Omap3530HwBase::TVirtual<0x49032010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   271
const TUint32 KTI3OCP_CFG = Omap3530HwBase::TVirtual<0x49034010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   272
const TUint32 KTI4OCP_CFG = Omap3530HwBase::TVirtual<0x49036010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   273
const TUint32 KTI5OCP_CFG = Omap3530HwBase::TVirtual<0x49038010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   274
const TUint32 KTI6OCP_CFG = Omap3530HwBase::TVirtual<0x4903A010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   275
const TUint32 KTI7OCP_CFG = Omap3530HwBase::TVirtual<0x4903C010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   276
const TUint32 KTI8OCP_CFG = Omap3530HwBase::TVirtual<0x4903E010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   277
const TUint32 KTI9OCP_CFG = Omap3530HwBase::TVirtual<0x49040010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   278
const TUint32 KTI10OCP_CFG = Omap3530HwBase::TVirtual<0x48086010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   279
const TUint32 KTI11OCP_CFG = Omap3530HwBase::TVirtual<0x48088010>::Value;
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   280
const TUint32 KTI12OCP_CFG = Omap3530HwBase::TVirtual<0x48304010>::Value;
59
7f38143c4aa6 Fixed prcm build warnings / updated led driver
Lukasz Forynski <lukasz.forynski@gmail.com>
parents: 0
diff changeset
   281
0
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   282
6663340f3fc9 Add EPL'd beagleboard code
Pat Downey <patd@symbian.org>
parents:
diff changeset
   283
#endif