/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_arm.h | 23 #define NFP_ARM_GCSR_BULK_BAR_TGT(_x) (((_x) & 0xf) << 27) argument 24 #define NFP_ARM_GCSR_BULK_BAR_TGT_of(_x) (((_x) >> 27) & 0xf) argument 25 #define NFP_ARM_GCSR_BULK_BAR_TOK(_x) (((_x) & 0x3) << 25) argument 26 #define NFP_ARM_GCSR_BULK_BAR_TOK_of(_x) (((_x) >> 25) & 0x3) argument 30 #define NFP_ARM_GCSR_BULK_BAR_ADDR(_x) ((_x) & 0x7ff) argument 31 #define NFP_ARM_GCSR_BULK_BAR_ADDR_of(_x) ((_x) & 0x7ff) argument 37 #define NFP_ARM_GCSR_EXPA_BAR_TGT(_x) (((_x) & 0xf) << 27) argument 38 #define NFP_ARM_GCSR_EXPA_BAR_TGT_of(_x) (((_x) >> 27) & 0xf) argument 39 #define NFP_ARM_GCSR_EXPA_BAR_TOK(_x) (((_x) & 0x3) << 25) argument 40 #define NFP_ARM_GCSR_EXPA_BAR_TOK_of(_x) (((_x) >> 25) & 0x3) argument [all …]
|
H A D | nfp6000_pcie.c | 38 #define NFP_PCIE_BAR_EXPLICIT_BAR0(_x, _y) \ argument 40 #define NFP_PCIE_BAR_EXPLICIT_BAR0_SignalType(_x) (((_x) & 0x3) << 30) argument 41 #define NFP_PCIE_BAR_EXPLICIT_BAR0_SignalType_of(_x) (((_x) >> 30) & 0x3) argument 42 #define NFP_PCIE_BAR_EXPLICIT_BAR0_Token(_x) (((_x) & 0x3) << 28) argument 43 #define NFP_PCIE_BAR_EXPLICIT_BAR0_Token_of(_x) (((_x) >> 28) & 0x3) argument 44 #define NFP_PCIE_BAR_EXPLICIT_BAR0_Address(_x) (((_x) & 0xffffff) << 0) argument 45 #define NFP_PCIE_BAR_EXPLICIT_BAR0_Address_of(_x) (((_x) >> 0) & 0xffffff) argument 46 #define NFP_PCIE_BAR_EXPLICIT_BAR1(_x, _y) \ argument 48 #define NFP_PCIE_BAR_EXPLICIT_BAR1_SignalRef(_x) (((_x) & 0x7f) << 24) argument 49 #define NFP_PCIE_BAR_EXPLICIT_BAR1_SignalRef_of(_x) (((_x) >> 24) & 0x7f) argument [all …]
|
/linux/include/video/ |
H A D | samsung_fimd.h | 60 #define VIDCON0_CLKVAL_F(_x) ((_x) << 6) argument 121 #define VIDTCON0_VBPDE(_x) ((_x) << 24) argument 126 #define VIDTCON0_VBPD(_x) ((_x) << 16) argument 131 #define VIDTCON0_VFPD(_x) ((_x) << 8) argument 136 #define VIDTCON0_VSPW(_x) ((_x) << 0) argument 144 #define VIDTCON1_VFPDE(_x) ((_x) << 24) argument 149 #define VIDTCON1_HBPD(_x) ((_x) << 16) argument 154 #define VIDTCON1_HFPD(_x) ((_x) << 8) argument 159 #define VIDTCON1_HSPW(_x) ((_x) << 0) argument 162 #define VIDTCON2_LINEVAL_E(_x) ((((_x) & 0x800) >> 11) << 23) argument [all …]
|
/linux/arch/mips/include/asm/mach-ath79/ |
H A D | irq.h | 12 #define ATH79_CPU_IRQ(_x) (MIPS_CPU_IRQ_BASE + (_x)) argument 16 #define ATH79_MISC_IRQ(_x) (ATH79_MISC_IRQ_BASE + (_x)) argument 20 #define ATH79_PCI_IRQ(_x) (ATH79_PCI_IRQ_BASE + (_x)) argument 24 #define ATH79_IP2_IRQ(_x) (ATH79_IP2_IRQ_BASE + (_x)) argument 28 #define ATH79_IP3_IRQ(_x) (ATH79_IP3_IRQ_BASE + (_x)) argument
|
/linux/tools/testing/selftests/sched_ext/ |
H A D | scx_test.h | 100 #define SCX_GT(_x, _y) SCX_FAIL_IF((_x) <= (_y), "Expected %s > %s (%lu > %lu)", \ argument 102 #define SCX_GE(_x, _y) SCX_FAIL_IF((_x) < (_y), "Expected %s >= %s (%lu >= %lu)", \ argument 104 #define SCX_LT(_x, _y) SCX_FAIL_IF((_x) >= (_y), "Expected %s < %s (%lu < %lu)", \ argument 106 #define SCX_LE(_x, _y) SCX_FAIL_IF((_x) > (_y), "Expected %s <= %s (%lu <= %lu)", \ argument 108 #define SCX_EQ(_x, _y) SCX_FAIL_IF((_x) != (_y), "Expected %s == %s (%lu == %lu)", \ argument 110 #define SCX_ASSERT(_x) SCX_FAIL_IF(!(_x), "Expected %s to be true (%lu)", \ argument
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_ctrl.h | 290 #define NFP_NET_CFG_RSS_MASK_of(_x) ((_x) & 0x7f) argument 318 #define NFP_NET_CFG_TXR_ADDR(_x) (NFP_NET_CFG_TXR_BASE + ((_x) * 0x8)) argument 319 #define NFP_NET_CFG_TXR_WB_ADDR(_x) (NFP_NET_CFG_TXR_BASE + 0x200 + \ argument 321 #define NFP_NET_CFG_TXR_SZ(_x) (NFP_NET_CFG_TXR_BASE + 0x400 + (_x)) argument 322 #define NFP_NET_CFG_TXR_VEC(_x) (NFP_NET_CFG_TXR_BASE + 0x440 + (_x)) argument 323 #define NFP_NET_CFG_TXR_PRIO(_x) (NFP_NET_CFG_TXR_BASE + 0x480 + (_x)) argument 324 #define NFP_NET_CFG_TXR_IRQ_MOD(_x) (NFP_NET_CFG_TXR_BASE + 0x500 + \ argument 336 #define NFP_NET_CFG_RXR_ADDR(_x) (NFP_NET_CFG_RXR_BASE + ((_x) * 0x8)) argument 337 #define NFP_NET_CFG_RXR_SZ(_x) (NFP_NET_CFG_RXR_BASE + 0x200 + (_x)) argument 338 #define NFP_NET_CFG_RXR_VEC(_x) (NFP_NET_CFG_RXR_BASE + 0x240 + (_x)) argument [all …]
|
/linux/arch/mips/pci/ |
H A D | pci-rt3883.c | 42 #define RT3883_PCI_REG_BASE(_x) (0x1000 + (_x) * 0x1000) argument 43 #define RT3883_PCI_REG_BAR0SETUP(_x) (RT3883_PCI_REG_BASE((_x)) + 0x10) argument 44 #define RT3883_PCI_REG_IMBASEBAR0(_x) (RT3883_PCI_REG_BASE((_x)) + 0x18) argument 45 #define RT3883_PCI_REG_ID(_x) (RT3883_PCI_REG_BASE((_x)) + 0x30) argument 46 #define RT3883_PCI_REG_CLASS(_x) (RT3883_PCI_REG_BASE((_x)) + 0x34) argument 47 #define RT3883_PCI_REG_SUBID(_x) (RT3883_PCI_REG_BASE((_x)) + 0x38) argument 48 #define RT3883_PCI_REG_STATUS(_x) (RT3883_PCI_REG_BASE((_x)) + 0x50) argument
|
/linux/arch/mips/include/asm/sn/ |
H A D | addrs.h | 66 #define TO_NODE(_n, _x) (NODE_OFFSET(_n) | ((_x) )) argument 67 #define TO_NODE_CAC(_n, _x) (NODE_CAC_BASE(_n) | ((_x) & TO_PHYS_MASK)) argument 68 #define TO_NODE_UNCAC(_n, _x) (NODE_UNCAC_BASE(_n) | ((_x) & TO_PHYS_MASK)) argument 69 #define TO_NODE_MSPEC(_n, _x) (NODE_MSPEC_BASE(_n) | ((_x) & TO_PHYS_MASK)) argument 70 #define TO_NODE_HSPEC(_n, _x) (NODE_HSPEC_BASE(_n) | ((_x) & TO_PHYS_MASK)) argument 138 #define UALIAS_FLIP_ADDR(_x) (cputoslice(smp_processor_id()) ? \ argument 254 #define LOCAL_HUB_ADDR(_x) (IALIAS_BASE + (_x)) argument 255 #define REMOTE_HUB_ADDR(_n, _x) ((NODE_SWIN_BASE(_n, 1) + 0x800000 + (_x))) argument 259 #define LOCAL_HUB_PTR(_x) ((u64 *)LOCAL_HUB_ADDR((_x))) argument 260 #define REMOTE_HUB_PTR(_n, _x) ((u64 *)REMOTE_HUB_ADDR((_n), (_x))) argument
|
H A D | io.h | 55 #define IIO_IOPRB(_x) (IIO_IOPRB_0 + ( ( (_x) < HUB_WIDGET_ID_MIN ? \ argument
|
/linux/arch/arm64/kvm/ |
H A D | sys_regs.h | 230 #define AA32(_x) .aarch32_map = AA32_##_x argument 231 #define Op0(_x) .Op0 = _x argument 232 #define Op1(_x) .Op1 = _x argument 233 #define CRn(_x) .CRn = _x argument 234 #define CRm(_x) .CRm = _x argument 235 #define Op2(_x) .Op2 = _x argument
|
/linux/tools/testing/selftests/riscv/hwprobe/ |
H A D | hwprobe.h | 8 # define le32_bswap(_x) \ argument 14 # define le32_bswap(_x) (_x) argument
|
/linux/include/xen/interface/io/ |
H A D | ring.h | 33 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument 34 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) argument 35 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)) argument 36 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x)>>8)<<8 : __RD8(_x)) argument 37 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x)>>16)<<16 : __RD16(_x)) argument
|
/linux/arch/x86/include/asm/ |
H A D | dmi.h | 19 #define dmi_remap(_x, _l) memremap(_x, _l, MEMREMAP_WB) argument 20 #define dmi_unmap(_x) memunmap(_x) argument
|
/linux/drivers/scsi/bfa/ |
H A D | bfa_cs.h | 302 #define bfa_swap_3b(_x) \ argument 308 #define bfa_hton3b(_x) bfa_swap_3b(_x) argument 310 #define bfa_hton3b(_x) (_x) argument 313 #define bfa_ntoh3b(_x) bfa_hton3b(_x) argument
|
H A D | bfa_plog.h | 17 #define BFA_PL_LOG_REC_INCR(_x) ((_x)++, (_x) %= BFA_PL_NLOG_ENTS) argument
|
/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-rt3883.c | 33 #define _RT3883_GPIO_MODE_LNA_A(_x) ((_x) << RT3883_GPIO_MODE_LNA_A_SHIFT) argument 38 #define _RT3883_GPIO_MODE_LNA_G(_x) ((_x) << RT3883_GPIO_MODE_LNA_G_SHIFT) argument
|
/linux/arch/parisc/include/asm/ |
H A D | fixmap.h | 57 #define __fix_to_virt(_x) (FIXMAP_START + ((_x) << PAGE_SHIFT)) argument
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gsc.h | 19 #define GSC_IRQ_INTF(_x) BIT(15 - (_x)) argument
|
/linux/include/linux/platform_data/ |
H A D | video-pxafb.h | 27 #define LCD_CONN_TYPE(_x) ((_x) & 0x0f) argument 28 #define LCD_CONN_WIDTH(_x) (((_x) >> 4) & 0x1f) argument
|
/linux/sound/pci/emu10k1/ |
H A D | emu10k1_main.c | 479 #define EC_SPDIF0_SELECT(_x) (((_x) << EC_SPDIF0_SEL_SHIFT) & EC_SPDIF0_SEL_MASK) argument 480 #define EC_SPDIF1_SELECT(_x) (((_x) << EC_SPDIF1_SEL_SHIFT) & EC_SPDIF1_SEL_MASK) argument
|
/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_mbx.c | 10 #define RING_TO_VFNO(_x, _y) ((_x) / (_y)) argument
|
/linux/arch/mips/include/asm/sn/sn0/ |
H A 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/arch/powerpc/platforms/ps3/ |
H A D | interrupt.c | 634 #define dump_bmp(_x) _dump_bmp(_x, __func__, __LINE__) argument 645 #define dump_mask(_x) _dump_mask(_x, __func__, __LINE__) argument
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A 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/drivers/input/touchscreen/ |
H A D | da9034-ts.c | 83 uint8_t _x, _y, _v; in read_tsi() local
|