1 #pragma once 2 3 namespace openpower 4 { 5 namespace cfam 6 { 7 namespace p9 8 { 9 static constexpr uint16_t P9_FSI_A_SI1S = 0x081C; 10 static constexpr uint16_t P9_LL_MODE_REG = 0x0840; 11 static constexpr uint16_t P9_FSI2PIB_INTERRUPT = 0x100B; 12 static constexpr uint16_t P9_FSI2PIB_TRUE_MASK = 0x100D; 13 static constexpr uint16_t P9_CBS_CS = 0x2801; 14 static constexpr uint16_t P9_ROOT_CTRL0 = 0x2810; 15 static constexpr uint16_t P9_PERV_CTRL0 = 0x281A; 16 static constexpr uint16_t P9_SCRATCH_REGISTER_8 = 0x283F; 17 static constexpr uint16_t P9_ROOT_CTRL8 = 0x2918; 18 } 19 } 20 } 21