Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 852) sorted by relevance

12345678910>>...35

/linux-4.19.296/include/uapi/linux/byteorder/
Dlittle_endian.h15 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) argument
16 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) argument
17 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) argument
18 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x)) argument
19 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x)) argument
20 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x)) argument
21 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x)) argument
22 #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x)) argument
23 #define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x)) argument
24 #define __constant_le16_to_cpu(x) ((__force __u16)(__le16)(x)) argument
[all …]
Dbig_endian.h15 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) argument
16 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) argument
17 #define __constant_htons(x) ((__force __be16)(__u16)(x)) argument
18 #define __constant_ntohs(x) ((__force __u16)(__be16)(x)) argument
19 #define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x))) argument
20 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x)) argument
21 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x))) argument
22 #define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32)(__le32)(x)) argument
23 #define __constant_cpu_to_le16(x) ((__force __le16)___constant_swab16((x))) argument
24 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x)) argument
[all …]
/linux-4.19.296/include/trace/events/
Drdma.h35 #define ib_event(x) TRACE_DEFINE_ENUM(IB_EVENT_##x); argument
36 #define ib_event_end(x) TRACE_DEFINE_ENUM(IB_EVENT_##x); argument
43 #define ib_event(x) { IB_EVENT_##x, #x }, argument
44 #define ib_event_end(x) { IB_EVENT_##x, #x } argument
46 #define rdma_show_ib_event(x) \ argument
79 #define ib_wc_status(x) TRACE_DEFINE_ENUM(IB_WC_##x); argument
80 #define ib_wc_status_end(x) TRACE_DEFINE_ENUM(IB_WC_##x); argument
87 #define ib_wc_status(x) { IB_WC_##x, #x }, argument
88 #define ib_wc_status_end(x) { IB_WC_##x, #x } argument
90 #define rdma_show_wc_status(x) \ argument
[all …]
/linux-4.19.296/include/asm-generic/
Dint-ll64.h25 #define S8_C(x) x argument
26 #define U8_C(x) x ## U argument
27 #define S16_C(x) x argument
28 #define U16_C(x) x ## U argument
29 #define S32_C(x) x argument
30 #define U32_C(x) x ## U argument
31 #define S64_C(x) x ## LL argument
32 #define U64_C(x) x ## ULL argument
36 #define S8_C(x) x argument
37 #define U8_C(x) x argument
[all …]
Dpage.h51 #define pte_val(x) ((x).pte) argument
52 #define pmd_val(x) ((&x)->pmd[0]) argument
53 #define pgd_val(x) ((x).pgd) argument
54 #define pgprot_val(x) ((x).pgprot) argument
56 #define __pte(x) ((pte_t) { (x) } ) argument
57 #define __pmd(x) ((pmd_t) { (x) } ) argument
58 #define __pgd(x) ((pgd_t) { (x) } ) argument
59 #define __pgprot(x) ((pgprot_t) { (x) } ) argument
78 #define __va(x) ((void *)((unsigned long) (x))) argument
79 #define __pa(x) ((unsigned long) (x)) argument
/linux-4.19.296/drivers/edac/
Dmce_amd.h9 #define EC(x) ((x) & 0xffff) argument
10 #define XEC(x, mask) (((x) >> 16) & mask) argument
12 #define LOW_SYNDROME(x) (((x) >> 15) & 0xff) argument
13 #define HIGH_SYNDROME(x) (((x) >> 24) & 0xff) argument
15 #define TLB_ERROR(x) (((x) & 0xFFF0) == 0x0010) argument
16 #define MEM_ERROR(x) (((x) & 0xFF00) == 0x0100) argument
17 #define BUS_ERROR(x) (((x) & 0xF800) == 0x0800) argument
18 #define INT_ERROR(x) (((x) & 0xF4FF) == 0x0400) argument
20 #define TT(x) (((x) >> 2) & 0x3) argument
21 #define TT_MSG(x) tt_msgs[TT(x)] argument
[all …]
/linux-4.19.296/fs/ntfs/
Dendian.h33 static inline s16 sle16_to_cpu(sle16 x) in sle16_to_cpu()
38 static inline s32 sle32_to_cpu(sle32 x) in sle32_to_cpu()
43 static inline s64 sle64_to_cpu(sle64 x) in sle64_to_cpu()
48 static inline s16 sle16_to_cpup(sle16 *x) in sle16_to_cpup()
53 static inline s32 sle32_to_cpup(sle32 *x) in sle32_to_cpup()
58 static inline s64 sle64_to_cpup(sle64 *x) in sle64_to_cpup()
63 static inline sle16 cpu_to_sle16(s16 x) in cpu_to_sle16()
68 static inline sle32 cpu_to_sle32(s32 x) in cpu_to_sle32()
73 static inline sle64 cpu_to_sle64(s64 x) in cpu_to_sle64()
78 static inline sle16 cpu_to_sle16p(s16 *x) in cpu_to_sle16p()
[all …]
/linux-4.19.296/include/linux/
Dbitrev.h21 static inline u16 __bitrev16(u16 x) in __bitrev16()
26 static inline u32 __bitrev32(u32 x) in __bitrev32()
33 #define __bitrev8x4(x) (__bitrev32(swab32(x))) argument
35 #define __constant_bitrev32(x) \ argument
46 #define __constant_bitrev16(x) \ argument
56 #define __constant_bitrev8x4(x) \ argument
65 #define __constant_bitrev8(x) \ argument
74 #define bitrev32(x) \ argument
82 #define bitrev16(x) \ argument
90 #define bitrev8x4(x) \ argument
[all …]
Dpxa2xx_ssp.h50 #define SSCR0_DataSize(x) ((x) - 1) /* Data Size Select [4..16] */ argument
57 #define SSCR0_SCR(x) ((x) << 8) /* Serial Clock Rate (mask) */ argument
65 #define SSCR0_SlotsPerFrm(x) (((x) - 1) << 24) /* Time slots per frame [1..8] */ argument
93 #define SSCR1_TxTresh(x) (((x) - 1) << 6) /* level [1..16] */ argument
95 #define SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..16] */ argument
104 #define CE4100_SSCR1_TxTresh(x) (((x) - 1) << 6) /* level [1..4] */ argument
106 #define CE4100_SSCR1_RxTresh(x) (((x) - 1) << 10) /* level [1..4] */ argument
110 #define QUARK_X1000_SSCR0_DataSize(x) ((x) - 1) /* Data Size Select [4..32] */ argument
121 #define QUARK_X1000_SSCR1_TxTresh(x) (((x) - 1) << 6) /* level [1..32] */ argument
123 #define QUARK_X1000_SSCR1_RxTresh(x) (((x) - 1) << 11) /* level [1..32] */ argument
[all …]
Dpfn.h18 #define PFN_ALIGN(x) (((unsigned long)(x) + (PAGE_SIZE - 1)) & PAGE_MASK) argument
19 #define PFN_UP(x) (((x) + PAGE_SIZE-1) >> PAGE_SHIFT) argument
20 #define PFN_DOWN(x) ((x) >> PAGE_SHIFT) argument
21 #define PFN_PHYS(x) ((phys_addr_t)(x) << PAGE_SHIFT) argument
22 #define PHYS_PFN(x) ((unsigned long)((x) >> PAGE_SHIFT)) argument
/linux-4.19.296/include/uapi/linux/
Dswab.h14 #define ___constant_swab16(x) ((__u16)( \ argument
18 #define ___constant_swab32(x) ((__u32)( \ argument
24 #define ___constant_swab64(x) ((__u64)( \ argument
34 #define ___constant_swahw32(x) ((__u32)( \ argument
38 #define ___constant_swahb32(x) ((__u32)( \ argument
102 #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x)) argument
104 #define __swab16(x) \ argument
115 #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) argument
117 #define __swab32(x) \ argument
128 #define __swab64(x) (__u64)__builtin_bswap64((__u64)(x)) argument
[all …]
Dconst.h25 #define _UL(x) (_AC(x, UL)) argument
26 #define _ULL(x) (_AC(x, ULL)) argument
28 #define _BITUL(x) (_UL(1) << (x)) argument
29 #define _BITULL(x) (_ULL(1) << (x)) argument
31 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1) argument
32 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask)) argument
Da.out.h77 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \ argument
83 #define _N_HDROFF(x) (1024 - sizeof (struct exec)) argument
86 #define N_TXTOFF(x) \ argument
92 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) argument
96 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) argument
100 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x)) argument
104 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x)) argument
108 #define N_STROFF(x) (N_SYMOFF(x) + N_SYMSIZE(x)) argument
113 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0) argument
130 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE) argument
[all …]
/linux-4.19.296/include/linux/mtd/
Dcfi_endian.h41 #define cpu_to_cfi8(map, x) (x) argument
42 #define cfi8_to_cpu(map, x) (x) argument
43 #define cpu_to_cfi16(map, x) _cpu_to_cfi(16, (map)->swap, (x)) argument
44 #define cpu_to_cfi32(map, x) _cpu_to_cfi(32, (map)->swap, (x)) argument
45 #define cpu_to_cfi64(map, x) _cpu_to_cfi(64, (map)->swap, (x)) argument
46 #define cfi16_to_cpu(map, x) _cfi_to_cpu(16, (map)->swap, (x)) argument
47 #define cfi32_to_cpu(map, x) _cfi_to_cpu(32, (map)->swap, (x)) argument
48 #define cfi64_to_cpu(map, x) _cfi_to_cpu(64, (map)->swap, (x)) argument
50 #define _cpu_to_cfi(w, s, x) (cfi_host(s)?(x):_swap_to_cfi(w, s, x)) argument
51 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x)) argument
[all …]
/linux-4.19.296/drivers/rtc/
Drtc-sunxi.c62 #define SUNXI_GET(x, mask, shift) (((x) & ((mask) << (shift))) \ argument
65 #define SUNXI_SET(x, mask, shift) (((x) & (mask)) << (shift)) argument
70 #define SUNXI_DATE_GET_DAY_VALUE(x) SUNXI_GET(x, SUNXI_MASK_DH, 0) argument
71 #define SUNXI_DATE_GET_MON_VALUE(x) SUNXI_GET(x, SUNXI_MASK_M, 8) argument
72 #define SUNXI_DATE_GET_YEAR_VALUE(x, mask) SUNXI_GET(x, mask, 16) argument
77 #define SUNXI_TIME_GET_SEC_VALUE(x) SUNXI_GET(x, SUNXI_MASK_SM, 0) argument
78 #define SUNXI_TIME_GET_MIN_VALUE(x) SUNXI_GET(x, SUNXI_MASK_SM, 8) argument
79 #define SUNXI_TIME_GET_HOUR_VALUE(x) SUNXI_GET(x, SUNXI_MASK_DH, 16) argument
84 #define SUNXI_ALRM_GET_SEC_VALUE(x) SUNXI_GET(x, SUNXI_MASK_SM, 0) argument
85 #define SUNXI_ALRM_GET_MIN_VALUE(x) SUNXI_GET(x, SUNXI_MASK_SM, 8) argument
[all …]
/linux-4.19.296/include/dt-bindings/sound/
Dfsl-imx-audmux.h36 #define IMX_AUDMUX_V1_PCR_INMMASK(x) ((x) & 0xff) argument
40 #define IMX_AUDMUX_V1_PCR_RXDSEL(x) (((x) & 0x7) << 13) argument
41 #define IMX_AUDMUX_V1_PCR_RFCSEL(x) (((x) & 0xf) << 20) argument
44 #define IMX_AUDMUX_V1_PCR_TFCSEL(x) (((x) & 0xf) << 26) argument
50 #define IMX_AUDMUX_V2_PTCR_TFSEL(x) (((x) & 0xf) << 27) argument
52 #define IMX_AUDMUX_V2_PTCR_TCSEL(x) (((x) & 0xf) << 22) argument
54 #define IMX_AUDMUX_V2_PTCR_RFSEL(x) (((x) & 0xf) << 17) argument
56 #define IMX_AUDMUX_V2_PTCR_RCSEL(x) (((x) & 0xf) << 12) argument
59 #define IMX_AUDMUX_V2_PDCR_RXDSEL(x) (((x) & 0x7) << 13) argument
61 #define IMX_AUDMUX_V2_PDCR_MODE(x) (((x) & 0x3) << 8) argument
[all …]
/linux-4.19.296/include/scsi/
Dscsi_transport_spi.h75 #define spi_period(x) (((struct spi_transport_attrs *)&(x)->starget_data)->period) argument
76 #define spi_min_period(x) (((struct spi_transport_attrs *)&(x)->starget_data)->min_period) argument
77 #define spi_offset(x) (((struct spi_transport_attrs *)&(x)->starget_data)->offset) argument
78 #define spi_max_offset(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_offset) argument
79 #define spi_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->width) argument
80 #define spi_max_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_width) argument
81 #define spi_iu(x) (((struct spi_transport_attrs *)&(x)->starget_data)->iu) argument
82 #define spi_max_iu(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_iu) argument
83 #define spi_dt(x) (((struct spi_transport_attrs *)&(x)->starget_data)->dt) argument
84 #define spi_qas(x) (((struct spi_transport_attrs *)&(x)->starget_data)->qas) argument
[all …]
/linux-4.19.296/include/linux/mfd/
Dsun4i-gpadc.h15 #define SUN4I_GPADC_CTRL0_ADC_FIRST_DLY(x) ((GENMASK(7, 0) & (x)) << 24) argument
18 #define SUN4I_GPADC_CTRL0_ADC_CLK_DIVIDER(x) ((GENMASK(1, 0) & (x)) << 20) argument
19 #define SUN4I_GPADC_CTRL0_FS_DIV(x) ((GENMASK(3, 0) & (x)) << 16) argument
20 #define SUN4I_GPADC_CTRL0_T_ACQ(x) (GENMASK(15, 0) & (x)) argument
24 #define SUN4I_GPADC_CTRL1_STYLUS_UP_DEBOUNCE(x) ((GENMASK(7, 0) & (x)) << 12) argument
30 #define SUN4I_GPADC_CTRL1_ADC_CHAN_SELECT(x) (GENMASK(2, 0) & (x)) argument
38 #define SUN6I_GPADC_CTRL1_ADC_CHAN_SELECT(x) (GENMASK(3, 0) & BIT(x)) argument
47 #define SUN4I_GPADC_CTRL2_TP_SENSITIVE_ADJUST(x) ((GENMASK(3, 0) & (x)) << 28) argument
48 #define SUN4I_GPADC_CTRL2_TP_MODE_SELECT(x) ((GENMASK(1, 0) & (x)) << 26) argument
50 #define SUN4I_GPADC_CTRL2_PRE_MEA_THRE_CNT(x) (GENMASK(23, 0) & (x)) argument
[all …]
Dmc13xxx.h135 #define MC13783_LED_C0_ABMODE(x) (((x) & 0x7) << 11) argument
136 #define MC13783_LED_C0_ABREF(x) (((x) & 0x3) << 14) argument
141 #define MC13783_LED_C2_CURRENT_MD(x) (((x) & 0x7) << 0) argument
142 #define MC13783_LED_C2_CURRENT_AD(x) (((x) & 0x7) << 3) argument
143 #define MC13783_LED_C2_CURRENT_KP(x) (((x) & 0x7) << 6) argument
144 #define MC13783_LED_C2_PERIOD(x) (((x) & 0x3) << 21) argument
147 #define MC13783_LED_C3_CURRENT_R1(x) (((x) & 0x3) << 0) argument
148 #define MC13783_LED_C3_CURRENT_G1(x) (((x) & 0x3) << 2) argument
149 #define MC13783_LED_C3_CURRENT_B1(x) (((x) & 0x3) << 4) argument
150 #define MC13783_LED_C3_PERIOD(x) (((x) & 0x3) << 21) argument
[all …]
/linux-4.19.296/lib/
Dlocking-selftest.c212 #define L(x) raw_spin_lock(&lock_##x) argument
213 #define U(x) raw_spin_unlock(&lock_##x) argument
214 #define LU(x) L(x); U(x) argument
215 #define SI(x) raw_spin_lock_init(&lock_##x) argument
217 #define WL(x) write_lock(&rwlock_##x) argument
218 #define WU(x) write_unlock(&rwlock_##x) argument
219 #define WLU(x) WL(x); WU(x) argument
221 #define RL(x) read_lock(&rwlock_##x) argument
222 #define RU(x) read_unlock(&rwlock_##x) argument
223 #define RLU(x) RL(x); RU(x) argument
[all …]
/linux-4.19.296/include/video/
Dili9320.h15 #define ILI9320_REG(x) (x) argument
87 #define ILI9320_ENTRYMODE_ID(x) ((x) << 4) argument
95 #define ILI9320_RESIZING_RSZ(x) ((x) << 0) argument
96 #define ILI9320_RESIZING_RCH(x) ((x) << 4) argument
97 #define ILI9320_RESIZING_RCV(x) ((x) << 8) argument
100 #define ILI9320_DISPLAY1_D(x) ((x) << 0) argument
105 #define ILI9320_DISPLAY1_PTDE(x) ((x) << 12) argument
108 #define ILI9320_DISPLAY2_BP(x) ((x) << 0) argument
109 #define ILI9320_DISPLAY2_FP(x) ((x) << 8) argument
122 #define ILI9320_RGBIF1_ENC_FRAMES(x) (((x) - 1)<< 13) argument
[all …]
/linux-4.19.296/include/linux/iio/frequency/
Dadf4350.h21 #define ADF4350_REG0_FRACT(x) (((x) & 0xFFF) << 3) argument
22 #define ADF4350_REG0_INT(x) (((x) & 0xFFFF) << 15) argument
25 #define ADF4350_REG1_MOD(x) (((x) & 0xFFF) << 3) argument
26 #define ADF4350_REG1_PHASE(x) (((x) & 0xFFF) << 15) argument
38 #define ADF4350_REG2_CHARGE_PUMP_CURR_uA(x) (((((x)-312) / 312) & 0xF) << 9) argument
40 #define ADF4350_REG2_10BIT_R_CNT(x) ((x) << 14) argument
43 #define ADF4350_REG2_MUXOUT(x) ((x) << 26) argument
44 #define ADF4350_REG2_NOISE_MODE(x) (((unsigned)(x)) << 29) argument
54 #define ADF4350_REG3_12BIT_CLKDIV(x) ((x) << 3) argument
55 #define ADF4350_REG3_12BIT_CLKDIV_MODE(x) ((x) << 16) argument
[all …]
/linux-4.19.296/fs/reiserfs/
Dprocfs.c49 #define SF( x ) ( r -> x ) argument
50 #define SFP( x ) SF( s_proc_info_data.x ) argument
51 #define SFPL( x ) SFP( x[ level ] ) argument
52 #define SFPF( x ) SFP( scan_bitmap.x ) argument
53 #define SFPJ( x ) SFP( journal.x ) argument
55 #define D2C( x ) le16_to_cpu( x ) argument
56 #define D4C( x ) le32_to_cpu( x ) argument
57 #define DF( x ) D2C( rs -> s_v1.x ) argument
58 #define DFL( x ) D4C( rs -> s_v1.x ) argument
65 #define DJF( x ) le32_to_cpu( rs -> x ) argument
[all …]
/linux-4.19.296/drivers/memory/
Dti-aemif.c35 #define TA(x) ((x) << TA_SHIFT) argument
36 #define RHOLD(x) ((x) << RHOLD_SHIFT) argument
37 #define RSTROBE(x) ((x) << RSTROBE_SHIFT) argument
38 #define RSETUP(x) ((x) << RSETUP_SHIFT) argument
39 #define WHOLD(x) ((x) << WHOLD_SHIFT) argument
40 #define WSTROBE(x) ((x) << WSTROBE_SHIFT) argument
41 #define WSETUP(x) ((x) << WSETUP_SHIFT) argument
42 #define EW(x) ((x) << EW_SHIFT) argument
43 #define SS(x) ((x) << SS_SHIFT) argument
57 #define TA_VAL(x) (((x) & TA(TA_MAX)) >> TA_SHIFT) argument
[all …]
/linux-4.19.296/drivers/misc/mic/host/
Dmic_x100.h45 #define MIC_X100_SBOX_SICR0_DBR(x) ((x) & 0xf) argument
46 #define MIC_X100_SBOX_SICR0_DMA(x) (((x) >> 8) & 0xff) argument
47 #define MIC_X100_SBOX_SICE0_DBR(x) ((x) & 0xf) argument
48 #define MIC_X100_SBOX_DBR_BITS(x) ((x) & 0xf) argument
49 #define MIC_X100_SBOX_SICE0_DMA(x) (((x) >> 8) & 0xff) argument
50 #define MIC_X100_SBOX_DMA_BITS(x) (((x) & 0xff) << 8) argument
72 #define MIC_X100_SPAD2_DOWNLOAD_STATUS(x) ((x) & 0x1) argument
73 #define MIC_X100_SPAD2_APIC_ID(x) (((x) >> 1) & 0x1ff) argument
74 #define MIC_X100_SPAD2_DOWNLOAD_ADDR(x) ((x) & 0xfffff000) argument

12345678910>>...35