Home
last modified time | relevance | path

Searched defs:nl (Results 1 – 6 of 6) 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()
107 static inline void _outsl(volatile u32 * port, const void *buf, int nl) in _outsl()
131 static inline void _insl_ns(volatile u32 * port, void *buf, int nl) in _insl_ns()
138 static inline void _outsl_ns(volatile u32 * port, const void *buf, int nl) in _outsl_ns()
154 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
155 #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
/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
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/arch/nios2/lib/
H A Dlonglong.h199 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
/rk3399_rockchip-uboot/tools/
H A Dkwboot.c122 static const char *nl = ""; in __progress() local
/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.c760 static int nl = 1; in parse_putc() local