xref: /openbmc/openpower-proc-control/p10_cfam.hpp (revision 65c0101c017e725c1470d60e1fd054795c5c6a23)
1 #pragma once
2 
3 namespace openpower
4 {
5 namespace cfam
6 {
7 namespace p10
8 {
9 
10 static constexpr uint16_t P10_ROOT_CTRL8 = 0x2818;
11 static constexpr uint16_t P10_SCRATCH_REG_12 = 0x2983;
12 
13 } // namespace p10
14 } // namespace cfam
15 } // namespace openpower
16