Home
last modified time | relevance | path

Searched defs:nl (Results 1 – 7 of 7) 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()
106 static inline void _outsl(volatile u32 * port, const void *buf, int nl) in _outsl()
130 static inline void _insl_ns(volatile u32 * port, void *buf, int nl) in _insl_ns()
137 static inline void _outsl_ns(volatile u32 * port, const void *buf, int nl) in _outsl_ns()
153 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
154 #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
/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
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/arch/nios2/lib/
A Dlonglong.h198 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
/u-boot/tools/
A Dkwboot.c122 static const char *nl = ""; in __progress() local
A Dasn1_compiler.c349 char *line, *nl, *start, *p, *q; in tokenise() local
/u-boot/drivers/video/
A Dcfb_console.c765 static int nl = 1; in parse_putc() local

Completed in 13 milliseconds