Go to the documentation of this file.
34 #ifndef MTHCA_CONFIG_REG_H
35 #define MTHCA_CONFIG_REG_H
37 #define MTHCA_HCR_BASE 0x80680
38 #define MTHCA_HCR_SIZE 0x0001c
39 #define MTHCA_ECR_BASE 0x80700
40 #define MTHCA_ECR_SIZE 0x00008
41 #define MTHCA_ECR_CLR_BASE 0x80708
42 #define MTHCA_ECR_CLR_SIZE 0x00008
43 #define MTHCA_MAP_ECR_SIZE (MTHCA_ECR_SIZE + MTHCA_ECR_CLR_SIZE)
44 #define MTHCA_CLR_INT_BASE 0xf00d8
45 #define MTHCA_CLR_INT_SIZE 0x00008
46 #define MTHCA_EQ_SET_CI_SIZE (8 * 32)