Lines Matching refs:_config
209 #define CCN_CONFIG_NODE(_config) (((_config) >> 0) & 0xff) argument
210 #define CCN_CONFIG_XP(_config) (((_config) >> 0) & 0xff) argument
211 #define CCN_CONFIG_TYPE(_config) (((_config) >> 8) & 0xff) argument
212 #define CCN_CONFIG_EVENT(_config) (((_config) >> 16) & 0xff) argument
213 #define CCN_CONFIG_PORT(_config) (((_config) >> 24) & 0x3) argument
214 #define CCN_CONFIG_BUS(_config) (((_config) >> 24) & 0x3) argument
215 #define CCN_CONFIG_VC(_config) (((_config) >> 26) & 0x7) argument
216 #define CCN_CONFIG_DIR(_config) (((_config) >> 29) & 0x1) argument
217 #define CCN_CONFIG_MASK(_config) (((_config) >> 30) & 0xf) argument
234 #define CCN_FORMAT_ATTR(_name, _config) \ argument
237 NULL), _config }