Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dio.h51 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
52 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
100 static inline void _insl(volatile u32 * port, void *buf, int nl) in _insl() argument
103 while (nl--) in _insl()
107 static inline void _outsl(volatile u32 * port, const void *buf, int nl) in _outsl() argument
110 while (nl--) { in _outsl()
131 static inline void _insl_ns(volatile u32 * port, void *buf, int nl) in _insl_ns() argument
134 while (nl--) in _insl_ns()
138 static inline void _outsl_ns(volatile u32 * port, const void *buf, int nl) in _outsl_ns() argument
141 while (nl--) { in _outsl_ns()
[all …]
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dio.h47 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
48 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
75 extern void _insl(volatile u32 *port, void *buf, int nl);
76 extern void _outsl(volatile u32 *port, const void *buf, int nl);
79 extern void _insl_ns(volatile u32 *port, void *buf, int nl);
80 extern void _outsl_ns(volatile u32 *port, const void *buf, int nl);
89 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
90 #define outsl_ns(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/
H 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()
/rk3399_rockchip-uboot/board/mini-box/picosam9g45/
H A DMAINTAINERS2 M: Erik van Luijk <evanluijk@interact.nl>
/rk3399_rockchip-uboot/board/topic/zynq/
H A DMAINTAINERS2 M: Mike Looijmans <mike.looijmans@topic.nl>
/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlonglong.h199 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
202 (q) = __udiv_w_sdiv (&__r, nh, nl, d); \
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.y109 input: nl start | start;
328 if_entry: T_IF expr nl
356 mainmenu_stmt: T_MAINMENU prompt nl
472 nl:
474 | nl T_EOL
H A Dzconf.tab.c_shipped554 "end", "nl", "if_expr", "expr", "symbol", "word_opt", YY_NULLPTR
/rk3399_rockchip-uboot/tools/
H 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()
/rk3399_rockchip-uboot/board/sunxi/
H A DMAINTAINERS95 M: Olliver Schinagl <oliver@schinagl.nl>
210 M: Jelle de Jong <jelledejong@powercraft.nl>
275 M: Jelle van der Waa <jelle@vdwaa.nl>
285 M: Jelle van der Waa <jelle@vdwaa.nl>
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dsun8i-h3-nanopi-neo-air.dts2 * Copyright (C) 2017 Jelle van der Waa <jelle@vdwaa.nl>
H A Dsun7i-a20-olinuxino-lime2-emmc.dts3 * Author Olliver Schinagl <oliver@schinagl.nl>
H A Dsun5i-a10s-wobo-i5.dts2 * Copyright 2015 Jelle van der Waa <jelle@vdwaa.nl>
H A Dsun7i-a20-wits-pro-a20-dkt.dts2 * Copyright 2015 Jelle de Jong <jelledejong@powercraft.nl>
H A Dsun7i-a20-lamobo-r1.dts2 * Copyright 2015 Jelle de Jong <jelledejong@powercraft.nl>
H A Dsun7i-a20-cubietruck.dts4 * Oliver Schinagl <oliver@schinagl.nl>
/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.c760 static int nl = 1; in parse_putc() local
771 if (console_col || (!console_col && nl)) in parse_putc()
773 nl = 1; in parse_putc()
799 nl = 0; in parse_putc()
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl1949 my $nl = $l + $length;
1950 $$lineRef =~ s/\+$o,$l \@\@/\+$no,$nl \@\@/;
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src3205 (raymond@es.ele.tue.nl) for the suggestion.