| /Linux-v5.4/drivers/media/platform/exynos4-is/ | 
| D | fimc-is-regs.h | 29 #define INTGR0_INTGC(__n)		(1 << ((__n) + 16))  argument31 #define INTGR0_INTGD(__n)		(1 << (__n))  argument
 36 #define INTCR0_INTGC(__n)		(1 << ((__n) + 16))  argument
 38 #define INTCR0_INTCD(__n)		(1 << ((__n) + 16))  argument
 43 #define INTMR0_INTMC(__n)		(1 << ((__n) + 16))  argument
 45 #define INTMR0_INTMD(__n)		(1 << (__n))  argument
 50 #define INTSR0_GET_INTSD(x, __n)	(((x) >> (__n)) & 0x1)  argument
 52 #define INTSR0_GET_INTSC(x, __n)	(((x) >> ((__n) + 16)) & 0x1)  argument
 57 #define INTMSR0_GET_INTMSD(x, __n)	(((x) >> (__n)) & 0x1)  argument
 59 #define INTMSR0_GET_INTMSC(x, __n)	(((x) >> ((__n) + 16)) & 0x1)  argument
 [all …]
 
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | string_32.h | 32 static inline char *strncpy(char *__dest, const char *__src, size_t __n)  in strncpy()84 static inline int strncmp(const char *__cs, const char *__ct, size_t __n)  in strncmp()
 
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | string.h | 38 static inline char *strncpy(char *__dest, const char *__src, size_t __n)  in strncpy()85 static inline int strncmp(const char *__cs, const char *__ct, size_t __n)  in strncmp()
 
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | string.h | 45 static __inline__ char *strncpy(char *__dest, __const__ char *__src, size_t __n)  in strncpy()
 | 
| /Linux-v5.4/arch/sh/boot/compressed/ | 
| D | misc.c | 89 			    size_t __n)  in memcpy()
 | 
| /Linux-v5.4/drivers/scsi/csiostor/ | 
| D | csio_defs.h | 49 #define CSIO_VALID_WWN(__n)		((*__n >> 4) == 0x5 ? true : false)  argument
 | 
| /Linux-v5.4/arch/arm/boot/compressed/ | 
| D | string.c | 10 void *memcpy(void *__dest, __const void *__src, size_t __n)  in memcpy()
 | 
| /Linux-v5.4/drivers/media/pci/solo6x10/ | 
| D | solo6x10-regs.h | 24 #define   SOLO_SYS_CFG_OUTDIV(__n)		(((__n) & 0x003) << 3)  argument25 #define   SOLO_SYS_CFG_FEEDBACKDIV(__n)		(((__n) & 0x1ff) << 5)  argument
 26 #define   SOLO_SYS_CFG_INPUTDIV(__n)		(((__n) & 0x01f) << 14)  argument
 28 #define   SOLO_SYS_CFG_NCLK_DELAY(__n)		(((__n) & 0x003) << 24)  argument
 29 #define   SOLO_SYS_CFG_PCLK_DELAY(__n)		(((__n) & 0x00f) << 26)  argument
 182 #define   SOLO_VI_STATUS0_PAGE(__n)		((__n) & 0x07)  argument
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | debug.c | 238 #define DEBUG_WRAPPER(__n, __l)				\  argument
 | 
| D | data-convert-bt.c | 1366 #define ADD(__n, __v)							\  in ctf_writer__setup_env()  argument1390 #define SET(__n, __v)				\  in ctf_writer__setup_clock()  argument
 
 | 
| /Linux-v5.4/arch/nios2/boot/compressed/ | 
| D | misc.c | 104 void *memcpy(void *__dest, __const void *__src, size_t __n)  in memcpy()
 | 
| /Linux-v5.4/drivers/media/i2c/ | 
| D | ov9650.c | 160 #define	REG_MTX(__n)		(0x4f + (__n) - 1)  argument163 #define REG_LCC(__n)		(0x62 + (__n) - 1)  argument
 
 | 
| /Linux-v5.4/mm/ | 
| D | slab.h | 637 #define for_each_kmem_cache_node(__s, __node, __n) \  argument
 | 
| /Linux-v5.4/drivers/scsi/bfa/ | 
| D | bfi_reg.h | 348 #define CT2_CSI_MAC_CONTROL_REG(__n)	\  argument
 | 
| /Linux-v5.4/drivers/net/ethernet/brocade/bna/ | 
| D | bfi_reg.h | 347 #define CT2_CSI_MAC_CONTROL_REG(__n) \  argument
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/ | 
| D | i915_reg.h | 127 #define REG_BIT(__n)							\  argument
 |