summaryrefslogtreecommitdiffstats
path: root/src/include/registers/cppm_register_addresses.h
blob: 5c4ca74580c004d2addf6cce106ac7a9f13c6797 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* $Source: src/include/registers/cppm_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 __CPPM_REGISTER_ADDRESSES_H__
#define __CPPM_REGISTER_ADDRESSES_H__

/// \file cppm_register_addresses.h
/// \brief Symbolic addresses for the CPPM unit

// *** WARNING *** - This file is generated automatically, do not edit.


#define CPPM_PIB_BASE 0x000F0000
#define CPPM_CPMMR 0x000f0106
#define CPPM_CPMMR_CLR 0x000f0107
#define CPPM_CPMMR_OR 0x000f0108
#define CPPM_PERRSUM 0x000f0120
#define CPPM_ERR 0x000f0121
#define CPPM_ERRMSK 0x000f0122
#define CPPM_NC0INDIR 0x000f0130
#define CPPM_NC0INDIR_CLR 0x000f0131
#define CPPM_NC0INDIR_OR 0x000f0132
#define CPPM_NC1INDIR 0x000f0133
#define CPPM_NC1INDIR_CLR 0x000f0134
#define CPPM_NC1INDIR_OR 0x000f0135
#define CPPM_CSAR 0x000f0138
#define CPPM_CSAR_CLR 0x000f0139
#define CPPM_CSAR_OR 0x000f013a
#define CPPM_CACCR 0x000f0168
#define CPPM_CACCR_CLR 0x000f0169
#define CPPM_CACCR_OR 0x000f016a
#define CPPM_CACSR 0x000f016b
#define CPPM_CMEDB0 0x000f0190
#define CPPM_CMEDB0_CLR 0x000f0191
#define CPPM_CMEDB0_OR 0x000f0192
#define CPPM_CMEDB1 0x000f0194
#define CPPM_CMEDB1_CLR 0x000f0195
#define CPPM_CMEDB1_OR 0x000f0196
#define CPPM_CMEDB2 0x000f0198
#define CPPM_CMEDB2_CLR 0x000f0199
#define CPPM_CMEDB2_OR 0x000f019a
#define CPPM_CMEDB3 0x000f019c
#define CPPM_CMEDB3_CLR 0x000f019d
#define CPPM_CMEDB3_OR 0x000f019e
#define CPPM_CMEDATA 0x000f01a8
#define CPPM_CMEDATA_CLR 0x000f01a9
#define CPPM_CMEDATA_OR 0x000f01aa
#define CPPM_CMEMSG 0x000f01ab
#define CPPM_CISR 0x000f01ae
#define CPPM_PECES 0x000f01af
#define CPPM_CIVRMLCR 0x000f01b7
#define CPPM_IPPMCMD 0x000f01c0
#define CPPM_IPPMSTAT 0x000f01c1
#define CPPM_IPPMWDATA 0x000f01c2
#define CPPM_IPPMRDATA 0x000f01c3

#endif // __CPPM_REGISTER_ADDRESSES_H__

OpenPOWER on IntegriCloud