/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | io.h | 50 #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 D | bmc_intf.h | 70 #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 D | qbman_private.h | 96 int nl = 0; in DECLARE_CODEC32() local
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | io.h | 47 #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 D | longlong.h | 198 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_mc.c | 322 int nl = strlen(bf->name); in ipmi_mc_set_enables() local
|
/openbmc/u-boot/tools/ |
H A D | kwboot.c | 122 static const char *nl = ""; in __progress() local
|
/openbmc/qemu/io/ |
H A D | channel-websock.c | 209 char *nl, *sep, *tmp; in qio_channel_websock_extract_headers() local
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.h | 648 uint8_t nl; member 656 uint8_t nl; member
|
/openbmc/u-boot/drivers/video/ |
H A D | cfb_console.c | 758 static int nl = 1; in parse_putc() local
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 425 struct target_sockaddr_nl *nl = (struct target_sockaddr_nl *)sa; in print_sockaddr() local
|
H A D | syscall.c | 5150 struct dm_name_list *nl = (void*)host_dm + host_dm->data_start; in do_ioctl_dm() local
|