Searched refs:nl (Results 1 - 8 of 8) sorted by relevance

/u-boot/arch/m68k/include/asm/
H A Dio.h50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
51 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
99 static inline void _insl(volatile u32 * port, void *buf, int nl) argument
102 while (nl--)
106 static inline void _outsl(volatile u32 * port, const void *buf, int nl) argument
109 while (nl--) {
130 static inline void _insl_ns(volatile u32 * port, void *buf, int nl) argument
133 while (nl
137 _outsl_ns(volatile u32 * port, const void *buf, int nl) argument
[all...]
/u-boot/arch/powerpc/include/asm/
H A Dio.h50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
51 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
78 extern void _insl(volatile u32 *port, void *buf, int nl);
79 extern void _outsl(volatile u32 *port, const void *buf, int nl);
82 extern void _insl_ns(volatile u32 *port, void *buf, int nl);
83 extern void _outsl_ns(volatile u32 *port, const void *buf, int nl);
92 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
[all...]
/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_private.h96 int nl = 0; local
106 nl = 1;
108 nl = 0;
115 if (!nl)
/u-boot/tools/
H A Dasn1_compiler.c349 char *line, *nl, *start, *p, *q; local
367 nl = memchr(line, '\n', end - buffer);
368 if (!nl) {
369 buffer = nl = end;
371 buffer = nl + 1;
372 *nl = '\0';
378 while ((p = memchr(p, '-', nl - p))) {
382 while ((q = memchr(q, '-', nl - q))) {
386 memmove(p, q, nl - q);
392 nl
[all...]
H A Dkwboot.c476 static const char *nl = ""; local
480 printf("%s%3d %% [", nl, pct);
484 nl = "]\n";
490 fputs(nl, stdout);
491 nl = "";
/u-boot/arch/nios2/lib/
H A Dlonglong.h198 #define udiv_qrnnd(q, r, nh, nl, d) \
201 (q) = __udiv_w_sdiv (&__r, nh, nl, d); \
/u-boot/scripts/kconfig/
H A Dzconf.y114 input: nl start | start;
487 nl: label
489 | nl T_EOL
/u-boot/scripts/
H A Dcheckpatch.pl2354 my $nl = $l + $length;
2355 $$lineRef =~ s/\+$o,$l \@\@/\+$no,$nl \@\@/;
5774 # Check for }<nl>else {, these must be at the same

Completed in 97 milliseconds