Home
last modified time | relevance | path

Searched refs:nl (Results 1 – 21 of 21) sorted by relevance

/u-boot/arch/m68k/include/asm/
A Dio.h50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
51 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
99 static inline void _insl(volatile u32 * port, void *buf, int nl) in _insl() argument
102 while (nl--) in _insl()
106 static inline void _outsl(volatile u32 * port, const void *buf, int nl) in _outsl() argument
109 while (nl--) { in _outsl()
130 static inline void _insl_ns(volatile u32 * port, void *buf, int nl) in _insl_ns() argument
133 while (nl--) in _insl_ns()
140 while (nl--) { in _outsl_ns()
153 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
[all …]
/u-boot/arch/powerpc/include/asm/
A Dio.h50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
51 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
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)) argument
93 #define outsl_ns(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
/u-boot/drivers/net/fsl-mc/dpio/
A Dqbman_private.h97 int nl = 0; in DECLARE_CODEC32() local
107 nl = 1; in DECLARE_CODEC32()
109 nl = 0; in DECLARE_CODEC32()
116 if (!nl) in DECLARE_CODEC32()
/u-boot/board/mini-box/picosam9g45/
A DMAINTAINERS2 M: Erik van Luijk <evanluijk@interact.nl>
/u-boot/board/topic/zynq/
A DMAINTAINERS2 M: Mike Looijmans <mike.looijmans@topic.nl>
/u-boot/tools/
A Dasn1_compiler.c368 if (!nl) { in tokenise()
369 buffer = nl = end; in tokenise()
371 buffer = nl + 1; in tokenise()
372 *nl = '\0'; in tokenise()
386 memmove(p, q, nl - q); in tokenise()
392 nl = p; in tokenise()
400 while (p < nl) { in tokenise()
404 if (p >= nl) in tokenise()
474 if (nl - p >= 3) { in tokenise()
484 if (nl - p >= 2) { in tokenise()
[all …]
A Dkwboot.c122 static const char *nl = ""; in __progress() local
126 printf("%s%3d %% [", nl, pct); in __progress()
130 nl = "]\n"; in __progress()
136 fputs(nl, stdout); in __progress()
/u-boot/arch/nios2/lib/
A Dlonglong.h198 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
201 (q) = __udiv_w_sdiv (&__r, nh, nl, d); \
/u-boot/arch/arm/dts/
A Dzynqmp-topic-miamimp-xilinx-xdp-v1r1.dts6 * Mike Looijmans <mike.looijmans@topic.nl>
A Dsun7i-a20-olinuxino-lime2-emmc.dts3 * Author Olliver Schinagl <oliver@schinagl.nl>
A Dsun8i-h3-nanopi-neo-air.dts2 * Copyright (C) 2017 Jelle van der Waa <jelle@vdwaa.nl>
A Dsun5i-a10s-wobo-i5.dts2 * Copyright 2015 Jelle van der Waa <jelle@vdwaa.nl>
A Dsun7i-a20-wits-pro-a20-dkt.dts2 * Copyright 2015 Jelle de Jong <jelledejong@powercraft.nl>
A Dsun7i-a20-lamobo-r1.dts2 * Copyright 2015 Jelle de Jong <jelledejong@powercraft.nl>
A Dsun7i-a20-cubietruck.dts4 * Oliver Schinagl <oliver@schinagl.nl>
A Dsun50i-a64-pinephone.dtsi3 // Copyright (C) 2020 Martijn Braam <martijn@brixit.nl>
/u-boot/scripts/kconfig/
A Dzconf.y114 input: nl start | start;
487 nl:
489 | nl T_EOL
/u-boot/board/sunxi/
A DMAINTAINERS95 M: Olliver Schinagl <oliver@schinagl.nl>
260 M: Jelle de Jong <jelledejong@powercraft.nl>
342 M: Jelle van der Waa <jelle@vdwaa.nl>
357 M: Jelle van der Waa <jelle@vdwaa.nl>
/u-boot/drivers/video/
A Dcfb_console.c765 static int nl = 1; in parse_putc() local
776 if (console_col || nl) in parse_putc()
778 nl = 1; in parse_putc()
804 nl = 0; in parse_putc()
/u-boot/scripts/
A Dcheckpatch.pl2097 my $nl = $l + $length;
2098 $$lineRef =~ s/\+$o,$l \@\@/\+$no,$nl \@\@/;
/u-boot/common/
A Ddlmalloc.src3205 (raymond@es.ele.tue.nl) for the suggestion.

Completed in 36 milliseconds