Home
last modified time | relevance | path

Searched defs:_config (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/bus/
Darm-ccn.c204 #define CCN_CONFIG_NODE(_config) (((_config) >> 0) & 0xff) argument
205 #define CCN_CONFIG_XP(_config) (((_config) >> 0) & 0xff) argument
206 #define CCN_CONFIG_TYPE(_config) (((_config) >> 8) & 0xff) argument
207 #define CCN_CONFIG_EVENT(_config) (((_config) >> 16) & 0xff) argument
208 #define CCN_CONFIG_PORT(_config) (((_config) >> 24) & 0x3) argument
209 #define CCN_CONFIG_VC(_config) (((_config) >> 26) & 0x7) argument
210 #define CCN_CONFIG_DIR(_config) (((_config) >> 29) & 0x1) argument
211 #define CCN_CONFIG_MASK(_config) (((_config) >> 30) & 0xf) argument
228 #define CCN_FORMAT_ATTR(_name, _config) \ argument
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_rapl.c106 #define RAPL_EVENT_DESC(_name, _config) \ argument
Dperf_event_intel_uncore.h123 #define INTEL_UNCORE_EVENT_DESC(_name, _config) \ argument
/linux-4.1.27/drivers/usb/gadget/udc/
Dpxa27x_udc.h257 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument