Home
last modified time | relevance | path

Searched defs:nl (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/arch/m68k/include/asm/
H 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
/openbmc/ipmitool/src/plugins/bmc/
H A Dbmc_intf.h70 #define ISREQUEST(nl) (((nl) & 1) == 0) /* test for request */ argument
71 #define ISRESPONSE(nl) (((nl) & 1) == 1) /* test for response */ argument
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_private.h96 int nl = 0; in DECLARE_CODEC32() local
/openbmc/u-boot/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
/openbmc/u-boot/arch/nios2/lib/
H A Dlonglong.h198 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
/openbmc/ipmitool/lib/
H A Dipmi_mc.c322 int nl = strlen(bf->name); in ipmi_mc_set_enables() local
/openbmc/u-boot/tools/
H A Dkwboot.c122 static const char *nl = ""; in __progress() local
/openbmc/qemu/io/
H A Dchannel-websock.c209 char *nl, *sep, *tmp; in qio_channel_websock_extract_headers() local
/openbmc/qemu/target/s390x/
H A Dcpu.h648 uint8_t nl; member
656 uint8_t nl; member
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c758 static int nl = 1; in parse_putc() local
/openbmc/qemu/linux-user/
H A Dstrace.c425 struct target_sockaddr_nl *nl = (struct target_sockaddr_nl *)sa; in print_sockaddr() local
H A Dsyscall.c5150 struct dm_name_list *nl = (void*)host_dm + host_dm->data_start; in do_ioctl_dm() local