Go to the documentation of this file. 53 #ifndef VME_AM_STD_SUP_BLT 54 #define VME_AM_STD_SUP_BLT 0x3f 56 #ifndef VME_AM_STD_SUP_ASCENDING 57 #define VME_AM_STD_SUP_ASCENDING 0x3f 59 #ifndef VME_AM_STD_SUP_PGM 60 #define VME_AM_STD_SUP_PGM 0x3e 62 #ifndef VME_AM_STD_SUP_MBLT 63 #define VME_AM_STD_SUP_MBLT 0x3c 65 #ifndef VME_AM_STD_USR_BLT 66 #define VME_AM_STD_USR_BLT 0x3b 68 #ifndef VME_AM_STD_USR_ASCENDING 69 #define VME_AM_STD_USR_ASCENDING 0x3b 71 #ifndef VME_AM_STD_USR_PGM 72 #define VME_AM_STD_USR_PGM 0x3a 74 #ifndef VME_AM_STD_SUP_DATA 75 #define VME_AM_STD_SUP_DATA 0x3d 77 #ifndef VME_AM_STD_USR_DATA 78 #define VME_AM_STD_USR_DATA 0x39 80 #ifndef VME_AM_STD_USR_MBLT 81 #define VME_AM_STD_USR_MBLT 0x38 83 #ifndef VME_AM_EXT_SUP_BLT 84 #define VME_AM_EXT_SUP_BLT 0x0f 86 #ifndef VME_AM_EXT_SUP_ASCENDING 87 #define VME_AM_EXT_SUP_ASCENDING 0x0f 89 #ifndef VME_AM_EXT_SUP_PGM 90 #define VME_AM_EXT_SUP_PGM 0x0e 92 #ifndef VME_AM_EXT_SUP_DATA 93 #define VME_AM_EXT_SUP_DATA 0x0d 95 #ifndef VME_AM_EXT_SUP_MBLT 96 #define VME_AM_EXT_SUP_MBLT 0x0c 98 #ifndef VME_AM_EXT_USR_BLT 99 #define VME_AM_EXT_USR_BLT 0x0b 101 #ifndef VME_AM_EXT_USR_ASCENDING 102 #define VME_AM_EXT_USR_ASCENDING 0x0b 104 #ifndef VME_AM_EXT_USR_PGM 105 #define VME_AM_EXT_USR_PGM 0x0a 107 #ifndef VME_AM_EXT_USR_DATA 108 #define VME_AM_EXT_USR_DATA 0x09 110 #ifndef VME_AM_EXT_USR_MBLT 111 #define VME_AM_EXT_USR_MBLT 0x08 113 #ifndef VME_AM_2eVME_6U 114 #define VME_AM_2eVME_6U 0x20 116 #ifndef VME_AM_2eVME_3U 117 #define VME_AM_2eVME_3U 0x21 120 #define VME_AM_CSR 0x2f 122 #ifndef VME_AM_SUP_SHORT_IO 123 #define VME_AM_SUP_SHORT_IO 0x2d 125 #ifndef VME_AM_USR_SHORT_IO 126 #define VME_AM_USR_SHORT_IO 0x29 128 #ifndef VME_AM_IS_SHORT 129 #define VME_AM_IS_SHORT(a) (((a) & 0x30) == 0x20) 131 #ifndef VME_AM_IS_STD 132 #define VME_AM_IS_STD(a) (((a) & 0x30) == 0x30) 134 #ifndef VME_AM_IS_EXT 135 #define VME_AM_IS_EXT(a) (((a) & 0x30) == 0x00) 137 #ifndef VME_AM_IS_SUP 138 #define VME_AM_IS_SUP(a) ((a) & 4) 144 #define VME_AM_MASK 0x3f 151 #ifndef VME_AM_IS_MEMORY 152 #define VME_AM_IS_MEMORY (1<<8) 161 #define VME_AM_2eSST_BCST (1<<9) 163 #define VME_AM_2eSST_LO (1<<10) 165 #define VME_AM_2eSST_MID (2<<10) 167 #define VME_AM_2eSST_HI (3<<10) 169 #define VME_AM_IS_2eSST(am) ((am) & (3<<10)) 174 #define VME_MODE_DBW_MSK (3<<12) 175 #define VME_MODE_DBW8 (1<<12) 176 #define VME_MODE_DBW16 (2<<12) 177 #define VME_MODE_DBW32 (3<<12)