Searched refs:_config (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/bus/ |
D | arm-ccn.c | 208 #define CCN_CONFIG_NODE(_config) (((_config) >> 0) & 0xff) argument 209 #define CCN_CONFIG_XP(_config) (((_config) >> 0) & 0xff) argument 210 #define CCN_CONFIG_TYPE(_config) (((_config) >> 8) & 0xff) argument 211 #define CCN_CONFIG_EVENT(_config) (((_config) >> 16) & 0xff) argument 212 #define CCN_CONFIG_PORT(_config) (((_config) >> 24) & 0x3) argument 213 #define CCN_CONFIG_VC(_config) (((_config) >> 26) & 0x7) argument 214 #define CCN_CONFIG_DIR(_config) (((_config) >> 29) & 0x1) argument 215 #define CCN_CONFIG_MASK(_config) (((_config) >> 30) & 0xf) argument 232 #define CCN_FORMAT_ATTR(_name, _config) \ argument 235 NULL), _config }
|
D | arm-cci.c | 169 #define CCI_EXT_ATTR_ENTRY(_name, _func, _config) \ argument 170 { __ATTR(_name, S_IRUGO, _func, NULL), (void *)_config } 172 #define CCI_FORMAT_EXT_ATTR_ENTRY(_name, _config) \ argument 173 CCI_EXT_ATTR_ENTRY(_name, cci_pmu_format_show, (char *)_config) 174 #define CCI_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 175 CCI_EXT_ATTR_ENTRY(_name, cci_pmu_event_show, (unsigned long)_config) 238 #define CCI400_CYCLE_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 240 (unsigned long)_config) 476 #define CCI500_GLOBAL_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 478 (unsigned long) _config)
|
/linux-4.4.14/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.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore.h | 132 #define INTEL_UNCORE_EVENT_DESC(_name, _config) \ argument 135 .config = _config, \
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 267 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument 273 .config = _config, .interface = iface, .alternate = altset, \
|
/linux-4.4.14/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:
|