Searched refs:__n (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-regs.h28 /* __n = 0...9 */
29 #define INTGR0_INTGC(__n) (1 << ((__n) + 16))
30 /* __n = 0...5 */
31 #define INTGR0_INTGD(__n) (1 << (__n))
35 /* __n = 0...9 */
36 #define INTCR0_INTGC(__n) (1 << ((__n) + 16))
37 /* __n
[all...]
/linux-master/arch/m68k/include/asm/
H A Ddiv64.h17 } __n; \
21 __n.n64 = (n); \
22 if ((__upper = __n.n32[0])) { \
24 : "=d" (__n.n32[0]), "=d" (__upper) \
25 : "d" (__base), "0" (__n.n32[0])); \
28 : "=d" (__n.n32[1]), "=d" (__rem) \
29 : "d" (__base), "1" (__upper), "0" (__n.n32[1])); \
30 (n) = __n.n64; \
/linux-master/arch/hexagon/include/asm/
H A Dstring.h11 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
15 extern void *memset(void *__to, int c, size_t __n);
/linux-master/arch/sh/include/asm/
H A Dstring_32.h56 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) argument
61 if (__n == 0)
81 : "0" (__cs), "1" (__ct), "r" (__cs+__n)
91 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
94 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
97 extern void *memchr(const void *__s, int __c, size_t __n);
/linux-master/arch/mips/include/asm/
H A Dstring.h17 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
20 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
H A Duaccess.h386 extern size_t __raw_copy_from_user(void *__to, const void *__from, size_t __n);
387 extern size_t __raw_copy_to_user(void *__to, const void *__from, size_t __n);
/linux-master/arch/xtensa/include/asm/
H A Dstring.h38 static inline char *strncpy(char *__dest, const char *__src, size_t __n) argument
43 if (__n == 0)
56 : "0" (__dest), "1" (__src), "r" ((uintptr_t)__src+__n)
85 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) argument
104 : "0" (__cs), "1" (__ct), "r" ((uintptr_t)__cs+__n));
114 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
115 extern void *__memcpy(void *__to, __const__ void *__from, size_t __n);
118 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
119 extern void *__memmove(void *__dest, __const__ void *__src, size_t __n);
/linux-master/arch/loongarch/include/asm/
H A Dstring.h13 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
14 extern void *__memcpy(void *__to, __const__ void *__from, size_t __n);
17 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
18 extern void *__memmove(void *__dest, __const__ void *__src, size_t __n);
/linux-master/arch/arm/include/asm/
H A Ddiv64.h27 register unsigned long long __n asm("r0") = *n;
34 : "+r" (__n), "=r" (__res)
37 __rem = __n >> 32;
/linux-master/drivers/gpu/drm/i915/
H A Di915_reg_defs.h14 * @__n: 0-based bit number
18 * @return: Value with bit @__n set.
20 #define REG_BIT(__n) \
21 ((u32)(BIT(__n) + \
22 BUILD_BUG_ON_ZERO(__is_constexpr(__n) && \
23 ((__n) < 0 || (__n) > 31))))
27 * @__n: 0-based bit number
31 * @return: Value with bit @__n set.
33 #define REG_BIT8(__n) \
[all...]
/linux-master/arch/arm/boot/compressed/
H A Dstring.c25 void *__memcpy(void *__dest, __const void *__src, size_t __n) __alias(memcpy);
30 void *memcpy(void *__dest, __const void *__src, size_t __n) argument
35 for (i = __n >> 3; i > 0; i--) {
46 if (__n & 1 << 2) {
53 if (__n & 1 << 1) {
58 if (__n & 1)
/linux-master/include/acpi/platform/
H A Daclinuxex.h20 u64 (__n) = ((u64) n_hi) << 32 | (n_lo); \
21 (r32) = do_div ((__n), (d32)); \
22 (q32) = (u32) (__n); \
/linux-master/include/uapi/linux/netfilter/
H A Dx_tables.h150 unsigned int __i, __n; \
154 for (__i = 0, __n = 0; __i < (size); \
155 __i += __entry->next_offset, __n++) { \
157 if (__n < n) \
/linux-master/arch/sh/boot/compressed/
H A Dmisc.c89 size_t __n)
94 for (i=0;i<__n;i++) d[i] = s[i];
88 memcpy(void* __dest, __const void* __src, size_t __n) argument
/linux-master/drivers/scsi/csiostor/
H A Dcsio_defs.h49 #define CSIO_VALID_WWN(__n) ((*__n >> 4) == 0x5 ? true : false)
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-regs.h24 #define SOLO_SYS_CFG_OUTDIV(__n) (((__n) & 0x003) << 3)
25 #define SOLO_SYS_CFG_FEEDBACKDIV(__n) (((__n) & 0x1ff) << 5)
26 #define SOLO_SYS_CFG_INPUTDIV(__n) (((__n) & 0x01f) << 14)
28 #define SOLO_SYS_CFG_NCLK_DELAY(__n) (((__n) & 0x003) << 24)
29 #define SOLO_SYS_CFG_PCLK_DELAY(__n) (((__n)
[all...]
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c104 void *memcpy(void *__dest, __const void *__src, size_t __n) argument
109 for (i = 0; i < __n; i++)
/linux-master/drivers/firmware/efi/libstub/
H A Dintrinsics.c13 void *__memcpy(void *__dest, const void *__src, size_t __n) __alias(memcpy);
/linux-master/include/linux/
H A Dkfifo.h523 unsigned long __n = (n); \
527 __kfifo_in_r(__kfifo, __buf, __n, __recsize) : \
528 __kfifo_in(__kfifo, __buf, __n); \
592 unsigned long __n = (n); \
596 __kfifo_out_r(__kfifo, __buf, __n, __recsize) : \
597 __kfifo_out(__kfifo, __buf, __n); \
822 unsigned long __n = (n); \
826 __kfifo_out_peek_r(__kfifo, __buf, __n, __recsize) : \
827 __kfifo_out_peek(__kfifo, __buf, __n); \
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_hw.h92 #define TSNEP_QUEUE(n) ({ typeof(n) __n = (n); \
93 (__n) == 0 ? \
95 TSNEP_MAC_SIZE + TSNEP_QUEUE_SIZE * ((__n) - 1); })
/linux-master/include/linux/ceph/
H A Dmessenger.h137 unsigned int __n = (n), __cur_n; \
139 while (__n) { \
141 __cur_n = min((it)->iter.bi_size, __n); \
149 __n -= __cur_n; \
/linux-master/tools/perf/util/
H A Ddebug.c277 #define DEBUG_WRAPPER(__n, __l) \
278 static int pr_ ## __n ## _wrapper(const char *fmt, ...) \
/linux-master/net/tipc/
H A Dnode.h87 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfi_reg.h347 #define CT2_CSI_MAC_CONTROL_REG(__n) \
349 (__n) * (CT2_CSI_MAC1_CONTROL_REG - CT2_CSI_MAC0_CONTROL_REG))
/linux-master/drivers/scsi/bfa/
H A Dbfi_reg.h348 #define CT2_CSI_MAC_CONTROL_REG(__n) \
350 (__n) * (CT2_CSI_MAC1_CONTROL_REG - CT2_CSI_MAC0_CONTROL_REG))

Completed in 282 milliseconds

12