blob: 07b251d30a9b8fc9c623bec3f74b9436e6f559b0 [file] [log] [blame]
Matt Spinler0c0eeff2017-02-28 10:06:56 -06001#pragma once
2
3namespace openpower
4{
5namespace cfam
6{
7namespace p9
8{
9static constexpr uint16_t P9_FSI_A_SI1S = 0x081C;
10static constexpr uint16_t P9_LL_MODE_REG = 0x0840;
11static constexpr uint16_t P9_FSI2PIB_INTERRUPT = 0x100B;
12static constexpr uint16_t P9_FSI2PIB_TRUE_MASK = 0x100D;
13static constexpr uint16_t P9_CBS_CS = 0x2801;
Andrew Geissler2548c7a2017-05-18 15:35:40 -050014static constexpr uint16_t P9_SBE_CTRL_STATUS = 0x2808;
Matt Spinler0c0eeff2017-02-28 10:06:56 -060015static constexpr uint16_t P9_ROOT_CTRL0 = 0x2810;
16static constexpr uint16_t P9_PERV_CTRL0 = 0x281A;
17static constexpr uint16_t P9_SCRATCH_REGISTER_8 = 0x283F;
18static constexpr uint16_t P9_ROOT_CTRL8 = 0x2918;
19}
20}
21}