rv_ctrl.hh (8281:a8c4b7a24d62) rv_ctrl.hh (8524:1ddd1aa0e55b)
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 65 unchanged lines hidden (view full) ---

74 MciCtl = 0x48,
75 Flash = 0x4C,
76 Clcd = 0x50,
77 ClcdSer = 0x54,
78 Bootcs = 0x58,
79 Clock24 = 0x5C,
80 Misc = 0x60,
81 IoSel = 0x70,
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 65 unchanged lines hidden (view full) ---

74 MciCtl = 0x48,
75 Flash = 0x4C,
76 Clcd = 0x50,
77 ClcdSer = 0x54,
78 Bootcs = 0x58,
79 Clock24 = 0x5C,
80 Misc = 0x60,
81 IoSel = 0x70,
82 ProcId = 0x84,
82 ProcId0 = 0x84,
83 ProcId1 = 0x88,
84 CfgCtrl = 0xA0,
85 CfgData = 0xA4,
86 CfgStat = 0xA8,
83 TestOsc0 = 0xC0,
84 TestOsc1 = 0xC4,
85 TestOsc2 = 0xC8,
86 TestOsc3 = 0xCC,
87 TestOsc4 = 0xD0
88 };
89
90 // system lock value

--- 48 unchanged lines hidden ---
87 TestOsc0 = 0xC0,
88 TestOsc1 = 0xC4,
89 TestOsc2 = 0xC8,
90 TestOsc3 = 0xCC,
91 TestOsc4 = 0xD0
92 };
93
94 // system lock value

--- 48 unchanged lines hidden ---