Home
last modified time | relevance | path

Searched defs:__x (Results 1 – 16 of 16) sorted by relevance

/linux-3.3/drivers/media/dvb/frontends/
Dstv090x_reg.h187 #define STV090x_Px_I2CRPT(__x) (0xf12a + (__x - 1) * 0x1) argument
209 #define STV090x_GPIOxCFG(__x) (0xf141 + (__x - 1)) argument
230 #define STV090x_CSxCFG(__x) (0xf14e + __x * 0x1) argument
258 #define STV090x_AGCRFxCFG(__x) (0xf152 + (__x - 1) * 0x4) argument
268 #define STV090x_SDATxCFG(__x) (0xf153 + (__x - 1) * 0x4) argument
278 #define STV090x_SCLTxCFG(__x) (0xf154 + (__x - 1) * 0x4) argument
288 #define STV090x_DISEQCOxCFG(__x) (0xf155 + (__x - 1) * 0x4) argument
306 #define STV090x_ERRORxCFG(__x) (0xf15b + (__x - 1) * 0x5) argument
317 #define STV090x_DPNxCFG(__x) (0xf15c + (__x - 1) * 0x5) argument
328 #define STV090x_STROUTxCFG(__x) (0xf15d + (__x - 1) * 0x5) argument
[all …]
Dstv090x_priv.h59 #define STV090x_ADDR_OFFST(__state, __x) (( \ argument
80 #define MSB(__x) ((__x >> 8) & 0xff) argument
81 #define LSB(__x) (__x & 0xff) argument
Dstv090x.c684 static inline s32 comp2(s32 __x, s32 __width) in comp2()
/linux-3.3/arch/x86/boot/compressed/
Dmisc.h28 #define putstr(__x) __putstr(0, __x) argument
29 #define puts(__x) __putstr(0, __x) argument
/linux-3.3/drivers/net/wireless/rt2x00/
Drt2800pci.h41 #define TX_BASE_PTR(__x) (TX_BASE_PTR0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument
42 #define TX_MAX_CNT(__x) (TX_MAX_CNT0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument
43 #define TX_CTX_IDX(__x) (TX_CTX_IDX0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument
44 #define TX_DTX_IDX(__x) (TX_DTX_IDX0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument
Drt2x00reg.h191 #define compile_ffs2(__x) \ argument
194 #define compile_ffs4(__x) \ argument
199 #define compile_ffs8(__x) \ argument
204 #define compile_ffs16(__x) \ argument
209 #define compile_ffs32(__x) \ argument
/linux-3.3/drivers/staging/rtl8712/
Dswab.h48 __u16 __x = x; in ___swab16() local
57 __u32 __x = (x); in ___swab32() local
67 __u64 __x = (x); in ___swab64() local
/linux-3.3/arch/mips/kernel/
Dlinux32.c55 #define A(__x) ((unsigned long)(__x)) argument
56 #define AA(__x) ((unsigned long)((int)__x)) argument
/linux-3.3/arch/ia64/include/asm/
Dcputime.h97 #define clock_t_to_cputime(__x) \ argument
/linux-3.3/include/asm-generic/
Dcputime.h60 #define clock_t_to_cputime(__x) \ argument
/linux-3.3/arch/s390/kernel/
Dcompat_linux.h10 #define A(__x) ((unsigned long)((__x) & 0x7FFFFFFFUL)) argument
11 #define AA(__x) \ argument
/linux-3.3/arch/parisc/kernel/
Dsignal.c59 #define A(__x) ((unsigned long)(__x)) argument
/linux-3.3/arch/sparc/include/asm/
Dpgtable_32.h348 #define __swp_type(__x) BTFIXUP_CALL(__swp_type)(__x) argument
349 #define __swp_offset(__x) BTFIXUP_CALL(__swp_offset)(__x) argument
/linux-3.3/arch/powerpc/platforms/cell/
Dbeat_syscall.h27 #define __BEAT_ADD_VENDOR_ID(__x, __v) ((u64)(__v)<<60|(__x)) argument
/linux-3.3/drivers/net/ethernet/amd/
Dsunlance.c185 #define TX_NEXT(__x) (((__x)+1) & TX_RING_MOD_MASK) argument
190 #define RX_NEXT(__x) (((__x)+1) & RX_RING_MOD_MASK) argument
/linux-3.3/arch/x86/ia32/
Dsys_ia32.c50 #define AA(__x) ((unsigned long)(__x)) argument