|
@@ -430,6 +430,29 @@ enum {
|
|
|
#define __PSS_LMEM_INIT_EN 0x00000100
|
|
|
#define __PSS_LPU1_RESET 0x00000002
|
|
|
#define __PSS_LPU0_RESET 0x00000001
|
|
|
+#define PSS_ERR_STATUS_REG 0x00018810
|
|
|
+#define __PSS_LPU1_TCM_READ_ERR 0x00200000
|
|
|
+#define __PSS_LPU0_TCM_READ_ERR 0x00100000
|
|
|
+#define __PSS_LMEM5_CORR_ERR 0x00080000
|
|
|
+#define __PSS_LMEM4_CORR_ERR 0x00040000
|
|
|
+#define __PSS_LMEM3_CORR_ERR 0x00020000
|
|
|
+#define __PSS_LMEM2_CORR_ERR 0x00010000
|
|
|
+#define __PSS_LMEM1_CORR_ERR 0x00008000
|
|
|
+#define __PSS_LMEM0_CORR_ERR 0x00004000
|
|
|
+#define __PSS_LMEM5_UNCORR_ERR 0x00002000
|
|
|
+#define __PSS_LMEM4_UNCORR_ERR 0x00001000
|
|
|
+#define __PSS_LMEM3_UNCORR_ERR 0x00000800
|
|
|
+#define __PSS_LMEM2_UNCORR_ERR 0x00000400
|
|
|
+#define __PSS_LMEM1_UNCORR_ERR 0x00000200
|
|
|
+#define __PSS_LMEM0_UNCORR_ERR 0x00000100
|
|
|
+#define __PSS_BAL_PERR 0x00000080
|
|
|
+#define __PSS_DIP_IF_ERR 0x00000040
|
|
|
+#define __PSS_IOH_IF_ERR 0x00000020
|
|
|
+#define __PSS_TDS_IF_ERR 0x00000010
|
|
|
+#define __PSS_RDS_IF_ERR 0x00000008
|
|
|
+#define __PSS_SGM_IF_ERR 0x00000004
|
|
|
+#define __PSS_LPU1_RAM_ERR 0x00000002
|
|
|
+#define __PSS_LPU0_RAM_ERR 0x00000001
|
|
|
#define ERR_SET_REG 0x00018818
|
|
|
#define __PSS_ERR_STATUS_SET 0x003fffff
|
|
|
#define HQM_QSET0_RXQ_DRBL_P0 0x00038000
|