/linux-3.3/drivers/media/dvb/frontends/ |
D | stv090x_reg.h | 187 #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 …]
|
D | stv090x_priv.h | 59 #define STV090x_ADDR_OFFST(__state, __x) (( \ argument 80 #define MSB(__x) ((__x >> 8) & 0xff) argument 81 #define LSB(__x) (__x & 0xff) argument
|
D | stv090x.c | 684 static inline s32 comp2(s32 __x, s32 __width) in comp2()
|
/linux-3.3/arch/x86/boot/compressed/ |
D | misc.h | 28 #define putstr(__x) __putstr(0, __x) argument 29 #define puts(__x) __putstr(0, __x) argument
|
/linux-3.3/drivers/net/wireless/rt2x00/ |
D | rt2800pci.h | 41 #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
|
D | rt2x00reg.h | 191 #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/ |
D | swab.h | 48 __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/ |
D | linux32.c | 55 #define A(__x) ((unsigned long)(__x)) argument 56 #define AA(__x) ((unsigned long)((int)__x)) argument
|
/linux-3.3/arch/ia64/include/asm/ |
D | cputime.h | 97 #define clock_t_to_cputime(__x) \ argument
|
/linux-3.3/include/asm-generic/ |
D | cputime.h | 60 #define clock_t_to_cputime(__x) \ argument
|
/linux-3.3/arch/s390/kernel/ |
D | compat_linux.h | 10 #define A(__x) ((unsigned long)((__x) & 0x7FFFFFFFUL)) argument 11 #define AA(__x) \ argument
|
/linux-3.3/arch/parisc/kernel/ |
D | signal.c | 59 #define A(__x) ((unsigned long)(__x)) argument
|
/linux-3.3/arch/sparc/include/asm/ |
D | pgtable_32.h | 348 #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/ |
D | beat_syscall.h | 27 #define __BEAT_ADD_VENDOR_ID(__x, __v) ((u64)(__v)<<60|(__x)) argument
|
/linux-3.3/drivers/net/ethernet/amd/ |
D | sunlance.c | 185 #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/ |
D | sys_ia32.c | 50 #define AA(__x) ((unsigned long)(__x)) argument
|