Lines Matching full:doorbell

85 …und_Doorbell_Set_Register          0x00    /* Host R/W Local INT 0x0 MSGU - Inbound Doorbell Set */
86 …und_Doorbell_Set_RegisterU 0x04 /* Host R/W Local INT 0x4 MSGU - Inbound Doorbell Set */
87 …r_Register 0x08 /* Host No access Local W, R all 0s 0x8 MSGU - Inbound Doorbell Clear */
88 …r_RegisterU 0x0C /* Host No access Local W, R all 0s 0xC MSGU - Inbound Doorbell Clear */
89 …_Mask_Set_Register 0x10 /* Host RO Local R/W 0x10 MSGU - Inbound Doorbell Mask Set New in S…
90 …_Mask_Set_RegisterU 0x14 /* Host RO Local R/W 0x14 MSGU - Inbound Doorbell Mask Set New in S…
91 …ear_Register 0x18 /* Host RO Local W, R all 0s 0x18 MSGU - Inbound Doorbell Mask Clear New in…
92 …ear_RegisterU 0x1C /* Host RO Local W, R all 0s 0x1C MSGU - Inbound Doorbell Mask Clear New in…
93 …und_Doorbell_Set_Register 0x20 /* Host RO Local R/W 0x20 MSGU - Outbound Doorbell Set */
94 …und_Doorbell_Set_RegisterU 0x24 /* Host RO Local R/W 0x24 MSGU - Outbound Doorbell Set */
95 …l_Clear_Register 0x28 /* Host W, R all 0s Local RO 0x28 MSGU - Outbound Doorbell Clear */
96 …l_Clear_RegisterU 0x2C /* Host W, R all 0s Local RO 0x2C MSGU - Outbound Doorbell Clear */
97 …_Mask_Set_Register 0x30 /* Host RW Local RO 0x30 MSGU - Outbound Doorbell Mask Set 1's set …
98 …_Mask_Set_RegisterU 0x34 /* Host RW Local RO 0x30 MSGU - Outbound Doorbell Mask Set 1's set …
99 …ear_Register 0x38 /* Host W, R all 0s Local RO 0x38 MSGU - Outbound Doorbell Mask Clear New in…
100 …ear_RegisterU 0x3C /* Host W, R all 0s Local RO 0x38 MSGU - Outbound Doorbell Mask Clear New in…
190 /***** RevB - ODAR - Outbound DoorBell Auto-Clearing Register
200 #define MSGU_XCBI_IBDB_REG 0x003034 /* PCIE - Message Unit Inbound Doorbell r…
201 #define MSGU_XCBI_OBDB_REG 0x003354 /* PCIE - Message Unit Outbound Doorbell
202 #define MSGU_XCBI_OBDB_MASK 0x003358 /* PCIE - Message Unit Outbound Doorbell
203 #define MSGU_XCBI_OBDB_CLEAR 0x00303C /* PCIE - Message Unit Outbound Doorbell
228 /* bit definition for Inbound Doorbell register */
229 #define IBDB_IBQ_UNFREEZE 0x08 /* Inbound doorbell bit3 */
230 #define IBDB_IBQ_FREEZE 0x04 /* Inbound doorbell bit2 */
231 #define IBDB_CFG_TABLE_RESET 0x02 /* Inbound doorbell bit1 */
232 #define IBDB_CFG_TABLE_UPDATE 0x01 /* Inbound doorbell bit0 */
234 #define IBDB_MPIIU 0x08 /* Inbound doorbell bit3 - Unfreeze */
235 #define IBDB_MPIIF 0x04 /* Inbound doorbell bit2 - Freeze */
236 #define IBDB_MPICT 0x02 /* Inbound doorbell bit1 - Terminatio…
237 #define IBDB_MPIINI 0x01 /* Inbound doorbell bit0 - Initializa…