/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/arm64/kvm/ |
D | sys_regs.h | 140 #define Op0(_x) .Op0 = _x argument 141 #define Op1(_x) .Op1 = _x argument 142 #define CRn(_x) .CRn = _x argument 143 #define CRm(_x) .CRm = _x argument 144 #define Op2(_x) .Op2 = _x argument
|
/linux-4.4.14/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.4.14/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.4.14/arch/ia64/include/asm/sn/ |
D | bte.h | 100 #define BTE_LNSTAT_STORE(_bte, _x) \ argument 102 #define BTE_SRC_STORE(_bte, _x) \ argument 109 #define BTE_DEST_STORE(_bte, _x) \ argument 116 #define BTE_CTRL_STORE(_bte, _x) \ argument 118 #define BTE_NOTIF_STORE(_bte, _x) \ argument
|
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 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.4.14/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 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 263 #define REMOTE_HUB_PI_ADDR(_n, _sn, _x) (HUBREG_CAST (NODE_SWIN_BASE(_n, 1) + \ argument
|
D | io.h | 55 #define IIO_IOPRB(_x) (IIO_IOPRB_0 + ( ( (_x) < HUB_WIDGET_ID_MIN ? \ argument
|
D | klconfig.h | 341 #define KLCLASS(_x) ((_x) & KLCLASS_MASK) argument 405 #define KLTYPE(_x) ((_x) & KLTYPE_MASK) argument
|
/linux-4.4.14/include/linux/ |
D | cgroup_subsys.h | 14 #define SUBSYS_TAG(_x) argument
|
D | cgroup.h | 53 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; argument 57 #define SUBSYS(_x) \ argument
|
D | cgroup-defs.h | 36 #define SUBSYS(_x) _x ## _cgrp_id, argument
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hw.h | 116 #define GUSBCFG_TOUTCAL(_x) ((_x) << 0) argument 124 #define GRSTCTL_TXFNUM(_x) ((_x) << 6) argument 409 #define FIFOSIZE_DEPTH_GET(_x) (((_x) >> 16) & 0xffff) argument 417 #define DCFG_EPMISCNT(_x) ((_x) << 18) argument 421 #define DCFG_PERFRINT(_x) ((_x) << 11) argument 425 #define DCFG_DEVADDR(_x) ((_x) << 4) argument 451 #define DSTS_SOFFN(_x) ((_x) << 8) argument 482 #define DAINT_OUTEP(_x) (1 << ((_x) + 16)) argument 483 #define DAINT_INEP(_x) (1 << (_x)) argument 522 #define DXEPCTL_TXFNUM(_x) ((_x) << 22) argument [all …]
|
/linux-4.4.14/arch/metag/kernel/ |
D | module.c | 45 static int relacmp(const void *_x, const void *_y) in relacmp() 68 static void relaswap(void *_x, void *_y, int size) in relaswap()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | module_32.c | 59 static int relacmp(const void *_x, const void *_y) in relacmp() 82 static void relaswap(void *_x, void *_y, int size) in relaswap()
|
D | module_64.c | 231 static int relacmp(const void *_x, const void *_y) in relacmp() 254 static void relaswap(void *_x, void *_y, int size) in relaswap()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_cs.h | 353 #define bfa_swap_3b(_x) \ argument 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_ioc.h | 74 #define bfa_swap_words(_x) ( \ argument 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 | bfa_plog.h | 24 #define BFA_PL_LOG_REC_INCR(_x) ((_x)++, (_x) %= BFA_PL_NLOG_ENTS) argument
|
D | bfi.h | 85 #define BFA_I2HM(_x) ((_x) + BFI_I2H_OPCODE_BASE) argument
|
/linux-4.4.14/arch/frv/include/asm/ |
D | segment.h | 38 #define set_fs(_x) \ argument
|
/linux-4.4.14/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.4.14/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.4.14/drivers/scsi/cxlflash/ |
D | superpipe.h | 36 #define CHAN2PORT(_x) ((_x) + 1) argument 37 #define PORT2CHAN(_x) ((_x) - 1) argument
|
/linux-4.4.14/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.4.14/drivers/video/fbdev/ |
D | auo_k1900fb.c | 58 #define AUOK1900_INIT_ROTATE(_x) ((_x & 0x3) << 10) argument
|
/linux-4.4.14/virt/kvm/arm/ |
D | vgic.h | 26 #define IS_VGIC_ADDR_UNDEF(_x) ((_x) == VGIC_ADDR_UNDEF) argument
|
/linux-4.4.14/arch/arc/include/asm/ |
D | perf_event.h | 123 #define C(_x) PERF_COUNT_HW_CACHE_##_x argument
|
/linux-4.4.14/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.4.14/arch/mips/include/asm/sn/sn0/ |
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
|
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
|
/linux-4.4.14/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.4.14/drivers/input/touchscreen/ |
D | da9034-ts.c | 86 uint8_t _x, _y, _v; in read_tsi() local
|
/linux-4.4.14/include/linux/perf/ |
D | arm_pmu.h | 41 #define C(_x) PERF_COUNT_HW_CACHE_##_x argument
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/xtensa/kernel/ |
D | perf_event.c | 74 #define C(_x) PERF_COUNT_HW_CACHE_##_x argument
|
/linux-4.4.14/kernel/ |
D | cgroup.c | 134 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, argument 141 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, argument 148 #define SUBSYS(_x) \ argument 156 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, argument 162 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, argument
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-842-pseries.c | 124 #define NX842_COUNTER_INC(_x) \ argument
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 779 #define FILTER_ALLOC(_x) \ in FIXTURE_SETUP() argument 793 #define FILTER_FREE(_x) if (self->_x.filter) free(self->_x.filter) in FIXTURE_TEARDOWN() argument
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | s3c-hsudc.c | 69 #define S3C_BR(_x) S3C_HSUDC_REG(0x60 + (_x * 4)) argument
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ks8851.c | 147 #define BYTE_EN(_x) ((_x) << 2) argument
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
D | hwa742.c | 415 #define ADD_PREQ(_x, _y, _w, _h) do { \ argument
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | hw.h | 145 #define DESC_GET(_x, _name) ((_x) >> _name##SHIFT & _name##MASK) argument
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_lnode.c | 55 #define PORT_ID_PTR(_x) ((uint8_t *)(&_x) + 1) argument
|
/linux-4.4.14/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
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_core.h | 133 #define test_devctl_hst_mode(_x) \ argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | eeprom.h | 206 #define AR5K_EEPROM_SCALE_OC_DELTA(_x) (((_x) * 2) / 10) argument
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfi.h | 62 #define BFA_I2HM(_x) ((_x) + BFI_I2H_OPCODE_BASE) argument
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_main.c | 72 #define FEC_ENET_GET_QUQUE(_x) ((_x == 0) ? 1 : ((_x == 1) ? 2 : 0)) argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | core.h | 272 #define TID_WINDOW_SZ(_x) ((_x) << 1) argument
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | mcdi_pcol.h | 307 #define MC_CMD_SENSOR_INFO_OUT_OFFSET_OFST(_x) \ argument
|