aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.ibm.com>2019-08-07 11:21:42 -0500
committerOliver O'Halloran <oohall@gmail.com>2019-08-16 15:51:55 +1000
commit2422c100f6be8c8643caa98191f1c05a0d01d160 (patch)
tree474b0267aac1183b553285200ea55c238bab32a2 /include
parent82b576886fd6d2bda3e27b0949a972c18b5a9fbf (diff)
downloadskiboot-2422c100f6be8c8643caa98191f1c05a0d01d160.zip
skiboot-2422c100f6be8c8643caa98191f1c05a0d01d160.tar.gz
skiboot-2422c100f6be8c8643caa98191f1c05a0d01d160.tar.bz2
npu3: Expose remaining ATSD launch registers
List all 16 ATSD registers in the device tree, not just the first 8. Signed-off-by: Reza Arbab <arbab@linux.ibm.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/npu3-regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/npu3-regs.h b/include/npu3-regs.h
index 341d652..380fb54 100644
--- a/include/npu3-regs.h
+++ b/include/npu3-regs.h
@@ -248,5 +248,6 @@
/* NPU_XTS_ATSD block registers */
#define NPU3_XTS_ATSD_LAUNCH(n) (NPU3_BLOCK_NPU_XTS_ATSD(n) + 0x000)
+#define NPU3_XTS_ATSD_MAX 16
#endif /* __NPU3_REGS_H */