/linux/drivers/media/platform/exynos4-is/ |
A D | fimc-is-regs.h | 29 #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 #define INTCR0_INTCD(__n) (1 << ((__n) + 16)) argument 45 #define INTMR0_INTMD(__n) (1 << (__n)) argument 64 #define INTGR1_INTGC(__n) (1 << (__n)) argument 69 #define INTCR1_INTCC(__n) (1 << (__n)) argument 74 #define INTMR1_INTMC(__n) (1 << (__n)) argument 89 #define INTMR2_INTMCIS(__n) (1 << (__n)) argument 99 #define GPOCTLR_GPOG(__n) (1 << (__n)) argument [all …]
|
/linux/arch/xtensa/include/asm/ |
A 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/arch/sh/include/asm/ |
A D | string_32.h | 56 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp()
|
/linux/arch/sh/boot/compressed/ |
A D | misc.c | 89 size_t __n) in memcpy()
|
/linux/drivers/scsi/csiostor/ |
A D | csio_defs.h | 49 #define CSIO_VALID_WWN(__n) ((*__n >> 4) == 0x5 ? true : false) argument
|
/linux/arch/arm/boot/compressed/ |
A D | string.c | 30 void *memcpy(void *__dest, __const void *__src, size_t __n) in memcpy()
|
/linux/drivers/media/pci/solo6x10/ |
A D | solo6x10-regs.h | 24 #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) & 0x00f) << 26) argument 182 #define SOLO_VI_STATUS0_PAGE(__n) ((__n) & 0x07) argument
|
/linux/arch/nios2/boot/compressed/ |
A D | misc.c | 104 void *memcpy(void *__dest, __const void *__src, size_t __n) in memcpy()
|
/linux/tools/perf/util/ |
A D | debug.c | 247 #define DEBUG_WRAPPER(__n, __l) \ argument
|
A D | data-convert-bt.c | 1369 #define ADD(__n, __v) \ in ctf_writer__setup_env() argument 1408 #define SET(__n, __v) \ in ctf_writer__setup_clock() argument
|
/linux/lib/ |
A D | bootconfig.c | 547 static int __init __xbc_parse_value(char **__v, char **__n) in __xbc_parse_value()
|
/linux/drivers/media/i2c/ |
A D | ov9650.c | 160 #define REG_MTX(__n) (0x4f + (__n) - 1) argument 163 #define REG_LCC(__n) (0x62 + (__n) - 1) argument
|
/linux/mm/ |
A D | slab.h | 572 #define for_each_kmem_cache_node(__s, __node, __n) \ argument
|
/linux/drivers/scsi/bfa/ |
A D | bfi_reg.h | 348 #define CT2_CSI_MAC_CONTROL_REG(__n) \ argument
|
/linux/drivers/net/ethernet/brocade/bna/ |
A D | bfi_reg.h | 347 #define CT2_CSI_MAC_CONTROL_REG(__n) \ argument
|
/linux/net/tipc/ |
A D | node.c | 282 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n) in tipc_node_crypto_rx()
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_reg.h | 127 #define REG_BIT(__n) \ argument
|