Home
last modified time | relevance | path

Searched refs:__x (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/media/dvb-frontends/
A Dstv090x_reg.h175 #define STV090x_Px_I2CRPT(__x) (0xf12a + (__x - 1) * 0x1) argument
197 #define STV090x_GPIOxCFG(__x) (0xf141 + (__x - 1)) argument
218 #define STV090x_CSxCFG(__x) (0xf14e + __x * 0x1) argument
246 #define STV090x_AGCRFxCFG(__x) (0xf152 + (__x - 1) * 0x4) argument
256 #define STV090x_SDATxCFG(__x) (0xf153 + (__x - 1) * 0x4) argument
266 #define STV090x_SCLTxCFG(__x) (0xf154 + (__x - 1) * 0x4) argument
276 #define STV090x_DISEQCOxCFG(__x) (0xf155 + (__x - 1) * 0x4) argument
294 #define STV090x_ERRORxCFG(__x) (0xf15b + (__x - 1) * 0x5) argument
305 #define STV090x_DPNxCFG(__x) (0xf15c + (__x - 1) * 0x5) argument
316 #define STV090x_STROUTxCFG(__x) (0xf15d + (__x - 1) * 0x5) argument
[all …]
A Dstv090x_priv.h47 #define STV090x_ADDR_OFFST(__state, __x) (( \ argument
49 STV090x_P1_##__x : \
50 STV090x_P2_##__x)
68 #define MSB(__x) ((__x >> 8) & 0xff) argument
69 #define LSB(__x) (__x & 0xff) argument
/linux/arch/s390/include/asm/
A Duaccess.h159 __typeof__(*(ptr)) __x = (x); \
190 unsigned char __x = 0; \
197 unsigned short __x = 0; \
204 unsigned int __x = 0; \
211 unsigned long long __x = 0; \
327 u8 __x = 0; \
330 *((type *)(dst)) = (type)__x; \
334 u16 __x = 0; \
337 *((type *)(dst)) = (type)__x; \
341 u32 __x = 0; \
[all …]
/linux/include/linux/
A Dbitrev.h76 u32 __x = x; \
77 __builtin_constant_p(__x) ? \
79 __bitrev32(__x); \
84 u16 __x = x; \
85 __builtin_constant_p(__x) ? \
87 __bitrev16(__x); \
92 u32 __x = x; \
93 __builtin_constant_p(__x) ? \
95 __bitrev8x4(__x); \
100 u8 __x = x; \
[all …]
A Dmath.h74 typeof(x) __x = (x); \
75 __x - (__x % (y)); \
87 typeof(x) __x = x; \
91 (((__x) > 0) == ((__d) > 0))) ? \
92 (((__x) + ((__d) / 2)) / (__d)) : \
93 (((__x) - ((__d) / 2)) / (__d)); \
138 (char)({ signed char __x = (x); __x<0?-__x:__x; }), \
144 ({ signed type __x = (x); __x < 0 ? -__x : __x; }), other)
A Dcnt32_to_63.h95 union cnt32_to_63 __x; \
96 __x.hi = __m_cnt_hi; \
98 __x.lo = (cnt_lo); \
99 if (unlikely((s32)(__x.hi ^ __x.lo) < 0)) \
100 __m_cnt_hi = __x.hi = (__x.hi ^ 0x80000000) + (__x.hi >> 31); \
101 __x.val; \
A Dtimex.h144 __typeof__(x) __x = (x); \
146 __x < 0 ? -(-__x >> __s) : __x >> __s; \
A Dminmax.h38 __cmp_once(x, y, __UNIQUE_ID(__x), __UNIQUE_ID(__y), op))
76 typeof(x) __x = (x); \
78 __x == 0 ? __y : ((__y == 0) ? __x : min(__x, __y)); })
/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2x00reg.h178 #define compile_ffs2(__x) \ argument
181 #define compile_ffs4(__x) \ argument
182 __builtin_choose_expr(((__x) & 0x3), \
183 (compile_ffs2((__x))), \
186 #define compile_ffs8(__x) \ argument
187 __builtin_choose_expr(((__x) & 0xf), \
188 (compile_ffs4((__x))), \
191 #define compile_ffs16(__x) \ argument
193 (compile_ffs8((__x))), \
196 #define compile_ffs32(__x) \ argument
[all …]
A Drt2800mmio.h24 #define TX_BASE_PTR(__x) (TX_BASE_PTR0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument
25 #define TX_MAX_CNT(__x) (TX_MAX_CNT0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument
26 #define TX_CTX_IDX(__x) (TX_CTX_IDX0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument
27 #define TX_DTX_IDX(__x) (TX_DTX_IDX0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument
/linux/arch/arm64/include/asm/
A Drwonce.h38 typeof(&(x)) __x = &(x); \
40 union { __unqual_scalar_typeof(*__x) __val; char __c[1]; } __u; \
45 : "Q" (*__x) : "memory"); \
50 : "Q" (*__x) : "memory"); \
55 : "Q" (*__x) : "memory"); \
60 : "Q" (*__x) : "memory"); \
65 atomic ? (typeof(*__x))__u.__val : (*(volatile typeof(__x))__x);\
/linux/arch/x86/boot/compressed/
A Dmisc.h54 #define error_putstr(__x) __putstr(__x) argument
55 #define error_puthex(__x) __puthex(__x) argument
59 #define debug_putstr(__x) __putstr(__x) argument
60 #define debug_puthex(__x) __puthex(__x) argument
61 #define debug_putaddr(__x) { \ argument
62 debug_putstr(#__x ": 0x"); \
63 debug_puthex((unsigned long)(__x)); \
/linux/include/asm-generic/
A Duaccess.h150 __typeof__(*(ptr)) __x = (x); \
159 ptr, &__x); \
196 unsigned char __x = 0; \
198 ptr, &__x); \
199 (x) = *(__force __typeof__(*(ptr)) *) &__x; \
203 unsigned short __x = 0; \
205 ptr, &__x); \
210 unsigned int __x = 0; \
212 ptr, &__x); \
217 unsigned long long __x = 0; \
[all …]
/linux/drivers/gpu/drm/exynos/
A Dregs-fimc.h297 #define EXYNOS_CIOYSA(__x) \ argument
298 (((__x) < DEF_PP) ? \
301 #define EXYNOS_CIOCBSA(__x) \ argument
302 (((__x) < DEF_PP) ? \
305 #define EXYNOS_CIOCRSA(__x) \ argument
306 (((__x) < DEF_PP) ? \
311 #define EXYNOS_CIIYSA(__x) \ argument
312 (((__x) < DEF_IPP) ? \
314 #define EXYNOS_CIICBSA(__x) \ argument
315 (((__x) < DEF_IPP) ? \
[all …]
/linux/arch/sh/math-emu/
A Dsfp-util.h8 UWtype __x; \
9 __x = (al) + (bl); \
10 (sh) = (ah) + (bh) + (__x < (al)); \
11 (sl) = __x; \
16 UWtype __x; \
17 __x = (al) - (bl); \
18 (sh) = (ah) - (bh) - (__x > (al)); \
19 (sl) = __x; \
/linux/arch/nds32/include/asm/
A Dsfp-machine.h114 UWtype __x; \
115 __x = (al) + (bl); \
116 (sh) = (ah) + (bh) + (__x < (al)); \
117 (sl) = __x; \
122 UWtype __x; \
123 __x = (al) - (bl); \
124 (sh) = (ah) - (bh) - (__x > (al)); \
125 (sl) = __x; \
/linux/arch/riscv/include/asm/
A Duaccess.h84 __typeof__(x) __x; \
100 : "+r" (err), "=&r" (__x), "=r" (__tmp) \
102 (x) = __x; \
225 __typeof__(*(ptr)) __x = x; \
241 : "rJ" (__x), "i" (-EFAULT)); \
251 u64 __x = (__typeof__((x)-(x)))(x); \
273 : "rJ" (__x), "rJ" (__x >> 32), "i" (-EFAULT)); \
/linux/arch/alpha/include/asm/
A Drwonce.h25 __unqual_scalar_typeof(x) __x = \
26 (*(volatile typeof(__x) *)(&(x))); \
28 (typeof(x))__x; \
/linux/arch/xtensa/include/asm/
A Duaccess.h202 u64 __x; \
203 if (unlikely(__copy_from_user(&__x, ptr, 8))) { \
207 (x) = *(__force __typeof__(*(ptr)) *)&__x; \
224 u32 __x = 0; \
240 :[err] "+r"(err_), [tmp] "=r"(cb), [x] "+r"(__x) \
242 (x_) = (__force __typeof__(*(addr_)))__x; \
/linux/arch/parisc/include/asm/
A Duaccess.h135 __typeof__(*(ptr)) __x = (__typeof__(*(ptr)))(x); \
138 case 1: __put_user_asm(sr, "stb", __x, ptr); break; \
139 case 2: __put_user_asm(sr, "sth", __x, ptr); break; \
140 case 4: __put_user_asm(sr, "stw", __x, ptr); break; \
141 case 8: STD_USER(sr, __x, ptr); break; \
/linux/tools/testing/selftests/timers/
A Draw_skew.c34 __typeof__(x) __x = (x); \
36 __x < 0 ? -(-__x >> __s) : __x >> __s; \
/linux/scripts/mod/
A Dmodpost.h86 typeof(x) __x; \
87 __endian(&(x), &(__x), sizeof(__x)); \
88 __x; \
/linux/arch/s390/kernel/
A Dcompat_linux.h11 #define A(__x) ((unsigned long)((__x) & 0x7FFFFFFFUL)) argument
12 #define AA(__x) \ argument
13 ((unsigned long)(__x))
/linux/lib/mpi/
A Dlonglong.h617 } __x; \
619 (wh) = __x.__i.__h; \
620 (wl) = __x.__i.__l; \
625 } __x, __q; \
626 __x.__i.__h = (n1); __x.__i.__l = (n0); \
1252 UWtype __x; \
1253 __x = (al) + (bl); \
1255 (sl) = __x; \
1262 UWtype __x; \
1263 __x = (al) - (bl); \
[all …]
/linux/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h191 typeof(x) __x = (x); \
193 __x == 0 ? __y : ((__y == 0) ? __x : min(__x, __y)); })

Completed in 60 milliseconds

12