Lines Matching +full:0 +full:x104c
85 #define PCI_CFG_TXE_FW_STS0 0x40
86 # define PCI_CFG_TXE_FW_STS0_WRK_ST_MSK 0x0000000F
87 # define PCI_CFG_TXE_FW_STS0_OP_ST_MSK 0x000001C0
88 # define PCI_CFG_TXE_FW_STS0_FW_INIT_CMPLT 0x00000200
89 # define PCI_CFG_TXE_FW_STS0_ERR_CODE_MSK 0x0000F000
90 # define PCI_CFG_TXE_FW_STS0_OP_MODE_MSK 0x000F0000
91 # define PCI_CFG_TXE_FW_STS0_RST_CNT_MSK 0x00F00000
92 #define PCI_CFG_TXE_FW_STS1 0x48
94 #define IPC_BASE_ADDR 0x80400 /* SeC IPC Base Address */
97 #define SEC_IPC_INPUT_DOORBELL_REG (0x0000 + IPC_BASE_ADDR)
105 #define SEC_IPC_INPUT_STATUS_REG (0x0008 + IPC_BASE_ADDR)
106 # define SEC_IPC_INPUT_STATUS_RDY BIT(0)
109 #define SEC_IPC_HOST_INT_STATUS_REG (0x0010 + IPC_BASE_ADDR)
110 #define SEC_IPC_HOST_INT_STATUS_OUT_DB BIT(0)
124 #define SEC_IPC_HOST_INT_MASK_REG (0x0014 + IPC_BASE_ADDR)
126 # define SEC_IPC_HOST_INT_MASK_OUT_DB BIT(0) /* Output Doorbell Int Mask */
130 #define SEC_IPC_INPUT_PAYLOAD_REG (0x0100 + IPC_BASE_ADDR)
132 #define IPC_SHARED_PAYLOAD_REG (0x0200 + IPC_BASE_ADDR)
138 #define SATT2_CTRL_REG 0x1040
139 # define SATT2_CTRL_VALID_MSK BIT(0)
144 #define SATT2_SAP_BA_REG 0x1044
146 #define SATT2_SAP_SIZE_REG 0x1048
148 #define SATT2_BRG_BA_LSB_REG 0x104C
151 #define HHISR_REG 0x2020
159 #define HHIER_REG 0x2024
160 #define IPC_HHIER_SEC BIT(0)
169 #define HHIMR_REG 0x2028
170 #define IPC_HHIMR_SEC BIT(0)
174 #define HHIRQSR_REG 0x202C
176 /* Host Interrupt Cause Register 0 - SeC IPC Readiness
183 #define HICR_SEC_IPC_READINESS_REG 0x2040
184 #define HICR_SEC_IPC_READINESS_HOST_RDY BIT(0)
196 #define HICR_HOST_ALIVENESS_RESP_REG 0x2044
197 #define HICR_HOST_ALIVENESS_RESP_ACK BIT(0)
200 #define HICR_SEC_IPC_OUTPUT_DOORBELL_REG 0x2048
215 #define HISR_REG 0x2060
216 #define HISR_INT_0_STS BIT(0)
228 #define HIER_REG 0x2064
229 #define HIER_INT_0_EN BIT(0)
246 #define BRIDGE_IPC_OUTPUT_PAYLOAD_REG 0x20C0
253 #define SICR_HOST_ALIVENESS_REQ_REG 0x214C
254 #define SICR_HOST_ALIVENESS_REQ_REQUESTED BIT(0)
264 #define SICR_HOST_IPC_READINESS_REQ_REG 0x2150
267 #define SICR_HOST_IPC_READINESS_HOST_RDY BIT(0)
281 #define SICR_SEC_IPC_OUTPUT_STATUS_REG 0x2154
282 # define SEC_IPC_OUTPUT_STATUS_RDY BIT(0)