/openbmc/u-boot/include/ |
H A D | edid.h | 24 #define GET_BIT(_x, _pos) \ argument 26 #define GET_BITS(_x, _pos_msb, _pos_lsb) \ argument 40 #define EDID_DETAILED_TIMING_PIXEL_CLOCK(_x) \ argument 46 #define EDID_DETAILED_TIMING_HORIZONTAL_ACTIVE(_x) \ argument 49 #define EDID_DETAILED_TIMING_HORIZONTAL_BLANKING(_x) \ argument 55 #define EDID_DETAILED_TIMING_VERTICAL_ACTIVE(_x) \ argument 58 #define EDID_DETAILED_TIMING_VERTICAL_BLANKING(_x) \ argument 65 #define EDID_DETAILED_TIMING_HSYNC_OFFSET(_x) \ argument 68 #define EDID_DETAILED_TIMING_HSYNC_PULSE_WIDTH(_x) \ argument 71 #define EDID_DETAILED_TIMING_VSYNC_OFFSET(_x) \ argument [all …]
|
/openbmc/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 …]
|
/openbmc/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 …]
|
/openbmc/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
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | regs-decon7.h | 89 #define VIDOSD_H(_x) (0x80 + ((_x) * 4)) argument 134 #define VIDOSDxA_TOPLEFT_X(_x) (((_x) & 0x1fff) << 13) argument 139 #define VIDOSDxA_TOPLEFT_Y(_x) (((_x) & 0x1fff) << 0) argument 144 #define VIDOSDxB_BOTRIGHT_X(_x) (((_x) & 0x1fff) << 13) argument 149 #define VIDOSDxB_BOTRIGHT_Y(_x) (((_x) & 0x1fff) << 0) argument 151 #define VIDOSDxC_ALPHA0_R_F(_x) (((_x) & 0xFF) << 16) argument 152 #define VIDOSDxC_ALPHA0_G_F(_x) (((_x) & 0xFF) << 8) argument 153 #define VIDOSDxC_ALPHA0_B_F(_x) (((_x) & 0xFF) << 0) argument 155 #define VIDOSDxD_ALPHA1_R_F(_x) (((_x) & 0xFF) << 16) argument 156 #define VIDOSDxD_ALPHA1_G_F(_x) (((_x) & 0xFF) << 8) argument [all …]
|
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
H A D | mmc.h | 23 #define SDHCI_CTRL2_FLTCLKSEL(_x) ((_x) << 24) argument 27 #define SDHCI_CTRL2_LVLDAT(_x) ((_x) << 16) argument 35 #define SDHCI_CTRL2_DFCNT_MASK(_x) ((_x) << 9) argument 41 #define SDHCI_CTRL2_SELBASECLK_MASK(_x) ((_x) << 4) argument 52 #define SDHCI_CTRL4_DRIVE_MASK(_x) ((_x) << 16) argument
|
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
H A D | mmc.h | 23 #define SDHCI_CTRL2_FLTCLKSEL(_x) ((_x) << 24) argument 27 #define SDHCI_CTRL2_LVLDAT(_x) ((_x) << 16) argument 35 #define SDHCI_CTRL2_DFCNT_MASK(_x) ((_x) << 9) argument 41 #define SDHCI_CTRL2_SELBASECLK_MASK(_x) ((_x) << 4) argument 52 #define SDHCI_CTRL4_DRIVE_MASK(_x) ((_x) << 16) argument
|
H A D | xhci-exynos.h | 13 #define LINKSYSTEM_FLADJ(_x) ((_x) << 1) argument 21 #define PHYCLKRST_SSC_REFCLKSEL(_x) ((_x) << 23) argument 24 #define PHYCLKRST_SSC_RANGE(_x) ((_x) << 21) argument 38 #define PHYCLKRST_FSEL(_x) ((_x) << 5) argument
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_ctrl.h | 288 #define NFP_NET_CFG_RSS_MASK_of(_x) ((_x) & 0x7f) argument 316 #define NFP_NET_CFG_TXR_ADDR(_x) (NFP_NET_CFG_TXR_BASE + ((_x) * 0x8)) argument 317 #define NFP_NET_CFG_TXR_WB_ADDR(_x) (NFP_NET_CFG_TXR_BASE + 0x200 + \ argument 319 #define NFP_NET_CFG_TXR_SZ(_x) (NFP_NET_CFG_TXR_BASE + 0x400 + (_x)) argument 320 #define NFP_NET_CFG_TXR_VEC(_x) (NFP_NET_CFG_TXR_BASE + 0x440 + (_x)) argument 321 #define NFP_NET_CFG_TXR_PRIO(_x) (NFP_NET_CFG_TXR_BASE + 0x480 + (_x)) argument 322 #define NFP_NET_CFG_TXR_IRQ_MOD(_x) (NFP_NET_CFG_TXR_BASE + 0x500 + \ argument 334 #define NFP_NET_CFG_RXR_ADDR(_x) (NFP_NET_CFG_RXR_BASE + ((_x) * 0x8)) argument 335 #define NFP_NET_CFG_RXR_SZ(_x) (NFP_NET_CFG_RXR_BASE + 0x200 + (_x)) argument 336 #define NFP_NET_CFG_RXR_VEC(_x) (NFP_NET_CFG_RXR_BASE + 0x240 + (_x)) argument [all …]
|
/openbmc/qemu/replay/ |
H A D | replay.c | 46 #define ASYNC_EVENT(_x) case REPLAY_ASYNC_EVENT_ ## _x: return "ASYNC_EVENT_"#_x in replay_async_event_name() argument 63 #define CLOCK_EVENT(_x) case REPLAY_CLOCK_ ## _x: return "CLOCK_" #_x in replay_clock_event_name() argument 76 #define SHUTDOWN_EVENT(_x) case SHUTDOWN_CAUSE_ ## _x: return "SHUTDOWN_CAUSE_" #_x in replay_shutdown_event_name() argument 97 #define CHECKPOINT_EVENT(_x) case CHECKPOINT_ ## _x: return "CHECKPOINT_" #_x in replay_checkpoint_event_name() argument 117 #define EVENT(_x) case EVENT_ ## _x: return "EVENT_"#_x in replay_event_name() argument
|
/openbmc/u-boot/board/imgtec/malta/ |
H A D | lowlevel_init.S | 18 #define CPU_TO_GT32(_x) ((_x)) argument 20 #define CPU_TO_GT32(_x) ( \ argument
|
/openbmc/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
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | sys_regs.h | 236 #define AA32(_x) .aarch32_map = AA32_##_x argument 237 #define Op0(_x) .Op0 = _x argument 238 #define Op1(_x) .Op1 = _x argument 239 #define CRn(_x) .CRn = _x argument 240 #define CRm(_x) .CRm = _x argument 241 #define Op2(_x) .Op2 = _x argument
|
/openbmc/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
|
/openbmc/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
|
/openbmc/qemu/include/qemu/ |
H A D | bswap.h | 5 #define bswap16(_x) __builtin_bswap16(_x) argument 7 #define bswap32(_x) __builtin_bswap32(_x) argument 9 #define bswap64(_x) __builtin_bswap64(_x) argument 151 # define const_le64(_x) \ argument 160 # define const_le32(_x) \ argument 165 # define const_le16(_x) \ argument
|
/openbmc/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
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | ring.h | 39 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument 40 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) argument 41 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)) argument 42 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x)>>8)<<8 : __RD8(_x)) argument 43 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x)>>16)<<16 : __RD16(_x)) argument
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-s3c.c | 44 #define S3C_SDHCI_CTRL2_FLTCLKSEL(_x) ((_x) << 24) argument 48 #define S3C_SDHCI_CTRL2_LVLDAT(_x) ((_x) << 16) argument 80 #define S3C_SDHCI_CTRL3_FIA3(_x) ((_x) << 24) argument 84 #define S3C_SDHCI_CTRL3_FIA2(_x) ((_x) << 16) argument 88 #define S3C_SDHCI_CTRL3_FIA1(_x) ((_x) << 8) argument 92 #define S3C_SDHCI_CTRL3_FIA0(_x) ((_x) << 0) argument
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | hw.h | 95 #define GUSBCFG_TOUTCAL(_x) ((_x) << 0) argument 104 #define GRSTCTL_TXFNUM(_x) ((_x) << 6) argument 414 #define FIFOSIZE_DEPTH_GET(_x) (((_x) >> 16) & 0xffff) argument 423 #define DCFG_EPMISCNT(_x) ((_x) << 18) argument 428 #define DCFG_PERFRINT(_x) ((_x) << 11) argument 432 #define DCFG_DEVADDR(_x) ((_x) << 4) argument 459 #define DSTS_SOFFN(_x) ((_x) << 8) argument 495 #define DAINT_OUTEP(_x) (1 << ((_x) + 16)) argument 496 #define DAINT_INEP(_x) (1 << (_x)) argument 536 #define DXEPCTL_TXFNUM(_x) ((_x) << 22) argument [all …]
|
/openbmc/qemu/include/hw/usb/ |
H A D | dwc2-regs.h | 122 #define GUSBCFG_TOUTCAL(_x) ((_x) << 0) argument 130 #define GRSTCTL_TXFNUM(_x) ((_x) << 6) argument 438 #define FIFOSIZE_DEPTH_GET(_x) (((_x) >> 16) & 0xffff) argument 447 #define DCFG_EPMISCNT(_x) ((_x) << 18) argument 452 #define DCFG_PERFRINT(_x) ((_x) << 11) argument 456 #define DCFG_DEVADDR(_x) ((_x) << 4) argument 483 #define DSTS_SOFFN(_x) ((_x) << 8) argument 519 #define DAINT_OUTEP(_x) (1 << ((_x) + 16)) argument 520 #define DAINT_INEP(_x) (1 << (_x)) argument 560 #define DXEPCTL_TXFNUM(_x) ((_x) << 22) argument [all …]
|
/openbmc/linux/drivers/phy/samsung/ |
H A D | phy-exynos5-usbdrd.c | 40 #define LINKSYSTEM_FLADJ(_x) ((_x) << 1) argument 56 #define PHYCLKRST_SSC_REFCLKSEL(_x) ((_x) << 23) argument 59 #define PHYCLKRST_SSC_RANGE(_x) ((_x) << 21) argument 74 #define PHYCLKRST_FSEL(_x) ((_x) << 5) argument 94 #define PHYREG0_CR_DATA_IN(_x) ((_x) << 2) argument 99 #define PHYREG1_CR_DATA_OUT(_x) ((_x) << 1) argument 150 #define LINKCTRL_BUS_FILTER_BYPASS(_x) ((_x) << 4) argument
|
/openbmc/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
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_cs.h | 313 #define bfa_swap_3b(_x) \ argument 319 #define bfa_hton3b(_x) bfa_swap_3b(_x) argument 321 #define bfa_hton3b(_x) (_x) argument 324 #define bfa_ntoh3b(_x) bfa_hton3b(_x) argument
|