/linux-4.1.27/include/video/ |
D | samsung_fimd.h | 63 #define VIDCON0_CLKVAL_F(_x) ((_x) << 6) argument 124 #define VIDTCON0_VBPDE(_x) ((_x) << 24) argument 129 #define VIDTCON0_VBPD(_x) ((_x) << 16) argument 134 #define VIDTCON0_VFPD(_x) ((_x) << 8) argument 139 #define VIDTCON0_VSPW(_x) ((_x) << 0) argument 147 #define VIDTCON1_VFPDE(_x) ((_x) << 24) argument 152 #define VIDTCON1_HBPD(_x) ((_x) << 16) argument 157 #define VIDTCON1_HFPD(_x) ((_x) << 8) argument 162 #define VIDTCON1_HSPW(_x) ((_x) << 0) argument 165 #define VIDTCON2_LINEVAL_E(_x) ((((_x) & 0x800) >> 11) << 23) argument [all …]
|
D | exynos7_decon.h | 91 #define VIDOSD_H(_x) (0x80 + ((_x) * 4)) argument 136 #define VIDOSDxA_TOPLEFT_X(_x) (((_x) & 0x1fff) << 13) argument 141 #define VIDOSDxA_TOPLEFT_Y(_x) (((_x) & 0x1fff) << 0) argument 146 #define VIDOSDxB_BOTRIGHT_X(_x) (((_x) & 0x1fff) << 13) argument 151 #define VIDOSDxB_BOTRIGHT_Y(_x) (((_x) & 0x1fff) << 0) argument 153 #define VIDOSDxC_ALPHA0_R_F(_x) (((_x) & 0xFF) << 16) argument 154 #define VIDOSDxC_ALPHA0_G_F(_x) (((_x) & 0xFF) << 8) argument 155 #define VIDOSDxC_ALPHA0_B_F(_x) (((_x) & 0xFF) << 0) argument 157 #define VIDOSDxD_ALPHA1_R_F(_x) (((_x) & 0xFF) << 16) argument 158 #define VIDOSDxD_ALPHA1_G_F(_x) (((_x) & 0xFF) << 8) argument [all …]
|
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-s3c-regs.h | 29 #define S3C_SDHCI_CTRL2_FLTCLKSEL(_x) ((_x) << 24) argument 33 #define S3C_SDHCI_CTRL2_LVLDAT(_x) ((_x) << 16) argument 64 #define S3C_SDHCI_CTRL3_FIA3(_x) ((_x) << 24) argument 68 #define S3C_SDHCI_CTRL3_FIA2(_x) ((_x) << 16) argument 72 #define S3C_SDHCI_CTRL3_FIA1(_x) ((_x) << 8) argument 76 #define S3C_SDHCI_CTRL3_FIA0(_x) ((_x) << 0) argument
|
/linux-4.1.27/arch/mips/include/asm/mach-ath79/ |
D | irq.h | 15 #define ATH79_CPU_IRQ(_x) (MIPS_CPU_IRQ_BASE + (_x)) argument 19 #define ATH79_MISC_IRQ(_x) (ATH79_MISC_IRQ_BASE + (_x)) argument 23 #define ATH79_PCI_IRQ(_x) (ATH79_PCI_IRQ_BASE + (_x)) argument 27 #define ATH79_IP2_IRQ(_x) (ATH79_IP2_IRQ_BASE + (_x)) argument 31 #define ATH79_IP3_IRQ(_x) (ATH79_IP3_IRQ_BASE + (_x)) argument
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | hw.h | 116 #define GUSBCFG_TOUTCAL(_x) ((_x) << 0) argument 124 #define GRSTCTL_TXFNUM(_x) ((_x) << 6) argument 408 #define FIFOSIZE_DEPTH_GET(_x) (((_x) >> 16) & 0xffff) argument 416 #define DCFG_EPMISCNT(_x) ((_x) << 18) argument 420 #define DCFG_PERFRINT(_x) ((_x) << 11) argument 424 #define DCFG_DEVADDR(_x) ((_x) << 4) argument 450 #define DSTS_SOFFN(_x) ((_x) << 8) argument 481 #define DAINT_OUTEP(_x) (1 << ((_x) + 16)) argument 482 #define DAINT_INEP(_x) (1 << (_x)) argument 521 #define DXEPCTL_TXFNUM(_x) ((_x) << 22) argument [all …]
|
/linux-4.1.27/include/xen/interface/io/ |
D | ring.h | 15 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument 16 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) argument 17 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)) argument 18 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x)>>8)<<8 : __RD8(_x)) argument 19 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x)>>16)<<16 : __RD16(_x)) argument
|
/linux-4.1.27/arch/powerpc/boot/ |
D | types.h | 16 typeof(x) _x = (x); \ 18 (void) (&_x == &_y); \ 19 _x < _y ? _x : _y; }) 22 typeof(x) _x = (x); \ 24 (void) (&_x == &_y); \ 25 _x > _y ? _x : _y; })
|
/linux-4.1.27/arch/arm64/kvm/ |
D | sys_regs.h | 134 #define Op0(_x) .Op0 = _x argument 135 #define Op1(_x) .Op1 = _x argument 136 #define CRn(_x) .CRn = _x argument 137 #define CRm(_x) .CRm = _x argument 138 #define Op2(_x) .Op2 = _x argument
|
/linux-4.1.27/arch/arm/kvm/ |
D | coproc.h | 148 #define CRn(_x) .CRn = _x argument 149 #define CRm(_x) .CRm = _x argument 150 #define CRm64(_x) .CRn = _x, .CRm = 0 argument 151 #define Op1(_x) .Op1 = _x argument 152 #define Op2(_x) .Op2 = _x argument
|
D | mmu.c | 47 #define kvm_pmd_huge(_x) (pmd_huge(_x) || pmd_trans_huge(_x)) argument 48 #define kvm_pud_huge(_x) pud_huge(_x) argument
|
/linux-4.1.27/arch/mips/include/asm/sn/ |
D | addrs.h | 71 #define TO_NODE(_n, _x) (NODE_OFFSET(_n) | ((_x) )) argument 72 #define TO_NODE_CAC(_n, _x) (NODE_CAC_BASE(_n) | ((_x) & TO_PHYS_MASK)) argument 73 #define TO_NODE_UNCAC(_n, _x) (NODE_UNCAC_BASE(_n) | ((_x) & TO_PHYS_MASK)) argument 74 #define TO_NODE_MSPEC(_n, _x) (NODE_MSPEC_BASE(_n) | ((_x) & TO_PHYS_MASK)) argument 75 #define TO_NODE_HSPEC(_n, _x) (NODE_HSPEC_BASE(_n) | ((_x) & TO_PHYS_MASK)) argument 143 #define UALIAS_FLIP_ADDR(_x) (cputoslice(smp_processor_id()) ? \ argument 144 (_x) ^ UALIAS_FLIP_BIT : (_x)) 259 #define LOCAL_HUB_ADDR(_x) (HUBREG_CAST (IALIAS_BASE + (_x))) argument 260 #define REMOTE_HUB_ADDR(_n, _x) (HUBREG_CAST (NODE_SWIN_BASE(_n, 1) + \ argument 261 0x800000 + (_x))) [all …]
|
D | io.h | 55 #define IIO_IOPRB(_x) (IIO_IOPRB_0 + ( ( (_x) < HUB_WIDGET_ID_MIN ? \ argument 56 (_x) : \ 57 (_x) - (HUB_WIDGET_ID_MIN-1)) << 3) )
|
D | klconfig.h | 341 #define KLCLASS(_x) ((_x) & KLCLASS_MASK) argument 405 #define KLTYPE(_x) ((_x) & KLTYPE_MASK) argument
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | bte.h | 100 #define BTE_LNSTAT_STORE(_bte, _x) \ argument 101 HUB_S(_bte->bte_base_addr, (_x)) 102 #define BTE_SRC_STORE(_bte, _x) \ argument 104 u64 __addr = ((_x) & ~AS_MASK); \ 109 #define BTE_DEST_STORE(_bte, _x) \ argument 111 u64 __addr = ((_x) & ~AS_MASK); \ 116 #define BTE_CTRL_STORE(_bte, _x) \ argument 117 HUB_S(_bte->bte_control_addr, (_x)) 118 #define BTE_NOTIF_STORE(_bte, _x) \ argument 120 u64 __addr = ia64_tpa((_x) & ~AS_MASK); \
|
D | klconfig.h | 143 #define KLCLASS(_x) ((_x) & KLCLASS_MASK) argument 151 #define KLTYPE(_x) ((_x) & KLTYPE_MASK) argument
|
D | shubio.h | 2850 #define IIO_PRTE_A(_x) (IIO_IPRTE0_A + (8 * (_x))) argument 2851 #define IIO_PRTE_B(_x) (IIO_IPRTE0_B + (8 * (_x))) argument 2896 #define IIO_IOPRB(_x) (IIO_IOPRB_0 + ( ( (_x) < HUB_WIDGET_ID_MIN ? \ argument 2897 (_x) : \ 2898 (_x) - (HUB_WIDGET_ID_MIN-1)) << 3) ) 2976 #define IIO_ICRB_A(_x) ((u64)(IIO_ICRB_0 + (6 * IIO_ICRB_OFFSET * (_x)))) argument 2977 #define IIO_ICRB_B(_x) ((u64)((char *)IIO_ICRB_A(_x) + 1*IIO_ICRB_OFFSET)) argument 2978 #define IIO_ICRB_C(_x) ((u64)((char *)IIO_ICRB_A(_x) + 2*IIO_ICRB_OFFSET)) argument 2979 #define IIO_ICRB_D(_x) ((u64)((char *)IIO_ICRB_A(_x) + 3*IIO_ICRB_OFFSET)) argument 2980 #define IIO_ICRB_E(_x) ((u64)((char *)IIO_ICRB_A(_x) + 4*IIO_ICRB_OFFSET)) argument
|
/linux-4.1.27/arch/x86/crypto/ |
D | camellia-aesni-avx2-asm_64.S | 92 vextracti128 $1, x0, t0##_x; \ 93 vextracti128 $1, x7, t1##_x; \ 96 vextracti128 $1, x3, t3##_x; \ 97 vextracti128 $1, x6, t2##_x; \ 103 vpxor t4##_x, t4##_x, t4##_x; \ 106 vextracti128 $1, x2, t6##_x; \ 107 vextracti128 $1, x5, t5##_x; \ 108 vaesenclast t4##_x, x0##_x, x0##_x; \ 109 vaesenclast t4##_x, t0##_x, t0##_x; \ 110 vinserti128 $1, t0##_x, x0, x0; \ [all …]
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_cs.h | 353 #define bfa_swap_3b(_x) \ argument 354 ((((_x) & 0xff) << 16) | \ 355 ((_x) & 0x00ff00) | \ 356 (((_x) & 0xff0000) >> 16)) 359 #define bfa_hton3b(_x) bfa_swap_3b(_x) argument 361 #define bfa_hton3b(_x) (_x) argument 364 #define bfa_ntoh3b(_x) bfa_hton3b(_x) argument
|
D | bfa_plog.h | 24 #define BFA_PL_LOG_REC_INCR(_x) ((_x)++, (_x) %= BFA_PL_NLOG_ENTS) argument
|
D | bfa_ioc.h | 74 #define bfa_swap_words(_x) ( \ argument 75 ((u64)(_x) << 32) | ((u64)(_x) >> 32)) 78 #define bfa_sge_to_be(_x) argument 79 #define bfa_sge_to_le(_x) bfa_sge_word_swap(_x) argument 80 #define bfa_sgaddr_le(_x) bfa_swap_words(_x) argument 82 #define bfa_sge_to_be(_x) bfa_sge_word_swap(_x) argument 83 #define bfa_sge_to_le(_x) argument 84 #define bfa_sgaddr_le(_x) (_x) argument
|
D | bfi.h | 85 #define BFA_I2HM(_x) ((_x) + BFI_I2H_OPCODE_BASE) argument
|
/linux-4.1.27/arch/mips/pci/ |
D | pci-rt3883.c | 45 #define RT3883_PCI_REG_BASE(_x) (0x1000 + (_x) * 0x1000) argument 46 #define RT3883_PCI_REG_BAR0SETUP(_x) (RT3883_PCI_REG_BASE((_x)) + 0x10) argument 47 #define RT3883_PCI_REG_IMBASEBAR0(_x) (RT3883_PCI_REG_BASE((_x)) + 0x18) argument 48 #define RT3883_PCI_REG_ID(_x) (RT3883_PCI_REG_BASE((_x)) + 0x30) argument 49 #define RT3883_PCI_REG_CLASS(_x) (RT3883_PCI_REG_BASE((_x)) + 0x34) argument 50 #define RT3883_PCI_REG_SUBID(_x) (RT3883_PCI_REG_BASE((_x)) + 0x38) argument 51 #define RT3883_PCI_REG_STATUS(_x) (RT3883_PCI_REG_BASE((_x)) + 0x50) argument
|
/linux-4.1.27/arch/tile/include/asm/ |
D | uaccess.h | 213 typeof(x) _x; \ 216 case 1: __get_user_1(_x, ptr, __ret); break; \ 217 case 2: __get_user_2(_x, ptr, __ret); break; \ 218 case 4: __get_user_4(_x, ptr, __ret); break; \ 219 case 8: __get_user_8(_x, ptr, __ret); break; \ 222 (x) = (typeof(*(ptr))) _x; \ 294 typeof(*(ptr)) _x = (x); \ 297 case 1: __put_user_1(_x, ptr, __ret); break; \ 298 case 2: __put_user_2(_x, ptr, __ret); break; \ 299 case 4: __put_user_4(_x, ptr, __ret); break; \ [all …]
|
/linux-4.1.27/include/linux/platform_data/ |
D | video-pxafb.h | 31 #define LCD_CONN_TYPE(_x) ((_x) & 0x0f) argument 32 #define LCD_CONN_WIDTH(_x) (((_x) >> 4) & 0x1f) argument
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | uaccess.h | 74 typeof(*(p)) _x = (x); \ 82 __put_user_asm(_x, _p, B); \ 85 __put_user_asm(_x, _p, W); \ 88 __put_user_asm(_x, _p, ); \ 92 _xl = ((__force long *)&_x)[0]; \ 93 _xh = ((__force long *)&_x)[1]; \
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
D | hubio.h | 334 #define IIO_PRTE(_x) (IIO_PRTE_0 + (8 * (_x))) argument 407 #define IIO_ICRB_A(_x) (IIO_ICRB_0 + (4 * IIO_ICRB_OFFSET * (_x))) argument 408 #define IIO_ICRB_B(_x) (IIO_ICRB_A(_x) + 1*IIO_ICRB_OFFSET) argument 409 #define IIO_ICRB_C(_x) (IIO_ICRB_A(_x) + 2*IIO_ICRB_OFFSET) argument 410 #define IIO_ICRB_D(_x) (IIO_ICRB_A(_x) + 3*IIO_ICRB_OFFSET) argument
|
D | hubni.h | 62 #define NI_META_TABLE(_x) (NI_META_TABLE0 + (8 * (_x))) argument 66 #define NI_LOCAL_TABLE(_x) (NI_LOCAL_TABLE0 + (8 * (_x))) argument
|
/linux-4.1.27/include/math-emu/ |
D | op-2.h | 314 _FP_W_TYPE _x[2], _y[2]; \ 315 _x[0] = X##_f0; _x[1] = X##_f1; \ 318 mpn_mul_n(_z_f, _x, _y, 2); \ 498 _FP_W_TYPE _x[4], _y[2], _z[4]; \ 500 _x[0] = _x[3] = 0; \ 504 _x[1] = (X##_f0 << (_FP_WFRACBITS_##fs-1 - _FP_W_TYPE_SIZE) | \ 507 _x[2] = X##_f1 << (_FP_WFRACBITS_##fs-1 - _FP_W_TYPE_SIZE); \ 511 _x[1] = (X##_f0 << (_FP_WFRACBITS_##fs - _FP_W_TYPE_SIZE) | \ 514 _x[2] = X##_f1 << (_FP_WFRACBITS_##fs - _FP_W_TYPE_SIZE); \ 517 (void) mpn_divrem (_z, 0, _x, 4, _y, 2); \ [all …]
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | reg_mci.h | 220 #define AR_BTCOEX_MAX_TXPWR(_x) (0x18c0 + ((_x) << 2)) argument 252 #define AR_BTCOEX_MAX_RFGAIN(_x) (0x1950 + ((_x) << 2)) argument
|
/linux-4.1.27/arch/mips/include/asm/mach-ralink/ |
D | rt3883.h | 140 #define _RT3883_GPIO_MODE_LNA_A(_x) ((_x) << RT3883_GPIO_MODE_LNA_A_SHIFT) argument 145 #define _RT3883_GPIO_MODE_LNA_G(_x) ((_x) << RT3883_GPIO_MODE_LNA_G_SHIFT) argument
|
/linux-4.1.27/arch/frv/include/asm/ |
D | segment.h | 38 #define set_fs(_x) \ argument 40 __current_thread_info->addr_limit = (_x); \
|
/linux-4.1.27/include/linux/ |
D | arcdevice.h | 95 unsigned long _x, _y; \ 96 _x = get_cycles(); \ 102 name, bytes, _y - _x, \ 103 100000000 / 1024 * bytes / (_y - _x + 1));\
|
D | cgroup-defs.h | 34 #define SUBSYS(_x) _x ## _cgrp_id, argument
|
D | cgroup.h | 259 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; argument
|
/linux-4.1.27/arch/metag/kernel/ |
D | module.c | 45 static int relacmp(const void *_x, const void *_y) in relacmp() argument 49 y = (Elf32_Rela *)_x; in relacmp() 68 static void relaswap(void *_x, void *_y, int size) in relaswap() argument 73 y = (uint32_t *)_x; in relaswap()
|
/linux-4.1.27/drivers/phy/ |
D | phy-exynos5-usbdrd.c | 42 #define LINKSYSTEM_FLADJ(_x) ((_x) << 1) argument 58 #define PHYCLKRST_SSC_REFCLKSEL(_x) ((_x) << 23) argument 61 #define PHYCLKRST_SSC_RANGE(_x) ((_x) << 21) argument 76 #define PHYCLKRST_FSEL(_x) ((_x) << 5) argument
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | module_32.c | 59 static int relacmp(const void *_x, const void *_y) in relacmp() argument 63 y = (Elf32_Rela *)_x; in relacmp() 82 static void relaswap(void *_x, void *_y, int size) in relaswap() argument 87 y = (uint32_t *)_x; in relaswap()
|
D | module_64.c | 231 static int relacmp(const void *_x, const void *_y) in relacmp() argument 235 y = (Elf64_Rela *)_x; in relacmp() 254 static void relaswap(void *_x, void *_y, int size) in relaswap() argument 259 y = (uint64_t *)_x; in relaswap()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pmu.h | 53 #define C(_x) PERF_COUNT_HW_CACHE_##_x argument
|
/linux-4.1.27/drivers/video/fbdev/ |
D | auo_k1900fb.c | 58 #define AUOK1900_INIT_ROTATE(_x) ((_x & 0x3) << 10) argument
|
/linux-4.1.27/virt/kvm/arm/ |
D | vgic.h | 26 #define IS_VGIC_ADDR_UNDEF(_x) ((_x) == VGIC_ADDR_UNDEF) argument
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | da9034-ts.c | 86 uint8_t _x, _y, _v; in read_tsi() local 89 ret = da903x_read(touch->da9034_dev, DA9034_TSI_X_MSB, &_x); in read_tsi() 101 touch->last_x = ((_x << 2) & 0x3fc) | (_v & 0x3); in read_tsi()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | pmu.c | 46 u32 _x = (x); \ 51 out_be64(&(pmd_regs->reg), (((u64)_x) << 32)); \ 52 shadow_regs->reg = _x; \
|
/linux-4.1.27/arch/arc/include/asm/ |
D | perf_event.h | 112 #define C(_x) PERF_COUNT_HW_CACHE_##_x argument
|
/linux-4.1.27/drivers/tty/serial/ |
D | ioc3_serial.c | 37 #define GET_PORT_FROM_SIO_IR(_x) (_x & SIO_IR_SA) ? 0 : 1 argument 44 #define GET_PHYSICAL_PORT(_x) ((_x) >> 1) argument 45 #define GET_LOGICAL_PORT(_x) ((_x) & 1) argument 46 #define IS_PHYSICAL_PORT(_x) !((_x) & 1) argument 47 #define IS_RS232(_x) !((_x) & 1) argument 54 #define DPRINT_CONFIG(_x...) ; argument
|
D | ioc4_serial.c | 316 #define DPRINT_CONFIG(_x...) ; argument 373 #define SER_DIVISOR(_x, clk) (((clk) + (_x) * 8) / ((_x) * 16)) argument
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | interrupt.c | 645 #define dump_bmp(_x) _dump_bmp(_x, __func__, __LINE__) argument 656 #define dump_mask(_x) _dump_mask(_x, __func__, __LINE__) argument
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_hw.h | 28 #define FIELD_GETX(_x, _name) ((_x) >> (_name##_SHIFT) & (_name##_MASK)) argument 29 #define FIELD_SETX(_x, _name, _v) \ argument 30 (((_x) & ~((_name##_MASK) << (_name##_SHIFT))) |\
|
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
D | hw.h | 145 #define DESC_GET(_x, _name) ((_x) >> _name##SHIFT & _name##MASK) argument
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfi.h | 64 #define BFA_I2HM(_x) ((_x) + BFI_I2H_OPCODE_BASE) argument
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | eeprom.h | 206 #define AR5K_EEPROM_SCALE_OC_DELTA(_x) (((_x) * 2) / 10) argument
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-riic.c | 73 #define ICMR1_CKS(_x) ((((_x) << 4) & ICMR1_CKS_MASK) | ICMR1_BCWP) argument
|
D | i2c-axxia.c | 39 #define WT_VALUE(_x) ((_x) & 0x7fff) argument
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_core.h | 134 #define test_devctl_hst_mode(_x) \ argument 135 (musb_readb((_x)->mregs, MUSB_DEVCTL)&MUSB_DEVCTL_HM)
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | core.h | 272 #define TID_WINDOW_SZ(_x) ((_x) << 1) argument
|
/linux-4.1.27/drivers/crypto/nx/ |
D | nx-842.c | 103 #define NX842_COUNTER_INC(_x) \ argument 104 static inline void nx842_inc_##_x( \ 107 atomic64_inc(&dev->counters->_x); \
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emu10k1_main.c | 489 #define EC_SPDIF0_SELECT(_x) (((_x) << EC_SPDIF0_SEL_SHIFT) & EC_SPDIF0_SEL_MASK) argument 490 #define EC_SPDIF1_SELECT(_x) (((_x) << EC_SPDIF1_SEL_SHIFT) & EC_SPDIF1_SEL_MASK) argument
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
D | hwa742.c | 415 #define ADD_PREQ(_x, _y, _w, _h) do { \ argument 419 req->par.update.x = _x; \
|
/linux-4.1.27/kernel/ |
D | cgroup.c | 126 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, argument 133 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, argument
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ks8851.c | 147 #define BYTE_EN(_x) ((_x) << 2) argument
|
/linux-4.1.27/arch/arm64/kernel/ |
D | perf_event.c | 76 #define C(_x) \ argument 77 PERF_COUNT_HW_CACHE_##_x
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | s3c-hsudc.c | 69 #define S3C_BR(_x) S3C_HSUDC_REG(0x60 + (_x * 4)) argument
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_lnode.c | 55 #define PORT_ID_PTR(_x) ((uint8_t *)(&_x) + 1) argument
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | fec_main.c | 71 #define FEC_ENET_GET_QUQUE(_x) ((_x == 0) ? 1 : ((_x == 1) ? 2 : 0)) argument
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | mcdi_pcol.h | 260 #define MC_CMD_SENSOR_INFO_OUT_OFFSET_OFST(_x) \ argument 261 (MC_CMD_SENSOR_ENTRY_OFST + (_x))
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 846 ({ _type _x; \ 852 _x = *(_type __aligned(1) *) ctxt->fetch.ptr; \ 854 _x; \
|