Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-regs.h29 #define INTGR0_INTGC(__n) (1 << ((__n) + 16)) argument
31 #define INTGR0_INTGD(__n) (1 << (__n)) argument
36 #define INTCR0_INTGC(__n) (1 << ((__n) + 16)) argument
38 INTCR0_INTCD(__n) global() argument
43 INTMR0_INTMC(__n) global() argument
45 INTMR0_INTMD(__n) global() argument
50 INTSR0_GET_INTSD(x,__n) global() argument
52 INTSR0_GET_INTSC(x,__n) global() argument
57 INTMSR0_GET_INTMSD(x,__n) global() argument
59 INTMSR0_GET_INTMSC(x,__n) global() argument
64 INTGR1_INTGC(__n) global() argument
69 INTCR1_INTCC(__n) global() argument
74 INTMR1_INTMC(__n) global() argument
84 INTCR2_INTCC(__n) global() argument
89 INTMR2_INTMCIS(__n) global() argument
99 GPOCTLR_GPOG(__n) global() argument
104 GPOENCTLR_GPOEN(__n) global() argument
130 MCUCTL_REG_ISSR(__n) global() argument
[all...]
/linux/arch/xtensa/include/asm/
H A Dstring.h38 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() argument
85 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp() argument
/linux/arch/sh/include/asm/
H A Dstring_32.h56 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp() argument
/linux/arch/arm/boot/compressed/
H A Dstring.c30 void *memcpy(void *__dest, __const void *__src, size_t __n) in memcpy() argument
/linux/drivers/scsi/csiostor/
H A Dcsio_defs.h49 #define CSIO_VALID_WWN(__n) ((*__n >> 4) == 0x5 ? true : false) argument
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-regs.h24 #define SOLO_SYS_CFG_OUTDIV(__n) (((__n) & 0x003) << 3) argument
25 #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) argument
182 SOLO_VI_STATUS0_PAGE(__n) global() argument
[all...]
/linux/arch/nios2/boot/compressed/
H A Dmisc.c104 void *memcpy(void *__dest, __const void *__src, size_t __n) in memcpy() argument
/linux/tools/perf/util/
H A Ddebug.c288 #define DEBUG_WRAPPER(__n, __l) \ argument
H A Ddata-convert-bt.c1377 #define ADD(__n, __v) \ in ctf_writer__setup_env() argument
1416 #define SET(__n, __v) \ in ctf_writer__setup_clock() argument
/linux/lib/
H A Dbootconfig.c561 static int __init __xbc_parse_value(char **__v, char **__n) in __xbc_parse_value() argument
/linux/drivers/media/i2c/
H A Dov9650.c158 #define REG_MTX(__n) (0x4f + (__n) - 1) argument
161 #define REG_LCC(__n) (0x62 + (__n) - 1) argument
/linux/drivers/mtd/devices/
H A Dmtd_intel_dg.c67 #define NVM_FLREG(__n) (NVM_FRBA + ((__n) * 4)) argument
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfi_reg.h347 #define CT2_CSI_MAC_CONTROL_REG(__n) \ argument
/linux/drivers/scsi/bfa/
H A Dbfi_reg.h348 #define CT2_CSI_MAC_CONTROL_REG(__n) \ argument
/linux/net/tipc/
H A Dnode.c280 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n) in tipc_node_crypto_rx() argument
/linux/mm/
H A Dslub.c461 #define for_each_kmem_cache_node(__s, __node, __n) \ argument