Searched refs:_c (Results 1 - 25 of 58) sorted by path

123

/linux-master/arch/alpha/include/asm/
H A Dsfp-machine.h59 R##_c = FP_CLS_NAN; \
/linux-master/arch/arm/crypto/
H A Dsha1-armv7-neon.S49 #define _c r6 define
328 _R( _a, _b, _c, _d, _e, F1, 0,
331 _R( _e, _a, _b, _c, _d, F1, 1,
334 _R( _d, _e, _a, _b, _c, F1, 2,
337 _R( _c, _d, _e, _a, _b, F1, 3,
343 _R( _b, _c, _d, _e, _a, F1, 4,
346 _R( _a, _b, _c, _d, _e, F1, 5,
349 _R( _e, _a, _b, _c, _d, F1, 6,
352 _R( _d, _e, _a, _b, _c, F1, 7,
356 _R( _c, _
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h157 R##_c = FP_CLS_NAN; \
H A Dperf_event_server.h180 #define CACHE_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _c)
181 #define CACHE_EVENT_PTR(_id) EVENT_PTR(_id, _c)
/linux-master/arch/sparc/include/asm/
H A Dsfp-machine_32.h74 R##_c = FP_CLS_NAN; \
H A Dsfp-machine_64.h72 R##_c = FP_CLS_NAN; \
/linux-master/drivers/net/wireless/ath/ath5k/
H A Ddesc.c174 #define _TX_FLAGS(_c, _flag) \
176 tx_ctl->tx_control_##_c |= \
177 AR5K_2W_TX_DESC_CTL##_c##_##_flag; \
179 #define _TX_FLAGS_5211(_c, _flag) \
181 tx_ctl->tx_control_##_c |= \
182 AR5K_2W_TX_DESC_CTL##_c##_##_flag##_5211; \
318 #define _TX_FLAGS(_c, _flag) \
320 txctl##_c |= AR5K_4W_TX_DESC_CTL##_c##_##_flag; \
/linux-master/drivers/reset/sti/
H A Dreset-syscfg.h28 #define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \
29 { .compatible = _c, \
33 #define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \
34 { .compatible = _c, \
/linux-master/include/math-emu/
H A Dop-1.h293 if (S##_c != FP_CLS_NAN) \
H A Dop-2.h238 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
268 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
590 if (S##_c != FP_CLS_NAN) \
H A Dop-4.h241 _FP_FRAC_DECL_8(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
617 if (S##_c != FP_CLS_NAN) \
627 if (S##_c != FP_CLS_NAN) \
/linux-master/samples/seccomp/
H A Dbpf-direct.c163 #define payload(_c) (_c), sizeof((_c))
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285.c291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \
292 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c44 #define POLL_WHILE_TRUE(_c) { \
46 } while (_c); \
50 #define POLL_WHILE_TRUE(_c) { \
53 for (_i=0; _i<RELAX_SPIN_COUNT && (_c); _i++) { \
56 if (unlikely(_c)) yield(); \
58 } while (_c); \
62 #define POLL_WHILE_FALSE(_c) POLL_WHILE_TRUE(!(_c))
/linux-master/arch/powerpc/platforms/ps3/
H A Drepository.c39 #define dump_node_name(_a, _b, _c, _d, _e) \
40 _dump_node_name(_a, _b, _c, _d, _e, __func__, __LINE__)
51 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \
52 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
H A Dspu.c121 #define dump_areas(_a, _b, _c, _d, _e) \
122 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
/linux-master/arch/sh/include/asm/
H A Dsfp-machine.h66 R##_c = FP_CLS_NAN; \
/linux-master/drivers/comedi/drivers/
H A Dni_660x.c81 #define NI660X_DMA_CFG_SEL(_c, _s) (((_s) & 0x1f) << (8 * (_c)))
82 #define NI660X_DMA_CFG_SEL_MASK(_c) NI660X_DMA_CFG_SEL((_c), 0x1f)
83 #define NI660X_DMA_CFG_SEL_NONE(_c) NI660X_DMA_CFG_SEL((_c), 0x1f)
84 #define NI660X_DMA_CFG_RESET(_c) NI660X_DMA_CFG_SEL((_c), 0x80)
87 #define NI660X_IO_CFG_OUT_SEL(_c, _s) (((_s) & 0x3) << (((_c)
[all...]
H A Dni_stc.h256 #define NISTC_RTSI_TRIG_DIR(_c, _m) ((_m) ? BIT(8 + (_c)) : BIT(7 + (_c)))
433 #define NISTC_RTSI_TRIG(_c, _s) (((_s) & 0xf) << (((_c) % 4) * 4))
434 #define NISTC_RTSI_TRIG_MASK(_c) NISTC_RTSI_TRIG((_c), 0xf)
435 #define NISTC_RTSI_TRIG_TO_SRC(_c, _b) (((_b) >> (((_c) % 4) * 4)) & 0xf)
560 #define NI_E_DMA_G0_G1_SEL(_g, _c) (((_
[all...]
/linux-master/drivers/dma/
H A Dpch_dma.c741 struct dma_chan *chan, *_c; local
749 list_for_each_entry_safe(chan, _c, &pd->dma.channels, device_node) {
764 struct dma_chan *chan, *_c; local
772 list_for_each_entry_safe(chan, _c, &pd->dma.channels, device_node) {
927 struct dma_chan *chan, *_c; local
934 list_for_each_entry_safe(chan, _c, &pd->dma.channels,
/linux-master/drivers/dma/ti/
H A Dcppi41.c482 struct cppi41_channel *c, *_c; local
484 list_for_each_entry_safe(c, _c, &cdd->pending, node) {
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h64 #define ADRENO_CHIPID_ARGS(_c) \
65 (((_c) >> 24) & 0xff), \
66 (((_c) >> 16) & 0xff), \
67 (((_c) >> 8) & 0xff), \
68 ((_c) & 0xff)
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmemory.h107 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \
111 while (_c--) \
117 for (; _c; _c--, _a += BIT(s)) \
/linux-master/drivers/misc/sgi-xp/
H A Dxp.h256 #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL)
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw.h464 #define IS_CHAN_5GHZ(_c) (!!((_c)->channelFlags & CHANNEL_5GHZ))
465 #define IS_CHAN_2GHZ(_c) (!IS_CHAN_5GHZ(_c))
467 #define IS_CHAN_HALF_RATE(_c) (!!((_c)->channelFlags & CHANNEL_HALF))
468 #define IS_CHAN_QUARTER_RATE(_c) (!!((_c)->channelFlags & CHANNEL_QUARTER))
469 #define IS_CHAN_A_FAST_CLOCK(_ah, _c) \
470 (IS_CHAN_5GHZ(_c)
[all...]

Completed in 387 milliseconds

123