Searched refs:_config (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/bus/ |
D | arm-ccn.c | 204 #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 231 NULL), _config }
|
/linux-4.1.27/Documentation/zh_CN/video4linux/ |
D | omap3isp.txt | 225 omap3isp_[h3a_af/h3a_aewb/hist]_config.buf_size: 238 omap3isp_[h3a_af/h3a_aewb/hist]_config.config_counter:
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore.h | 123 #define INTEL_UNCORE_EVENT_DESC(_name, _config) \ argument 126 .config = _config, \
|
D | perf_event_intel_rapl.c | 106 #define RAPL_EVENT_DESC(_name, _config) \ argument 109 .config = _config, \
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 257 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument 263 .config = _config, .interface = iface, .alternate = altset, \
|
/linux-4.1.27/Documentation/video4linux/ |
D | omap3isp.txt | 221 omap3isp_[h3a_af/h3a_aewb/hist]_config.buf_size: 238 omap3isp_[h3a_af/h3a_aewb/hist]_config.config_counter:
|