/openbmc/linux/arch/arm/crypto/ |
H A D | sha1-armv7-neon.S | 49 #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, 356 _R( _c, _d, _e, _a, _b, F1, 8, [all …]
|
/openbmc/linux/include/math-emu/ |
H A D | op-common.h | 28 _FP_I_TYPE X##_c=0, X##_s=0, X##_e=0; \ 44 X##_c = FP_CLS_NORMAL; \ 49 X##_c = FP_CLS_ZERO; \ 58 X##_c = FP_CLS_NORMAL; \ 63 X##_c = FP_CLS_ZERO; \ 70 X##_c = FP_CLS_INF; \ 73 X##_c = FP_CLS_NAN; \ 91 switch (X##_c) \ 110 X##_c = FP_CLS_INF; \ 113 if (!X##_s) X##_c = FP_CLS_INF; \ [all …]
|
/openbmc/linux/drivers/reset/sti/ |
H A D | reset-syscfg.h | 28 #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 D | ip6mr.c | 505 mfc->_c.mfc_parent); in ipmr_mfc_seq_show() 509 mfc->_c.mfc_un.res.pkt, in ipmr_mfc_seq_show() 510 mfc->_c.mfc_un.res.bytes, in ipmr_mfc_seq_show() 511 mfc->_c.mfc_un.res.wrong_if); in ipmr_mfc_seq_show() 512 for (n = mfc->_c.mfc_un.res.minvif; in ipmr_mfc_seq_show() 513 n < mfc->_c.mfc_un.res.maxvif; n++) { in ipmr_mfc_seq_show() 515 mfc->_c.mfc_un.res.ttls[n] < 255) in ipmr_mfc_seq_show() 518 mfc->_c.mfc_un.res.ttls[n]); in ipmr_mfc_seq_show() 709 &mfc->_c, tb_id, &net->ipv6.ipmr_seq); in call_ip6mr_mfc_entry_notifiers() 779 call_rcu(&c->_c.rcu, ip6mr_cache_free_rcu); in ip6mr_cache_free() [all …]
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | ni_stc.h | 256 #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 D | ni_660x.c | 81 #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 D | ipmr.c | 651 &mfc->_c, tb_id, &net->ipv4.ipmr_seq); in call_ipmr_mfc_entry_notifiers() 726 call_rcu(&c->_c.rcu, ipmr_cache_free_rcu); in ipmr_cache_free() 740 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved))) { in ipmr_destroy_unres() 972 c->_c.mfc_un.res.last_assert = jiffies - MFC_ASSERT_THRESH - 1; in ipmr_cache_alloc() 973 c->_c.mfc_un.res.minvif = MAXVIFS; in ipmr_cache_alloc() 974 c->_c.free = ipmr_cache_free_rcu; in ipmr_cache_alloc() 975 refcount_set(&c->_c.mfc_un.res.refcount, 1); in ipmr_cache_alloc() 985 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ipmr_cache_alloc_unres() 986 c->_c.mfc_un.unres.expires = jiffies + 10 * HZ; in ipmr_cache_alloc_unres() 999 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ipmr_cache_resolve() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw.h | 464 #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 470 (IS_CHAN_5GHZ(_c) && ((_ah)->caps.hw_caps & ATH9K_HW_CAP_FASTCLOCK)) 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))) [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | desc.c | 174 #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/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | memory.h | 106 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \ 110 while (_c--) \ 116 for (; _c; _c--, _a += BIT(s)) \
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcb/ |
H A D | 0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch | 27 _c('#include "%s.h"', _ns.header) 29 _c('') 30 - _c('#define ALIGNOF(type) offsetof(struct { char dummy; type member; }, member)')
|
/openbmc/u-boot/drivers/reset/ |
H A D | sti-reset.c | 67 #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/samples/seccomp/ |
H A D | bpf-direct.c | 163 #define payload(_c) (_c), sizeof((_c)) argument
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | rs.h | 659 #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 D | adreno_gpu.h | 61 #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 D | fnic_trace.h | 73 #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 D | background.c | 75 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 D | perf_event_server.h | 180 #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 D | xp.h | 256 #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL) argument
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_perf_branches.c | 18 __u64 _c; member
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | trace.h | 67 #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 D | dc21285.c | 291 #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 D | mroute.h | 81 struct mr_mfc _c; member
|
/openbmc/linux/drivers/dma/ |
H A D | pch_dma.c | 741 struct dma_chan *chan, *_c; in pch_dma_save_regs() local 749 list_for_each_entry_safe(chan, _c, &pd->dma.channels, device_node) { in pch_dma_save_regs() 764 struct dma_chan *chan, *_c; in pch_dma_restore_regs() local 772 list_for_each_entry_safe(chan, _c, &pd->dma.channels, device_node) { in pch_dma_restore_regs() 927 struct dma_chan *chan, *_c; in pch_dma_remove() local 934 list_for_each_entry_safe(chan, _c, &pd->dma.channels, in pch_dma_remove()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | sfp-machine.h | 66 R##_c = FP_CLS_NAN; \
|