/linux-4.1.27/include/math-emu/ |
D | op-8.h | 36 _FP_I_TYPE _up, _down, _skip, _i; \ 41 for (_i = 7; _i >= _skip; --_i) \ 42 X##_f[_i] = X##_f[_i-_skip]; \ 45 for (_i = 7; _i > _skip; --_i) \ 46 X##_f[_i] = X##_f[_i-_skip] << _up \ 47 | X##_f[_i-_skip-1] >> _down; \ 48 X##_f[_i--] = X##_f[0] << _up; \ 50 for (; _i >= 0; --_i) \ 51 X##_f[_i] = 0; \ 56 _FP_I_TYPE _up, _down, _skip, _i; \ [all …]
|
D | op-4.h | 39 _FP_I_TYPE _up, _down, _skip, _i; \ 44 for (_i = 3; _i >= _skip; --_i) \ 45 X##_f[_i] = X##_f[_i-_skip]; \ 48 for (_i = 3; _i > _skip; --_i) \ 49 X##_f[_i] = X##_f[_i-_skip] << _up \ 50 | X##_f[_i-_skip-1] >> _down; \ 51 X##_f[_i--] = X##_f[0] << _up; \ 53 for (; _i >= 0; --_i) \ 54 X##_f[_i] = 0; \ 60 _FP_I_TYPE _up, _down, _skip, _i; \ [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_type.h | 167 #define IXGBE_EICS_EX(_i) (0x00A90 + (_i) * 4) argument 168 #define IXGBE_EIMS_EX(_i) (0x00AA0 + (_i) * 4) argument 169 #define IXGBE_EIMC_EX(_i) (0x00AB0 + (_i) * 4) argument 170 #define IXGBE_EIAM_EX(_i) (0x00AD0 + (_i) * 4) argument 180 #define IXGBE_EITR(_i) (((_i) <= 23) ? (0x00820 + ((_i) * 4)) : \ argument 181 (0x012300 + (((_i) - 24) * 4))) 185 #define IXGBE_IVAR(_i) (0x00900 + ((_i) * 4)) /* 24 at 0x900-0x960 */ argument 190 #define IXGBE_PBACL(_i) (((_i) == 0) ? (0x11068) : (0x110C0 + ((_i) * 4))) argument 198 #define IXGBE_FCRTH_82599(_i) (0x03260 + ((_i) * 4)) /* 8 of these (0-7) */ argument 199 #define IXGBE_FCRTL_82599(_i) (0x03220 + ((_i) * 4)) /* 8 of these (0-7) */ argument [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_register.h | 197 #define I40E_PFCM_LANCTXDATA(_i) (0x0010C100 + ((_i) * 128)) /* _i=0...3 */ /* Reset: CORER */ argument 238 #define I40E_PRTDCB_FCTTVN(_i) (0x001E4580 + ((_i) * 32)) /* _i=0...3 */ /* Reset: GLOBR */ argument 278 #define I40E_PRTDCB_RETSTCC(_i) (0x00122180 + ((_i) * 32)) /* _i=0...7 */ /* Reset: CORER */ argument 313 #define I40E_PRTDCB_RUPTQ(_i) (0x00122400 + ((_i) * 32)) /* _i=0...7 */ /* Reset: CORER */ argument 320 #define I40E_PRTDCB_TCMSTC(_i) (0x000A0040 + ((_i) * 32)) /* _i=0...7 */ /* Reset: CORER */ argument 331 #define I40E_PRTDCB_TCWSTC(_i) (0x000A2040 + ((_i) * 32)) /* _i=0...7 */ /* Reset: CORER */ argument 369 #define I40E_PRTDCB_TPFCTS(_i) (0x001E4660 + ((_i) * 32)) /* _i=0...7 */ /* Reset: GLOBR */ argument 402 #define I40E_GLGEN_GPIO_CTL(_i) (0x00088100 + ((_i) * 4)) /* _i=0...29 */ /* Reset: POR */ argument 443 #define I40E_GLGEN_I2CCMD(_i) (0x000881E0 + ((_i) * 4)) /* _i=0...3 */ /* Reset: POR */ argument 459 #define I40E_GLGEN_I2CPARAMS(_i) (0x000881AC + ((_i) * 4)) /* _i=0...3 */ /* Reset: POR */ argument [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_register.h | 197 #define I40E_PFCM_LANCTXDATA(_i) (0x0010C100 + ((_i) * 128)) /* _i=0...3 */ /* Reset: CORER */ argument 238 #define I40E_PRTDCB_FCTTVN(_i) (0x001E4580 + ((_i) * 32)) /* _i=0...3 */ /* Reset: GLOBR */ argument 278 #define I40E_PRTDCB_RETSTCC(_i) (0x00122180 + ((_i) * 32)) /* _i=0...7 */ /* Reset: CORER */ argument 313 #define I40E_PRTDCB_RUPTQ(_i) (0x00122400 + ((_i) * 32)) /* _i=0...7 */ /* Reset: CORER */ argument 320 #define I40E_PRTDCB_TCMSTC(_i) (0x000A0040 + ((_i) * 32)) /* _i=0...7 */ /* Reset: CORER */ argument 331 #define I40E_PRTDCB_TCWSTC(_i) (0x000A2040 + ((_i) * 32)) /* _i=0...7 */ /* Reset: CORER */ argument 369 #define I40E_PRTDCB_TPFCTS(_i) (0x001E4660 + ((_i) * 32)) /* _i=0...7 */ /* Reset: GLOBR */ argument 402 #define I40E_GLGEN_GPIO_CTL(_i) (0x00088100 + ((_i) * 4)) /* _i=0...29 */ /* Reset: POR */ argument 443 #define I40E_GLGEN_I2CCMD(_i) (0x000881E0 + ((_i) * 4)) /* _i=0...3 */ /* Reset: POR */ argument 459 #define I40E_GLGEN_I2CPARAMS(_i) (0x000881AC + ((_i) * 4)) /* _i=0...3 */ /* Reset: POR */ argument [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | e1000_regs.h | 304 #define E1000_PSRTYPE(_i) (0x05480 + ((_i) * 4)) argument 305 #define E1000_RAL(_i) (((_i) <= 15) ? (0x05400 + ((_i) * 8)) : \ argument 306 (0x054E0 + ((_i - 16) * 8))) 307 #define E1000_RAH(_i) (((_i) <= 15) ? (0x05404 + ((_i) * 8)) : \ argument 308 (0x054E4 + ((_i - 16) * 8))) 309 #define E1000_IP4AT_REG(_i) (0x05840 + ((_i) * 8)) argument 310 #define E1000_IP6AT_REG(_i) (0x05880 + ((_i) * 4)) argument 311 #define E1000_WUPM_REG(_i) (0x05A00 + ((_i) * 4)) argument 312 #define E1000_FFMT_REG(_i) (0x09000 + ((_i) * 8)) argument 313 #define E1000_FFVT_REG(_i) (0x09800 + ((_i) * 8)) argument [all …]
|
D | e1000_defines.h | 699 #define E1000_I210_FIFO_SEL_TX_QAV(_i) (0x02 + (_i)) argument 713 #define E1000_I210_FIFO_SEL_TX_QAV(_i) (0x02 + (_i)) argument
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | reg_wow.h | 127 #define AR_WOW_LEN1_SHIFT(_i) ((0x3 - ((_i) & 0x3)) << 0x3) argument 128 #define AR_WOW_LENGTH1_MASK(_i) (AR_WOW_LENGTH_MAX << AR_WOW_LEN1_SHIFT(_i)) argument 129 #define AR_WOW_LEN2_SHIFT(_i) ((0x7 - ((_i) & 0x7)) << 0x3) argument 130 #define AR_WOW_LENGTH2_MASK(_i) (AR_WOW_LENGTH_MAX << AR_WOW_LEN2_SHIFT(_i)) argument 131 #define AR_WOW_LEN3_SHIFT(_i) ((0xb - ((_i) & 0xb)) << 0x3) argument 132 #define AR_WOW_LENGTH3_MASK(_i) (AR_WOW_LENGTH_MAX << AR_WOW_LEN3_SHIFT(_i)) argument 133 #define AR_WOW_LEN4_SHIFT(_i) ((0xf - ((_i) & 0xf)) << 0x3) argument 134 #define AR_WOW_LENGTH4_MASK(_i) (AR_WOW_LENGTH_MAX << AR_WOW_LEN4_SHIFT(_i)) argument
|
D | ar9003_phy.h | 614 #define AR_PHY_TX_IQCAL_CORR_COEFF_B0(_i) (AR_SM_BASE + \ argument 616 0x3d0 : 0x450) + ((_i) << 2)) 980 #define AR_PHY_TX_IQCAL_CORR_COEFF_B1(_i) (AR_SM1_BASE + 0x450 + ((_i) << 2)) argument 1037 #define AR_PHY_TX_IQCAL_CORR_COEFF_B2(_i) (AR_SM2_BASE + 0x450 + ((_i) << 2)) argument 1061 #define AR_PHY_NEW_ADC_DC_GAIN_CORR(_i) (AR_PHY_ADC_GAIN_DC_CORR_0 + (AR_PHY_CHAIN_OFFSET * (_i))) argument 1062 …define AR_PHY_NEW_ADC_DC_GAIN_CORR_9300_10(_i) (AR_PHY_ADC_GAIN_DC_CORR_0_9300_10 + (AR_PHY_CHAIN_… argument 1063 #define AR_PHY_SWITCH_CHAIN(_i) (AR_PHY_SWITCH_CHAIN_0 + (AR_PHY_CHAIN_OFFSET * (_i))) argument 1064 #define AR_PHY_EXT_ATTEN_CTL(_i) (AR_PHY_EXT_ATTEN_CTL_0 + (AR_PHY_CHAIN_OFFSET * (_i))) argument 1066 #define AR_PHY_RXGAIN(_i) (AR_PHY_FORCEMAX_GAINS_0 + (AR_PHY_CHAIN_OFFSET * (_i))) argument 1067 #define AR_PHY_TPCRG5(_i) (AR_PHY_TPC_5_B0 + (AR_PHY_CHAIN_OFFSET * (_i))) argument [all …]
|
D | ar9002_phy.h | 187 #define AR_PHY_TIMING_CTRL4(_i) (0x9920 + ((_i) << 12)) argument 302 #define AR_PHY_NEW_ADC_DC_GAIN_CORR(_i) (0x99b4 + ((_i) << 12)) argument 382 #define AR_PHY_CAL_MEAS_0(_i) (0x9c10 + ((_i) << 12)) argument 383 #define AR_PHY_CAL_MEAS_1(_i) (0x9c14 + ((_i) << 12)) argument 384 #define AR_PHY_CAL_MEAS_2(_i) (0x9c18 + ((_i) << 12)) argument 385 #define AR_PHY_CAL_MEAS_3(_i) (0x9c1c + ((_i) << 12)) argument
|
D | reg.h | 380 #define AR_QTXDP(_i) (AR_Q0_TXDP + ((_i)<<2)) argument 401 #define AR_QCBRCFG(_i) (AR_Q0_CBRCFG + ((_i)<<2)) argument 417 #define AR_QRDYTIMECFG(_i) (AR_Q0_RDYTIMECFG + ((_i)<<2)) argument 440 #define AR_QMISC(_i) (AR_Q0_MISC + ((_i)<<2)) argument 468 #define AR_QSTS(_i) (AR_Q0_STS + ((_i)<<2)) argument 504 #define AR_DQCUMASK(_i) (AR_D0_QCUMASK + ((_i)<<2)) argument 518 #define AR_DLCL_IFS(_i) (AR_D0_LCL_IFS + ((_i)<<2)) argument 538 #define AR_DRETRY_LIMIT(_i) (AR_D0_RETRY_LIMIT + ((_i)<<2)) argument 557 #define AR_DCHNTIME(_i) (AR_D0_CHNTIME + ((_i)<<2)) argument 573 #define AR_DMISC(_i) (AR_D0_MISC + ((_i)<<2)) argument [all …]
|
/linux-4.1.27/drivers/input/mouse/ |
D | alps.h | 74 #define SS4_MF_LF_V2(_b, _i) ((_b[1 + (_i) * 3] & 0x0004) == 0x0004) argument 78 #define SS4_STD_MF_X_V2(_b, _i) (((_b[0 + (_i) * 3] << 5) & 0x00E0) | \ argument 79 ((_b[1 + _i * 3] << 5) & 0x1F00) \ 82 #define SS4_STD_MF_Y_V2(_b, _i) (((_b[1 + (_i) * 3] << 3) & 0x0010) | \ argument 83 ((_b[2 + (_i) * 3] << 5) & 0x01E0) | \ 84 ((_b[2 + (_i) * 3] << 4) & 0x0E00) \ 87 #define SS4_BTL_MF_X_V2(_b, _i) (SS4_STD_MF_X_V2(_b, _i) | \ argument 88 ((_b[0 + (_i) * 3] >> 3) & 0x0010) \ 91 #define SS4_BTL_MF_Y_V2(_b, _i) (SS4_STD_MF_Y_V2(_b, _i) | \ argument 92 ((_b[0 + (_i) * 3] >> 3) & 0x0008) \ [all …]
|
/linux-4.1.27/lib/mpi/ |
D | mpi-internal.h | 78 mpi_size_t _i; \ 79 for (_i = 0; _i < (n); _i++) \ 80 (d)[_i] = (s)[_i]; \ 85 mpi_size_t _i; \ 86 for (_i = 0; _i < (n); _i++) \ 87 (d)[_i] = (s)[_i]; \ 92 mpi_size_t _i; \ 93 for (_i = (n)-1; _i >= 0; _i--) \ 94 (d)[_i] = (s)[_i]; \ 100 int _i; \ [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | regs.h | 120 #define E1000_RAL(_i) (((_i) <= 15) ? (0x05400 + ((_i) * 8)) : \ argument 121 (0x054E0 + ((_i - 16) * 8))) 122 #define E1000_RAH(_i) (((_i) <= 15) ? (0x05404 + ((_i) * 8)) : \ argument 123 (0x054E4 + ((_i - 16) * 8))) 124 #define E1000_SHRAL(_i) (0x05438 + ((_i) * 8)) argument 125 #define E1000_SHRAH(_i) (0x0543C + ((_i) * 8)) argument 236 #define E1000_RETA(_i) (0x05C00 + ((_i) * 4)) /* Redirection Table - RW */ argument 237 #define E1000_RSSRK(_i) (0x05C80 + ((_i) * 4)) /* RSS Random Key - RW */ argument
|
D | ich8lan.h | 64 #define E1000_SHRAL_PCH_LPT(_i) (0x05408 + ((_i) * 8)) argument 65 #define E1000_SHRAH_PCH_LPT(_i) (0x0540C + ((_i) * 8)) argument 132 #define BM_RAR_L(_i) (BM_PHY_REG(BM_WUC_PAGE, 16 + ((_i) << 2))) argument 133 #define BM_RAR_M(_i) (BM_PHY_REG(BM_WUC_PAGE, 17 + ((_i) << 2))) argument 134 #define BM_RAR_H(_i) (BM_PHY_REG(BM_WUC_PAGE, 18 + ((_i) << 2))) argument 135 #define BM_RAR_CTRL(_i) (BM_PHY_REG(BM_WUC_PAGE, 19 + ((_i) << 2))) argument 136 #define BM_MTA(_i) (BM_PHY_REG(BM_WUC_PAGE, 128 + ((_i) << 1))) argument
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_crtc.h | 19 #define armada_reg_queue_mod(_r, _i, _v, _m, _o) \ argument 22 __reg[_i].offset = _o; \ 23 __reg[_i].mask = ~(_m); \ 24 __reg[_i].val = _v; \ 25 _i++; \ 28 #define armada_reg_queue_set(_r, _i, _v, _o) \ argument 29 armada_reg_queue_mod(_r, _i, _v, ~0, _o) 31 #define armada_reg_queue_end(_r, _i) \ argument 32 armada_reg_queue_mod(_r, _i, 0, 0, ~0)
|
/linux-4.1.27/arch/s390/include/asm/ |
D | atomic.h | 110 #define atomic_add_negative(_i, _v) (atomic_add_return(_i, _v) < 0) argument 114 #define atomic_sub(_i, _v) atomic_add(-(int)(_i), _v) argument 115 #define atomic_sub_return(_i, _v) atomic_add_return(-(int)(_i), _v) argument 116 #define atomic_sub_and_test(_i, _v) (atomic_sub_return(_i, _v) == 0) argument 308 #define atomic64_add_negative(_i, _v) (atomic64_add_return(_i, _v) < 0) argument 312 #define atomic64_sub_return(_i, _v) atomic64_add_return(-(long long)(_i), _v) argument 313 #define atomic64_sub(_i, _v) atomic64_add(-(long long)(_i), _v) argument 314 #define atomic64_sub_and_test(_i, _v) (atomic64_sub_return(_i, _v) == 0) argument
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | regs.h | 78 #define E1000_RAL(_i) (((_i) <= 15) ? (0x05400 + ((_i) * 8)) : \ argument 79 (0x054E0 + ((_i - 16) * 8))) 80 #define E1000_RAH(_i) (((_i) <= 15) ? (0x05404 + ((_i) * 8)) : \ argument 81 (0x054E4 + ((_i - 16) * 8)))
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | phy.h | 185 #define AR9170_PHY_REG_TIMING_CTRL4(_i) (AR9170_PHY_REG_BASE + \ argument 186 (0x0120 + ((_i) << 12))) 308 #define AR9170_PHY_REG_NEW_ADC_DC_GAIN_CORR(_i) (AR9170_PHY_REG_BASE + \ argument 309 0x01b4 + ((_i) << 12)) 381 #define AR9170_PHY_REG_CAL_MEAS_0(_i) (AR9170_PHY_REG_BASE + \ argument 382 0x0410 + ((_i) << 12)) 383 #define AR9170_PHY_REG_CAL_MEAS_1(_i) (AR9170_PHY_REG_BASE + \ argument 384 0x0414 \ + ((_i) << 12)) 385 #define AR9170_PHY_REG_CAL_MEAS_2(_i) (AR9170_PHY_REG_BASE + \ argument 386 0x0418 + ((_i) << 12)) [all …]
|
/linux-4.1.27/arch/arm/mach-footbridge/include/mach/ |
D | irqs.h | 96 #define irq_canonicalize(_i) (((_i) == IRQ_ISA_CASCADE) ? IRQ_ISA_2 : _i) argument
|
/linux-4.1.27/drivers/md/bcache/ |
D | util.h | 95 size_t _i = (h)->used++; \ 96 (h)->data[_i] = d; \ 98 heap_sift_down(h, _i, cmp); \ 99 heap_sift(h, _i, cmp); \ 285 typeof((array)->freelist) _i; \ 290 for (_i = (array)->data; \ 291 _i < (array)->data + ARRAY_SIZE((array)->data); \ 292 _i++) \ 293 array_free(array, _i); \
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_hw.h | 543 #define csio_set_fwevt_intr_idx(_h, _i) ((_h)->fwevt_intr_idx = (_i)) argument 545 #define csio_set_nondata_intr_idx(_h, _i) ((_h)->nondata_intr_idx = (_i)) argument
|
D | csio_mb.h | 149 #define csio_set_mb_intr_idx(_m, _i) ((_m)->intr_idx = (_i)) argument
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_ioc.h | 129 #define bfa_mem_dma_sptr(_mod, _i) (&(_mod)->dma_seg[(_i)]) argument 130 #define bfa_mem_dma_seg_iter(_mod, _sptr, _nr, _i) \ argument 131 for (_i = 0, _sptr = bfa_mem_dma_sptr(_mod, _i); _i < (_nr); \ 132 _i++, _sptr = bfa_mem_dma_sptr(_mod, _i))
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | psb_reg.h | 117 #define PSB_CR_USE_CODE_BASE(_i) (0x0A0C + ((_i) << 2)) argument
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | atp.h | 259 do { int _i = 40; while (--_i > 0) { __SLOW_DOWN_IO; } } while (0)
|
/linux-4.1.27/fs/ntfs/ |
D | super.c | 173 int _i; \ in parse_options() 179 for (_i = 0; opt_array[_i].str && *opt_array[_i].str; _i++) \ in parse_options() 180 if (!strcmp(opt_array[_i].str, v)) { \ in parse_options() 181 variable |= opt_array[_i].val; \ in parse_options() 184 if (!opt_array[_i].str || !*opt_array[_i].str) \ in parse_options()
|
/linux-4.1.27/drivers/xen/ |
D | evtchn.c | 64 #define EVTCHN_RING_MASK(_i) ((_i)&(EVTCHN_RING_SIZE-1)) argument
|
/linux-4.1.27/arch/mips/include/asm/sn/ |
D | klconfig.h | 505 #define KLCONFIG_INFO_ENABLED(_i) ((_i)->flags & KLINFO_ENABLE) argument
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_drv.h | 2122 int _i = (mask+1) - write; \ 2123 _size -= _i; \ 2124 while (_i > 0 ) { \ 2127 _i--; \ 2130 _tab += _i; \
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_pool.c | 52 #define pool_tgt(_p, _i) \ argument 53 _p->pool_lobd->u.lov.lov_tgts[_p->pool_obds.op_array[_i]]
|
/linux-4.1.27/sound/soc/sh/rcar/ |
D | core.c | 576 name##_i = 0; \ in rsnd_of_parse_dai() 578 name##_info = info->name##_info + name##_i; \ in rsnd_of_parse_dai() 585 name##_i++; \ in rsnd_of_parse_dai()
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 3737 #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i } argument 3738 #define DIP(_y, _i, _p) { .flags = (_y)|Intercept|CheckPerm, \ argument 3739 .intercept = x86_intercept_##_i, .check_perm = (_p) } 3744 #define ID(_f, _i) { .flags = ((_f) | InstrDual | ModRM), .u.idual = (_i) } argument 3749 #define II(_f, _e, _i) \ argument 3750 { .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i } 3751 #define IIP(_f, _e, _i, _p) \ argument 3753 .intercept = x86_intercept_##_i, .check_perm = (_p) } 3757 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) argument 3760 #define I2bvIP(_f, _e, _i, _p) \ argument [all …]
|
/linux-4.1.27/drivers/media/usb/airspy/ |
D | airspy.c | 158 #define airspy_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument 165 _t, _r, _v & 0xff, _v >> 8, _i & 0xff, _i >> 8, \
|
/linux-4.1.27/drivers/media/usb/hackrf/ |
D | hackrf.c | 145 #define hackrf_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument 152 _t, _r, _v & 0xff, _v >> 8, _i & 0xff, \ 153 _i >> 8, _l & 0xff, _l >> 8, _direction, _l, _b); \
|
/linux-4.1.27/drivers/media/usb/msi2500/ |
D | msi2500.c | 655 #define msi2500_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument 662 _t, _r, _v & 0xff, _v >> 8, _i & 0xff, _i >> 8, \
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.h | 98 #define BIT(_i) (1<<(_i)) argument
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | ath5k.h | 154 #define AR5K_REG_WAIT(_i) do { \ argument 155 if (_i % 64) \
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | switch.c | 66 int _i; \ 67 for (_i=0; _i<RELAX_SPIN_COUNT && (_c); _i++) { \
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 150 with the "_i" suffix.
|