Home
last modified time | relevance | path

Searched defs:__n (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-is-regs.h32 #define INTGR0_INTGC(__n) (1 << ((__n) + 16)) argument
34 #define INTGR0_INTGD(__n) (1 << (__n)) argument
39 #define INTCR0_INTGC(__n) (1 << ((__n) + 16)) argument
41 #define INTCR0_INTCD(__n) (1 << ((__n) + 16)) argument
46 #define INTMR0_INTMC(__n) (1 << ((__n) + 16)) argument
48 #define INTMR0_INTMD(__n) (1 << (__n)) argument
53 #define INTSR0_GET_INTSD(x, __n) (((x) >> (__n)) & 0x1) argument
55 #define INTSR0_GET_INTSC(x, __n) (((x) >> ((__n) + 16)) & 0x1) argument
60 #define INTMSR0_GET_INTMSD(x, __n) (((x) >> (__n)) & 0x1) argument
62 #define INTMSR0_GET_INTMSC(x, __n) (((x) >> ((__n) + 16)) & 0x1) argument
[all …]
/Linux-v4.19/arch/sh/include/asm/
Dstring_32.h31 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy()
83 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp()
/Linux-v4.19/arch/xtensa/include/asm/
Dstring.h38 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-v4.19/arch/mips/include/asm/
Dstring.h45 static __inline__ char *strncpy(char *__dest, __const__ char *__src, size_t __n) in strncpy()
/Linux-v4.19/arch/sh/boot/compressed/
Dmisc.c89 size_t __n) in memcpy()
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_defs.h49 #define CSIO_VALID_WWN(__n) ((*__n >> 4) == 0x5 ? true : false) argument
/Linux-v4.19/arch/arm/boot/compressed/
Dstring.c10 void *memcpy(void *__dest, __const void *__src, size_t __n) in memcpy()
/Linux-v4.19/drivers/media/pci/solo6x10/
Dsolo6x10-regs.h31 #define SOLO_SYS_CFG_OUTDIV(__n) (((__n) & 0x003) << 3) argument
32 #define SOLO_SYS_CFG_FEEDBACKDIV(__n) (((__n) & 0x1ff) << 5) argument
33 #define SOLO_SYS_CFG_INPUTDIV(__n) (((__n) & 0x01f) << 14) argument
35 #define SOLO_SYS_CFG_NCLK_DELAY(__n) (((__n) & 0x003) << 24) argument
36 #define SOLO_SYS_CFG_PCLK_DELAY(__n) (((__n) & 0x00f) << 26) argument
189 #define SOLO_VI_STATUS0_PAGE(__n) ((__n) & 0x07) argument
/Linux-v4.19/tools/perf/util/
Ddebug.c238 #define DEBUG_WRAPPER(__n, __l) \ argument
Ddata-convert-bt.c1366 #define ADD(__n, __v) \ in ctf_writer__setup_env() argument
1390 #define SET(__n, __v) \ in ctf_writer__setup_clock() argument
/Linux-v4.19/arch/nios2/boot/compressed/
Dmisc.c117 void *memcpy(void *__dest, __const void *__src, size_t __n) in memcpy()
/Linux-v4.19/mm/
Dslab.h494 #define for_each_kmem_cache_node(__s, __node, __n) \ argument
/Linux-v4.19/drivers/media/i2c/
Dov9650.c162 #define REG_MTX(__n) (0x4f + (__n) - 1) argument
165 #define REG_LCC(__n) (0x62 + (__n) - 1) argument
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfi_reg.h355 #define CT2_CSI_MAC_CONTROL_REG(__n) \ argument
/Linux-v4.19/drivers/scsi/bfa/
Dbfi_reg.h356 #define CT2_CSI_MAC_CONTROL_REG(__n) \ argument