/kernel/linux/linux-5.10/arch/mips/include/asm/mach-generic/ |
H A D | ide.h | 80 outsw(port, addr, count); in __ide_outsw() 129 #undef outsw macro 133 #define outsw(port, addr, count) __ide_outsw(port, addr, count) macro
|
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/ |
H A D | io.h | 71 #define outsw outsw macro 72 extern void outsw(unsigned int port, const void *buf, int sz);
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | io.h | 8 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing" 236 #define outsw outsw macro 237 static inline void outsw(unsigned long port, const void *src, in outsw() function
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | io.h | 8 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing" 224 #define outsw outsw macro 225 static inline void outsw(unsigned long port, const void *src, in outsw() function
|
/kernel/linux/linux-6.6/arch/hexagon/include/asm/ |
H A D | io.h | 294 static inline void outsw(unsigned long port, const void *buffer, int count) in outsw() function 335 #define outsw outsw macro
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | io.h | 216 extern void outsw (unsigned long port, const void *src, unsigned long count); 222 #define outsw outsw macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | logic_pio.h | 97 #ifndef outsw 98 #define outsw logic_outsw macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | logic_pio.h | 97 #ifndef outsw 98 #define outsw logic_outsw macro
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | io.h | 638 #ifndef outsw 639 #define outsw outsw macro 640 static inline void outsw(unsigned long addr, const void *buffer, in outsw() function 694 outsw(addr, buffer, count); in outsw_p()
|
H A D | ide_iops.h | 6 #define __ide_outsw outsw
|
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/ |
H A D | io.h | 274 #define outsw outsw macro 275 static inline void outsw(u32 io_addr, const void *p, u32 count) in outsw() function 496 outsw(port & PIO_MASK, vaddr, count); in iowrite16_rep()
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | io_64.h | 241 void outsw(unsigned long, const void *, unsigned long); 244 #define outsw outsw macro 279 outsw((unsigned long __force)port, buf, count); in writesw()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | ide.h | 21 #define __ide_outsw outsw
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | io_noioport.h | 69 static inline void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | PeeCeeI.c | 23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw() function 32 EXPORT_SYMBOL(outsw); variable
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | PeeCeeI.c | 23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw() function 32 EXPORT_SYMBOL(outsw); variable
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | io_noioport.h | 76 static inline void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/ |
H A D | io-s3c24xx.h | 41 #define outsw(p,d,l) writesw(S3C24XX_VA_ISA_WORD + (p),d,l) macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | io.h | 721 #ifndef outsw 722 #define outsw outsw macro 723 static inline void outsw(unsigned long addr, const void *buffer, in outsw() function 777 outsw(addr, buffer, count); in outsw_p()
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | io.h | 625 extern void outsw (unsigned long port, const void *src, unsigned long count); 632 #define outsw outsw macro
|
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/ |
H A D | io.c | 382 void outsw(unsigned int port, const void *from, int len) in outsw() function 412 EXPORT_SYMBOL(outsw); variable 416 * We implement these as 16-bit insw/outsw, mainly for
|
/kernel/linux/linux-5.10/arch/parisc/lib/ |
H A D | io.c | 337 void outsw (unsigned long port, const void *src, unsigned long count) in outsw() function 488 EXPORT_SYMBOL(outsw); variable
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | io.h | 8 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing" 355 #define outsw outsw macro
|
/kernel/linux/linux-6.6/arch/parisc/lib/ |
H A D | io.c | 337 void outsw (unsigned long port, const void *src, unsigned long count) in outsw() function 488 EXPORT_SYMBOL(outsw); variable
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | io.h | 8 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing" 307 #define outsw outsw macro
|