Home
last modified time | relevance | path

Searched refs:_config (Results 1 – 2 of 2) sorted by relevance

/drivers/bus/
Darm-ccn.c205 #define CCN_CONFIG_NODE(_config) (((_config) >> 0) & 0xff) argument
206 #define CCN_CONFIG_XP(_config) (((_config) >> 0) & 0xff) argument
207 #define CCN_CONFIG_TYPE(_config) (((_config) >> 8) & 0xff) argument
208 #define CCN_CONFIG_EVENT(_config) (((_config) >> 16) & 0xff) argument
209 #define CCN_CONFIG_PORT(_config) (((_config) >> 24) & 0x3) argument
210 #define CCN_CONFIG_VC(_config) (((_config) >> 26) & 0x7) argument
211 #define CCN_CONFIG_DIR(_config) (((_config) >> 29) & 0x1) argument
212 #define CCN_CONFIG_MASK(_config) (((_config) >> 30) & 0xf) argument
229 #define CCN_FORMAT_ATTR(_name, _config) \ argument
232 NULL), _config }
/drivers/usb/gadget/udc/
Dpxa27x_udc.h257 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument
263 .config = _config, .interface = iface, .alternate = altset, \