Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 25 of 158) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_arm.h23 #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 Dnfp6000_pcie.c37 #define NFP_PCIE_BAR_EXPLICIT_BAR0(_x, _y) \ argument
38 (0x00000080 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3)))
39 #define NFP_PCIE_BAR_EXPLICIT_BAR0_SignalType(_x) (((_x) & 0x3) << 30) argument
40 #define NFP_PCIE_BAR_EXPLICIT_BAR0_SignalType_of(_x) (((_x) >> 30) & 0x3) argument
41 #define NFP_PCIE_BAR_EXPLICIT_BAR0_Token(_x) (((_x) & 0x3) << 28) argument
42 #define NFP_PCIE_BAR_EXPLICIT_BAR0_Token_of(_x) (((_x) >> 28) & 0x3) argument
43 #define NFP_PCIE_BAR_EXPLICIT_BAR0_Address(_x) (((_x) & 0xffffff) << 0) argument
44 #define NFP_PCIE_BAR_EXPLICIT_BAR0_Address_of(_x) (((_x) >> 0) & 0xffffff) argument
45 #define NFP_PCIE_BAR_EXPLICIT_BAR1(_x, _y) \ argument
46 (0x00000084 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3)))
[all …]
/OK3568_Linux_fs/kernel/include/video/
H A Dsamsung_fimd.h60 #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 …]
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h51 #define GET_BIT(_x, _pos) \ argument
52 (((_x) >> (_pos)) & 1)
53 #define GET_BITS(_x, _pos_msb, _pos_lsb) \ argument
54 (((_x) >> (_pos_lsb)) & ((1 << ((_pos_msb) - (_pos_lsb) + 1)) - 1))
201 #define EDID_DETAILED_TIMING_PIXEL_CLOCK(_x) \ argument
202 (((((uint32_t)(_x).pixel_clock[1]) << 8) + \
203 (_x).pixel_clock[0]) * 10000)
207 #define EDID_DETAILED_TIMING_HORIZONTAL_ACTIVE(_x) \ argument
208 ((GET_BITS((_x).horizontal_active_blanking_hi, 7, 4) << 8) + \
209 (_x).horizontal_active)
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dregs-decon7.h89 #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 …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ctrl.h266 #define NFP_NET_CFG_RSS_MASK_of(_x) ((_x) & 0x7f) argument
295 #define NFP_NET_CFG_TXR_ADDR(_x) (NFP_NET_CFG_TXR_BASE + ((_x) * 0x8)) argument
296 #define NFP_NET_CFG_TXR_WB_ADDR(_x) (NFP_NET_CFG_TXR_BASE + 0x200 + \ argument
297 ((_x) * 0x8))
298 #define NFP_NET_CFG_TXR_SZ(_x) (NFP_NET_CFG_TXR_BASE + 0x400 + (_x)) argument
299 #define NFP_NET_CFG_TXR_VEC(_x) (NFP_NET_CFG_TXR_BASE + 0x440 + (_x)) argument
300 #define NFP_NET_CFG_TXR_PRIO(_x) (NFP_NET_CFG_TXR_BASE + 0x480 + (_x)) argument
301 #define NFP_NET_CFG_TXR_IRQ_MOD(_x) (NFP_NET_CFG_TXR_BASE + 0x500 + \ argument
302 ((_x) * 0x4))
314 #define NFP_NET_CFG_RXR_ADDR(_x) (NFP_NET_CFG_RXR_BASE + ((_x) * 0x8)) argument
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ath79/
H A Dirq.h12 #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
/OK3568_Linux_fs/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dmmc.h24 #define SDHCI_CTRL2_FLTCLKSEL(_x) ((_x) << 24) argument
28 #define SDHCI_CTRL2_LVLDAT(_x) ((_x) << 16) argument
36 #define SDHCI_CTRL2_DFCNT_MASK(_x) ((_x) << 9) argument
42 #define SDHCI_CTRL2_SELBASECLK_MASK(_x) ((_x) << 4) argument
53 #define SDHCI_CTRL4_DRIVE_MASK(_x) ((_x) << 16) argument
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dmmc.h24 #define SDHCI_CTRL2_FLTCLKSEL(_x) ((_x) << 24) argument
28 #define SDHCI_CTRL2_LVLDAT(_x) ((_x) << 16) argument
36 #define SDHCI_CTRL2_DFCNT_MASK(_x) ((_x) << 9) argument
42 #define SDHCI_CTRL2_SELBASECLK_MASK(_x) ((_x) << 4) argument
53 #define SDHCI_CTRL4_DRIVE_MASK(_x) ((_x) << 16) argument
H A Dxhci-exynos.h14 #define LINKSYSTEM_FLADJ(_x) ((_x) << 1) argument
22 #define PHYCLKRST_SSC_REFCLKSEL(_x) ((_x) << 23) argument
25 #define PHYCLKRST_SSC_RANGE(_x) ((_x) << 21) argument
39 #define PHYCLKRST_FSEL(_x) ((_x) << 5) argument
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhw.h124 #define GUSBCFG_TOUTCAL(_x) ((_x) << 0) argument
133 #define GRSTCTL_TXFNUM(_x) ((_x) << 6) argument
443 #define FIFOSIZE_DEPTH_GET(_x) (((_x) >> 16) & 0xffff) argument
452 #define DCFG_EPMISCNT(_x) ((_x) << 18) argument
457 #define DCFG_PERFRINT(_x) ((_x) << 11) argument
461 #define DCFG_DEVADDR(_x) ((_x) << 4) argument
488 #define DSTS_SOFFN(_x) ((_x) << 8) argument
524 #define DAINT_OUTEP(_x) (1 << ((_x) + 16)) argument
525 #define DAINT_INEP(_x) (1 << (_x)) argument
565 #define DXEPCTL_TXFNUM(_x) ((_x) << 22) argument
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sn/
H A Daddrs.h66 #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
139 (_x) ^ UALIAS_FLIP_BIT : (_x))
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
[all …]
/OK3568_Linux_fs/kernel/include/xen/interface/io/
H A Dring.h50 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument
51 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) argument
52 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)) argument
53 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x)>>8)<<8 : __RD8(_x)) argument
54 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x)>>16)<<16 : __RD16(_x)) argument
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dsys_regs.h160 #define AA32(_x) .aarch32_map = AA32_##_x argument
161 #define Op0(_x) .Op0 = _x argument
162 #define Op1(_x) .Op1 = _x argument
163 #define CRn(_x) .CRn = _x argument
164 #define CRm(_x) .CRm = _x argument
165 #define Op2(_x) .Op2 = _x argument
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dtypes.h29 typeof(x) _x = (x); \
31 (void) (&_x == &_y); \
32 _x < _y ? _x : _y; })
35 typeof(x) _x = (x); \
37 (void) (&_x == &_y); \
38 _x > _y ? _x : _y; })
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcamellia-aesni-avx2-asm_64.S89 vextracti128 $1, x0, t0##_x; \
90 vextracti128 $1, x7, t1##_x; \
93 vextracti128 $1, x3, t3##_x; \
94 vextracti128 $1, x6, t2##_x; \
100 vpxor t4##_x, t4##_x, t4##_x; \
103 vextracti128 $1, x2, t6##_x; \
104 vextracti128 $1, x5, t5##_x; \
105 vaesenclast t4##_x, x0##_x, x0##_x; \
106 vaesenclast t4##_x, t0##_x, t0##_x; \
107 vinserti128 $1, t0##_x, x0, x0; \
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_iio.h229 #define INV_MPU6050_REG_I2C_SLV_ADDR(_x) (0x25 + 3 * (_x)) argument
232 #define INV_MPU6050_REG_I2C_SLV_REG(_x) (0x26 + 3 * (_x)) argument
234 #define INV_MPU6050_REG_I2C_SLV_CTRL(_x) (0x27 + 3 * (_x)) argument
242 #define INV_MPU6050_BITS_I2C_MST_DLY(_x) ((_x) & 0x1F) argument
265 #define INV_MPU6050_REG_I2C_SLV_DO(_x) (0x63 + (_x)) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dsigned_hdr.h112 #define SHDR_ENC_GET_SIZE(x) ({ typeof(x) _x = (x); \
114 _x->iv_size + _x->tag_size); })
117 #define SHDR_ENC_GET_TAG(x) ({ typeof(x) _x = (x); \
118 (SHDR_ENC_GET_IV(_x) + _x->iv_size); })
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dsigned_hdr.h112 #define SHDR_ENC_GET_SIZE(x) ({ typeof(x) _x = (x); \
114 _x->iv_size + _x->tag_size); })
117 #define SHDR_ENC_GET_TAG(x) ({ typeof(x) _x = (x); \
118 (SHDR_ENC_GET_IV(_x) + _x->iv_size); })
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dcommon.h32 #define CHAN2PORTBANK(_x) ((_x) >> ilog2(CXLFLASH_NUM_FC_PORTS_PER_BANK)) argument
33 #define CHAN2BANKPORT(_x) ((_x) & (CXLFLASH_NUM_FC_PORTS_PER_BANK - 1)) argument
35 #define CHAN2PORTMASK(_x) (1 << (_x)) /* channel to port mask */ argument
36 #define PORTMASK2CHAN(_x) (ilog2((_x))) /* port mask to channel */ argument
37 #define PORTNUM2CHAN(_x) ((_x) - 1) /* port number to channel */ argument
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_cs.h313 #define bfa_swap_3b(_x) \ argument
314 ((((_x) & 0xff) << 16) | \
315 ((_x) & 0x00ff00) | \
316 (((_x) & 0xff0000) >> 16))
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
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h296 #define TX_DMA_PLEN0(_x) (((_x) & MTK_TX_DMA_BUF_LEN) << 16) argument
297 #define TX_DMA_PLEN1(_x) ((_x) & MTK_TX_DMA_BUF_LEN) argument
299 #define TX_DMA_SDL(_x) (((_x) & 0x3fff) << 16) argument
309 #define RX_DMA_PLEN0(_x) (((_x) & 0x3fff) << 16) argument
310 #define RX_DMA_GET_PLEN0(_x) (((_x) >> 16) & 0x3fff) argument
314 #define RX_DMA_VID(_x) ((_x) & 0xfff) argument
782 #define MTK_HAS_CAPS(caps, _x) (((caps) & (_x)) == (_x)) argument
830 #define MTK_HAS_FLAGS(flags, _x) (((flags) & (_x)) == (_x)) argument
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Ddmi.h19 #define dmi_remap(_x, _l) memremap(_x, _l, MEMREMAP_WB) argument
20 #define dmi_unmap(_x) memunmap(_x) argument
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-rt3883.c41 #define RT3883_PCI_REG_BASE(_x) (0x1000 + (_x) * 0x1000) argument
42 #define RT3883_PCI_REG_BAR0SETUP(_x) (RT3883_PCI_REG_BASE((_x)) + 0x10) argument
43 #define RT3883_PCI_REG_IMBASEBAR0(_x) (RT3883_PCI_REG_BASE((_x)) + 0x18) argument
44 #define RT3883_PCI_REG_ID(_x) (RT3883_PCI_REG_BASE((_x)) + 0x30) argument
45 #define RT3883_PCI_REG_CLASS(_x) (RT3883_PCI_REG_BASE((_x)) + 0x34) argument
46 #define RT3883_PCI_REG_SUBID(_x) (RT3883_PCI_REG_BASE((_x)) + 0x38) argument
47 #define RT3883_PCI_REG_STATUS(_x) (RT3883_PCI_REG_BASE((_x)) + 0x50) argument
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmvgbe.h129 #define MVGBE_DFLT_RXQ(_x) (_x << 1) argument
130 #define MVGBE_DFLT_RX_ARPQ(_x) (_x << 4) argument
142 #define MVGBE_DFLT_RX_TCPQ(_x) (_x << 16) argument
143 #define MVGBE_DFLT_RX_UDPQ(_x) (_x << 19) argument
144 #define MVGBE_DFLT_RX_BPDUQ(_x) (_x << 22) argument

1234567