Searched defs:_config (Results 1 – 3 of 3) sorted by relevance
/drivers/bus/ |
D | arm-ccn.c | 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_VC(_config) (((_config) >> 26) & 0x7) argument 215 #define CCN_CONFIG_DIR(_config) (((_config) >> 29) & 0x1) argument 216 #define CCN_CONFIG_MASK(_config) (((_config) >> 30) & 0xf) argument 233 #define CCN_FORMAT_ATTR(_name, _config) \ argument
|
D | arm-cci.c | 169 #define CCI_EXT_ATTR_ENTRY(_name, _func, _config) \ argument 172 #define CCI_FORMAT_EXT_ATTR_ENTRY(_name, _config) \ argument 174 #define CCI_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 238 #define CCI400_CYCLE_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 476 #define CCI500_GLOBAL_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument
|
/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 267 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument
|