aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2015-09-10 07:35:42 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-09-11 15:41:48 +1000
commit7d29629bd980cbeceba357be044200657d065136 (patch)
tree6a92e0d43dba81113c08d2e32ed87e239074675e /include
parent2eed1b081643dedc6df06051a7f396dff4593258 (diff)
downloadskiboot-7d29629bd980cbeceba357be044200657d065136.zip
skiboot-7d29629bd980cbeceba357be044200657d065136.tar.gz
skiboot-7d29629bd980cbeceba357be044200657d065136.tar.bz2
psi: Fix a few typos
Nothing critical, no functional changes. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/psi.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/psi.h b/include/psi.h
index 36240e1..cb8d7ea 100644
--- a/include/psi.h
+++ b/include/psi.h
@@ -91,13 +91,13 @@
#define PSIHB_XIVR_LPC 0x70
#define PSIHB_XIVR_LOCAL_ERR 0x78
#define PSIHB_XIVR_HOST_ERR 0x80
-#define PSIHB_ISRN 0x88
-#define PSIHB_ISRN_COMP PPC_BITMASK(0,18)
-#define PSIHB_ISRN_IRQ_MUX PPC_BIT(28)
-#define PSIHB_ISRN_IRQ_RESET PPC_BIT(29)
-#define PSIHB_ISRN_DOWNSTREAM_EN PPC_BIT(30)
-#define PSIHB_ISRN_UPSTREAM_EN PPC_BIT(31)
-#define PSIHB_ISRN_MASK PPC_BITMASK(32,50)
+#define PSIHB_IRSN 0x88
+#define PSIHB_IRSN_COMP PPC_BITMASK(0,18)
+#define PSIHB_IRSN_IRQ_MUX PPC_BIT(28)
+#define PSIHB_IRSN_IRQ_RESET PPC_BIT(29)
+#define PSIHB_IRSN_DOWNSTREAM_EN PPC_BIT(30)
+#define PSIHB_IRSN_UPSTREAM_EN PPC_BIT(31)
+#define PSIHB_IRSN_MASK PPC_BITMASK(32,50)
#define PSIHB_IRQ_STATUS 0x58
#define PSIHB_IRQ_STAT_OCC PPC_BIT(27)