/linux/drivers/media/dvb-frontends/ |
A D | stv090x_reg.h | 175 #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 338 #define STV090x_DATAxCFG(__x) (0xf15f + (__x - 71) * 0x5) argument [all …]
|
A D | stv090x_priv.h | 47 #define STV090x_ADDR_OFFST(__state, __x) (( \ argument 68 #define MSB(__x) ((__x >> 8) & 0xff) argument 69 #define LSB(__x) (__x & 0xff) argument
|
A D | stv090x.c | 675 static inline s32 comp2(s32 __x, s32 __width) in comp2()
|
/linux/arch/x86/boot/compressed/ |
A D | misc.h | 54 #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
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
A D | rt2800mmio.h | 24 #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
|
A D | rt2x00reg.h | 178 #define compile_ffs2(__x) \ argument 181 #define compile_ffs4(__x) \ argument 186 #define compile_ffs8(__x) \ argument 191 #define compile_ffs16(__x) \ argument 196 #define compile_ffs32(__x) \ argument
|
/linux/arch/s390/kernel/ |
A D | compat_linux.h | 11 #define A(__x) ((unsigned long)((__x) & 0x7FFFFFFFUL)) argument 12 #define AA(__x) \ argument
|
/linux/drivers/gpu/drm/exynos/ |
A D | regs-fimc.h | 297 #define EXYNOS_CIOYSA(__x) \ argument 301 #define EXYNOS_CIOCBSA(__x) \ argument 305 #define EXYNOS_CIOCRSA(__x) \ argument 311 #define EXYNOS_CIIYSA(__x) \ argument 314 #define EXYNOS_CIICBSA(__x) \ argument 317 #define EXYNOS_CIICRSA(__x) \ argument
|
/linux/arch/parisc/kernel/ |
A D | signal.c | 56 #define A(__x) ((unsigned long)(__x)) argument
|
/linux/drivers/net/ethernet/amd/ |
A D | sunlance.c | 179 #define TX_NEXT(__x) (((__x)+1) & TX_RING_MOD_MASK) argument 184 #define RX_NEXT(__x) (((__x)+1) & RX_RING_MOD_MASK) argument
|
/linux/arch/x86/kernel/ |
A D | sys_ia32.c | 52 #define AA(__x) ((unsigned long)(__x)) argument
|
/linux/drivers/net/ethernet/pensando/ionic/ |
A D | ionic_lif.c | 1267 #define REMAIN(__x) (sizeof(buf) - (__x)) in ionic_lif_rx_mode() argument
|
/linux/drivers/staging/media/sunxi/cedrus/ |
A D | cedrus_regs.h | 97 #define VE_DEC_MPEG_MP12HDR_F_CODE(__x, __y, __v) \ argument
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_main.c | 14989 #define REMAIN(__x) (INFO_STRING_LEN - (__x)) argument
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_reg.h | 150 #define IS_POWER_OF_2(__x) ((__x) && (((__x) & ((__x) - 1)) == 0)) argument
|