| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-generic/ |
| H A D | ide.h | 80 outsw(port, addr, count); in __ide_outsw() 129 #undef outsw 133 #define outsw(port, addr, count) __ide_outsw(port, addr, count) macro
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | io.h | 236 #define outsw outsw macro 237 static inline void outsw(unsigned long port, const void *src, in outsw() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | logic_pio.h | 97 #ifndef outsw 98 #define outsw logic_outsw macro
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | ide.h | 21 #define __ide_outsw outsw
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | io.h | 355 #define outsw outsw macro
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | io.h | 93 #define outsw(p, d, l) __raw_writesw(p, d, l) macro 108 #define outsw_p(port, from, len) outsw(port, from, len)
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | io_64.h | 240 void outsw(unsigned long, const void *, unsigned long); 267 outsw((unsigned long __force)port, buf, count); in writesw()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 38 { outsw((unsigned long)addr, buf, len); } in writesw()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usbdevice.h | 78 #ifndef outsw 79 #define outsw(p,from,len) mmio_outsw(p,from,len) macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | io.c | 422 void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function 428 EXPORT_SYMBOL(outsw);
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | io.h | 78 void outsw(unsigned long port, const void *src, unsigned long count);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/pcmcia/ |
| H A D | nsp_io.h | 147 outsw(BaseAddr + Register, buf, count); in nsp_multi_write_2()
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | io.h | 116 #define outsw(a,b,l) io_outsw(a,b,l) macro
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 261 #define outsw(p, d, l) writesw(__io(p), d, l) macro 340 #define outsw_p(port, from, len) outsw(port, from, len)
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | io_mm.h | 332 #define outsw isa_outsw macro 365 #define outsw(port, buf, nr) ((port) < 1024 ? isa_rom_outsw((port), (buf), (nr)) : isa_outsw((port)… macro
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | io.h | 115 #define outsw(port, buf, ns) _outsw((u16 *)port, buf, ns) macro
|