blob: 99eb68e8aab18734d5017e355c8561b648cdd3b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/include/registers/qppm_register_addresses.h $ */
/* */
/* OpenPOWER OnChipController Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
/* You may obtain a copy of the License at */
/* */
/* http://www.apache.org/licenses/LICENSE-2.0 */
/* */
/* Unless required by applicable law or agreed to in writing, software */
/* distributed under the License is distributed on an "AS IS" BASIS, */
/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
/* implied. See the License for the specific language governing */
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
#ifndef __QPPM_REGISTER_ADDRESSES_H__
#define __QPPM_REGISTER_ADDRESSES_H__
/// \file qppm_register_addresses.h
/// \brief Symbolic addresses for the QPPM unit
// *** WARNING *** - This file is generated automatically, do not edit.
#define QPPM_PIB_BASE 0x100F0000
#define QPPM_QPMMR 0x100f0103
#define QPPM_QPMMR_CLR 0x100f0104
#define QPPM_QPMMR_OR 0x100f0105
#define QPPM_ERRSUM 0x100f0120
#define QPPM_ERR 0x100f0121
#define QPPM_ERRMSK 0x100f0122
#define QPPM_DPLL_FREQ 0x100f0151
#define QPPM_DPLL_CTRL 0x100f0152
#define QPPM_DPLL_CTRL_CLR 0x100f0153
#define QPPM_DPLL_CTRL_OR 0x100f0154
#define QPPM_DPLL_STAT 0x100f0155
#define QPPM_DPLL_OCHAR 0x100f0156
#define QPPM_DPLL_ICHAR 0x100f0157
#define QPPM_OCCHB 0x100f015f
#define QPPM_QACCR 0x100f0160
#define QPPM_QACCR_CLR 0x100f0161
#define QPPM_QACCR_OR 0x100f0162
#define QPPM_QACSR 0x100f0163
#define QPPM_VDMCFGR 0x100f01b6
#define QPPM_EDRAM_CTRL 0x100f01bd
#define QPPM_EDRAM_CTRL_CLR 0x100f01be
#define QPPM_EDRAM_CTRL_OR 0x100f01bf
#endif // __QPPM_REGISTER_ADDRESSES_H__
|