/linux-4.4.14/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 | 687 static inline s32 comp2(s32 __x, s32 __width) in comp2()
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | util.h | 34 #define compile_ffs2(__x) \ argument 37 #define compile_ffs4(__x) \ argument 42 #define compile_ffs8(__x) \ argument 47 #define compile_ffs16(__x) \ argument 52 #define compile_ffs32(__x) \ argument
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | misc.h | 38 #define error_putstr(__x) __putstr(__x) argument 39 #define error_puthex(__x) __puthex(__x) argument 43 #define debug_putstr(__x) __putstr(__x) argument 44 #define debug_puthex(__x) __puthex(__x) argument 45 #define debug_putaddr(__x) { \ argument
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2800mmio.h | 36 #define TX_BASE_PTR(__x) (TX_BASE_PTR0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument 37 #define TX_MAX_CNT(__x) (TX_MAX_CNT0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument 38 #define TX_CTX_IDX(__x) (TX_CTX_IDX0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument 39 #define TX_DTX_IDX(__x) (TX_DTX_IDX0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument
|
D | rt2x00reg.h | 189 #define compile_ffs2(__x) \ argument 192 #define compile_ffs4(__x) \ argument 197 #define compile_ffs8(__x) \ argument 202 #define compile_ffs16(__x) \ argument 207 #define compile_ffs32(__x) \ argument
|
/linux-4.4.14/arch/mips/kernel/ |
D | linux32.c | 54 #define A(__x) ((unsigned long)(__x)) argument 55 #define AA(__x) ((unsigned long)((int)__x)) argument
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_linux.h | 10 #define A(__x) ((unsigned long)((__x) & 0x7FFFFFFFUL)) argument 11 #define AA(__x) \ argument
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | regs-fimc.h | 300 #define EXYNOS_CIOYSA(__x) \ argument 304 #define EXYNOS_CIOCBSA(__x) \ argument 308 #define EXYNOS_CIOCRSA(__x) \ argument 314 #define EXYNOS_CIIYSA(__x) \ argument 317 #define EXYNOS_CIICBSA(__x) \ argument 320 #define EXYNOS_CIICRSA(__x) \ argument
|
/linux-4.4.14/include/asm-generic/ |
D | cputime_jiffies.h | 67 #define clock_t_to_cputime(__x) \ argument
|
D | cputime_nsecs.h | 111 #define clock_t_to_cputime(__x) \ argument
|
/linux-4.4.14/arch/parisc/kernel/ |
D | signal.c | 55 #define A(__x) ((unsigned long)(__x)) argument
|
/linux-4.4.14/arch/x86/ia32/ |
D | sys_ia32.c | 50 #define AA(__x) ((unsigned long)(__x)) argument
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | sunlance.c | 183 #define TX_NEXT(__x) (((__x)+1) & TX_RING_MOD_MASK) argument 188 #define RX_NEXT(__x) (((__x)+1) & RX_RING_MOD_MASK) argument
|