aboutsummaryrefslogtreecommitdiff
path: root/include/npu2-regs.h
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2018-07-18 10:43:59 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-07-17 22:49:27 -0500
commitb8702e2c69638f9cab818e76232af3481935e250 (patch)
tree73bad0cc0f7411c99a2a1e0434ccf3ede37f89e8 /include/npu2-regs.h
parentf651e8eb56e2c17aeac58fd50c20f874d874169c (diff)
downloadskiboot-b8702e2c69638f9cab818e76232af3481935e250.zip
skiboot-b8702e2c69638f9cab818e76232af3481935e250.tar.gz
skiboot-b8702e2c69638f9cab818e76232af3481935e250.tar.bz2
Move pb_cen_hp_mode_curr register definition to xscom-p9-reg.h
Currently it is defined in npu2-regs.h but needs to be used by other files as well so move it somewhere generic. Signed-off-by: Alistair Popple <alistair@popple.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include/npu2-regs.h')
-rw-r--r--include/npu2-regs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/npu2-regs.h b/include/npu2-regs.h
index 7eb9d46..d797026 100644
--- a/include/npu2-regs.h
+++ b/include/npu2-regs.h
@@ -36,8 +36,6 @@ void npu2_scom_write(uint64_t gcid, uint64_t scom_base,
#define MCD_BANK_CN_VALID PPC_BIT(0)
#define MCD_BANK_CN_SIZE PPC_BITMASK(13,29)
#define MCD_BANK_CN_ADDR PPC_BITMASK(33,63)
-#define PB_CENT_HP_MODE_CURR 0x5011c0c
-#define PB_CFG_CHG_RATE_GP_MASTER PPC_BIT(2)
#define PB_CENT_MODE 0x5011c0a
#define PB_CFG_CHIP_ADDR_EXTENSION_MASK_CENT PPC_BITMASK(42,48)