summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/cen/cen_centaur_regs.rule
blob: bef16d5a24f9c19ec99f125c00fb2964e38216c9 (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
# $Source: src/usr/diag/prdf/common/plat/cen/cen_centaur_regs.rule $
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2017,2018
# [+] 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

    ############################################################################
    # Centaur chip TP_LFIR
    ############################################################################

    register TP_LFIR_MASK_OR
    {
        name        "Centaur chip TP_LFIR MASK atomic OR";
        scomaddr    0x0104000f;
        capture     group never;
        access      write_only;
    };

    ############################################################################
    # Additional regs for CEN target MBSECCFIR
    ############################################################################

    register MBSECCFIR_0_AND
    {
        name        "Centaur chip MBSECCFIR_0 atomic AND";
        scomaddr    0x02011441;
        capture     group never;
        access      write_only;
    };

    register MBSECCFIR_0_MASK_AND
    {
        name        "MBU.MBS.ECC01.MBECCFIR_MASK_AND";
        scomaddr    0x02011444;
        capture     group never;
        access      write_only;
    };

    register MBSECCFIR_0_MASK_OR
    {
        name        "MBU.MBS.ECC01.MBECCFIR_MASK_OR";
        scomaddr    0x02011445;
        capture     group never;
        access      write_only;
    };

    register MBSECCFIR_1_AND
    {
        name        "Centaur chip MBSECCFIR_1 atomic AND";
        scomaddr    0x02011481;
        capture     group never;
        access      write_only;
    };

    register MBSECCFIR_1_MASK_AND
    {
        name        "MBU.MBS.ECC23.MBECCFIR_MASK_AND";
        scomaddr    0x02011484;
        capture     group never;
        access      write_only;
    };

    register MBSECCFIR_1_MASK_OR
    {
        name        "MBU.MBS.ECC23.MBECCFIR_MASK_OR";
        scomaddr    0x02011485;
        capture     group never;
        access      write_only;
    };

    ############################################################################
    # Memory maintenance threshold control registers
    ############################################################################

    register MBSTR_0
    {
        name        "MBU.MBS.MCBISTS01.SCOMFIR.MBSTRQ";
        scomaddr    0x02011655;
        capture     group default;
        capture     group MaintCmdRegs_mba0;
    };

    register MBSTR_1
    {
        name        "MBU.MBS.MCBISTS23.SCOMFIR.MBSTRQ";
        scomaddr    0x02011755;
        capture     group default;
        capture     group MaintCmdRegs_mba1;
    };


OpenPOWER on IntegriCloud