Home
last modified time | relevance | path

Searched refs:_c (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/linux/arch/arm/crypto/
H A Dsha1-armv7-neon.S49 #define _c r6 macro
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,
591 add _c, RT2;
[all …]
/openbmc/linux/include/math-emu/
H A Dop-common.h231 switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \
317 R##_c = X##_c; \
328 R##_c = Y##_c; \
385 R##_c = X##_c; \
398 switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \
427 R##_c = X##_c; \
439 R##_c = Y##_c; \
463 switch (_FP_CLS_COMBINE(X##_c, Y##_c)) \
481 R##_c = X##_c; \
489 R##_c = Y##_c; \
[all …]
/openbmc/linux/drivers/reset/sti/
H A Dreset-syscfg.h28 #define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \ argument
29 { .compatible = _c, \
33 #define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \ argument
34 { .compatible = _c, \
/openbmc/linux/net/ipv6/
H A Dip6mr.c491 mfc->_c.mfc_parent); in ipmr_mfc_seq_show()
495 mfc->_c.mfc_un.res.pkt, in ipmr_mfc_seq_show()
496 mfc->_c.mfc_un.res.bytes, in ipmr_mfc_seq_show()
1171 c->_c.mfc_parent = -1; in ip6mr_cache_unresolved()
1231 list_del_rcu(&c->_c.list); in ip6mr_mfc_delete()
1236 mr_cache_put(&c->_c); in ip6mr_mfc_delete()
2116 vif = c->_c.mfc_parent; in ip6_mr_forward()
2117 c->_c.mfc_un.res.pkt++; in ip6_mr_forward()
2137 c->_c.mfc_un.res.wrong_if++; in ip6_mr_forward()
2173 c->_c.mfc_un.res.ttls[c->_c.mfc_parent]) { in ip6_mr_forward()
[all …]
/openbmc/linux/drivers/comedi/drivers/
H A Dni_stc.h256 #define NISTC_RTSI_TRIG_DIR(_c, _m) ((_m) ? BIT(8 + (_c)) : BIT(7 + (_c))) argument
433 #define NISTC_RTSI_TRIG(_c, _s) (((_s) & 0xf) << (((_c) % 4) * 4)) argument
434 #define NISTC_RTSI_TRIG_MASK(_c) NISTC_RTSI_TRIG((_c), 0xf) argument
435 #define NISTC_RTSI_TRIG_TO_SRC(_c, _b) (((_b) >> (((_c) % 4) * 4)) & 0xf) argument
560 #define NI_E_DMA_G0_G1_SEL(_g, _c) (((_c) & 0xf) << ((_g) * 4)) argument
761 #define NI_M_PFI_FILTER_SEL(_c, _f) (((_f) & 0x3) << ((_c) * 2)) argument
762 #define NI_M_PFI_FILTER_SEL_MASK(_c) NI_M_PFI_FILTER_SEL((_c), 0x3) argument
805 #define NI_M_PFI_CHAN(_c) (((_c) % 3) * 5) argument
806 #define NI_M_PFI_OUT_SEL(_c, _s) (((_s) & 0x1f) << NI_M_PFI_CHAN(_c)) argument
807 #define NI_M_PFI_OUT_SEL_MASK(_c) (0x1f << NI_M_PFI_CHAN(_c)) argument
[all …]
H A Dni_660x.c81 #define NI660X_DMA_CFG_SEL(_c, _s) (((_s) & 0x1f) << (8 * (_c))) argument
82 #define NI660X_DMA_CFG_SEL_MASK(_c) NI660X_DMA_CFG_SEL((_c), 0x1f) argument
83 #define NI660X_DMA_CFG_SEL_NONE(_c) NI660X_DMA_CFG_SEL((_c), 0x1f) argument
84 #define NI660X_DMA_CFG_RESET(_c) NI660X_DMA_CFG_SEL((_c), 0x80) argument
87 #define NI660X_IO_CFG_OUT_SEL(_c, _s) (((_s) & 0x3) << (((_c) % 2) ? 0 : 8)) argument
88 #define NI660X_IO_CFG_OUT_SEL_MASK(_c) NI660X_IO_CFG_OUT_SEL((_c), 0x3) argument
89 #define NI660X_IO_CFG_IN_SEL(_c, _s) (((_s) & 0x7) << (((_c) % 2) ? 4 : 12)) argument
90 #define NI660X_IO_CFG_IN_SEL_MASK(_c) NI660X_IO_CFG_IN_SEL((_c), 0x7) argument
/openbmc/linux/net/ipv4/
H A Dipmr.c1130 c->_c.mfc_parent = -1; in ipmr_cache_unresolved()
1189 list_del_rcu(&c->_c.list); in ipmr_mfc_delete()
1192 mr_cache_put(&c->_c); in ipmr_mfc_delete()
1239 c->_c.mfc_flags |= MFC_STATIC; in ipmr_mfc_add()
1963 vif = c->_c.mfc_parent; in ip_mr_forward()
1964 c->_c.mfc_un.res.pkt++; in ip_mr_forward()
1997 c->_c.mfc_un.res.wrong_if++; in ip_mr_forward()
2031 c->_c.mfc_un.res.ttls[c->_c.mfc_parent]) { in ip_mr_forward()
2036 psend = c->_c.mfc_parent; in ip_mr_forward()
2996 mfc->_c.mfc_parent); in ipmr_mfc_seq_show()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.h464 #define IS_CHAN_5GHZ(_c) (!!((_c)->channelFlags & CHANNEL_5GHZ)) argument
465 #define IS_CHAN_2GHZ(_c) (!IS_CHAN_5GHZ(_c)) argument
467 #define IS_CHAN_HALF_RATE(_c) (!!((_c)->channelFlags & CHANNEL_HALF)) argument
468 #define IS_CHAN_QUARTER_RATE(_c) (!!((_c)->channelFlags & CHANNEL_QUARTER)) argument
469 #define IS_CHAN_A_FAST_CLOCK(_ah, _c) \ argument
472 #define IS_CHAN_HT(_c) ((_c)->channelFlags & CHANNEL_HT) argument
474 #define IS_CHAN_HT20(_c) (IS_CHAN_HT(_c) && !IS_CHAN_HT40(_c)) argument
476 #define IS_CHAN_HT40(_c) \ argument
477 (!!((_c)->channelFlags & (CHANNEL_HT40PLUS | CHANNEL_HT40MINUS)))
479 #define IS_CHAN_HT40PLUS(_c) ((_c)->channelFlags & CHANNEL_HT40PLUS) argument
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmemory.h106 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \
110 while (_c--) \
116 for (; _c; _c--, _a += BIT(s)) \
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Ddesc.c174 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument
176 tx_ctl->tx_control_##_c |= \ in ath5k_hw_setup_2word_tx_desc()
177 AR5K_2W_TX_DESC_CTL##_c##_##_flag; \ in ath5k_hw_setup_2word_tx_desc()
179 #define _TX_FLAGS_5211(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument
181 tx_ctl->tx_control_##_c |= \ in ath5k_hw_setup_2word_tx_desc()
182 AR5K_2W_TX_DESC_CTL##_c##_##_flag##_5211; \ in ath5k_hw_setup_2word_tx_desc()
318 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_4word_tx_desc() argument
320 txctl##_c |= AR5K_4W_TX_DESC_CTL##_c##_##_flag; \ in ath5k_hw_setup_4word_tx_desc()
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcb/
H A D0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch27 _c('#include "%s.h"', _ns.header)
29 _c('')
30 - _c('#define ALIGNOF(type) offsetof(struct { char dummy; type member; }, member)')
/openbmc/linux/samples/seccomp/
H A Dbpf-direct.c163 #define payload(_c) (_c), sizeof((_c)) argument
/openbmc/u-boot/drivers/reset/
H A Dsti-reset.c67 #define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \ argument
68 { .compatible = _c, \
74 #define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \ argument
75 { .compatible = _c, \
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drs.h659 #define LQ_FLAGS_COLOR_INC(_c) ((((_c) + 1) << LQ_FLAG_COLOR_POS) &\ argument
661 #define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK)) argument
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h61 #define ADRENO_CHIPID_ARGS(_c) \ argument
62 (((_c) >> 24) & 0xff), \
63 (((_c) >> 16) & 0xff), \
64 (((_c) >> 8) & 0xff), \
65 ((_c) & 0xff)
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_trace.h73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
88 trace_buf->data[2] = (u64)(unsigned long)_c; \
/openbmc/linux/fs/jffs2/
H A Dbackground.c75 static int jffs2_garbage_collect_thread(void *_c) in jffs2_garbage_collect_thread() argument
77 struct jffs2_sb_info *c = _c; in jffs2_garbage_collect_thread()
/openbmc/linux/arch/powerpc/include/asm/
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)
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxp.h256 #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL) argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_perf_branches.c18 __u64 _c; member
/openbmc/qemu/include/hw/xen/interface/
H A Dtrace.h67 #define TRC_SCHED_CLASS_EVT(_c, _e) \ argument
69 ((TRC_SCHED_##_c << TRC_SCHED_ID_SHIFT) & TRC_SCHED_ID_MASK) ) + \
/openbmc/linux/arch/arm/mach-footbridge/
H A Ddc21285.c291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
292 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
/openbmc/linux/include/linux/
H A Dmroute.h81 struct mr_mfc _c; member
/openbmc/linux/arch/alpha/include/asm/
H A Dsfp-machine.h59 R##_c = FP_CLS_NAN; \
/openbmc/linux/arch/sparc/include/asm/
H A Dsfp-machine_64.h72 R##_c = FP_CLS_NAN; \

12