Searched refs:outsw (Results 1 - 13 of 13) sorted by relevance

/u-boot/arch/xtensa/include/asm/
H A Dio.h54 * insb/insw/insl/outsb/outsw/outsl, and the "pausing" versions
77 void outsw(unsigned long port, const void *src, unsigned long count);
83 #define outsw outsw macro
/u-boot/include/asm-generic/
H A Dio.h358 #ifndef outsw
359 #define outsw outsw macro
360 static inline void outsw(unsigned long addr, const void *buffer, function
/u-boot/arch/nios2/include/asm/
H A Dio.h107 static inline void outsw (unsigned long port, const void *src, unsigned long count) function
118 #define outsw outsw macro
/u-boot/arch/sh/include/asm/
H A Dio.h93 #define outsw(p, d, l) __raw_writesw(p, d, l) macro
108 #define outsw_p(port, from, len) outsw(port, from, len)
/u-boot/arch/x86/include/asm/
H A Dio.h15 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
213 #define outsw outsw macro
/u-boot/arch/riscv/include/asm/
H A Dio.h214 #define outsw(p, d, l) writesw(__io(p), d, l) macro
334 #define outsw_p(port, from, len) outsw(port, from, len)
/u-boot/include/
H A Dusbdevice.h76 #ifndef outsw
77 #define outsw(p,from,len) mmio_outsw(p,from,len) macro
/u-boot/arch/microblaze/include/asm/
H A Dio.h140 #define outsw(a, b, l) io_outsw(a, b, l) macro
/u-boot/arch/arm/include/asm/
H A Dio.h265 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
281 #define outsw_p(port,from,len) outsw(port,from,len)
/u-boot/arch/mips/include/asm/
H A Dio.h475 #define outsw outsw macro
/u-boot/arch/m68k/include/asm/
H A Dio.h41 * The insw/outsw/insl/outsl macros don't do byte-swapping.
49 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) macro
/u-boot/arch/sandbox/include/asm/
H A Dio.h194 #define outsw(port, buf, ns) _outsw((u16 *)port, buf, ns) macro
/u-boot/arch/powerpc/include/asm/
H A Dio.h41 * The insw/outsw/insl/outsl macros don't do byte-swapping.
49 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) macro

Completed in 79 milliseconds