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

12

/arch/blackfin/include/asm/
H A Dio.h37 extern void outsw(unsigned long port, const void *addr, unsigned long count);
41 #define outsw outsw macro
/arch/mips/include/asm/mach-generic/
H A Dide.h80 outsw(port, addr, count);
129 #undef outsw macro
133 #define outsw(port, addr, count) __ide_outsw(port, addr, count) macro
/arch/parisc/include/asm/
H A Dide.h20 #define __ide_outsw outsw
/arch/xtensa/kernel/
H A Dio.c29 void outsw(unsigned long addr, const void *src, unsigned long count) { function
H A Dxtensa_ksyms.c93 EXPORT_SYMBOL(outsw); variable
/arch/mn10300/unit-asb2303/include/unit/
H A Dsmc91111.h35 #define SMC_outsw(a, r, p, l) outsw((unsigned long) ((a) + (r)), (p), (l))
/arch/m68k/include/asm/
H A Dmcfne.h134 #undef outsw macro
143 #define outsw ne2000_outsw macro
H A Dio_no.h131 #define outsw(a,b,l) io_outsw(a,b,l) macro
H A Dio_mm.h236 #define outsw isa_outsw macro
264 #define outsw(port,buf,nr) ((void)0) macro
/arch/sparc/kernel/
H A Dleon_pci.c143 void outsw(unsigned long addr, const void *src, unsigned long count) function
152 EXPORT_SYMBOL(outsw); variable
/arch/blackfin/kernel/
H A Dbfin_ksyms.c77 EXPORT_SYMBOL(outsw); variable
/arch/mn10300/include/asm/
H A Dio.h163 static inline void outsw(unsigned long addr, const void *buffer, int count) function
205 outsw((unsigned long) (p), (src), (count))
219 outsw((unsigned long) (p), (src), (count))
/arch/arm/mach-ebsa110/include/mach/
H A Dio.h70 extern void outsw(unsigned int port, const void *buf, int sz);
/arch/arm/mach-ixp2000/include/mach/
H A Dio.h50 #define outsw(p,d,l) __raw_writesw(alignw(___io(p)),d,l) macro
/arch/arm/mach-ebsa110/
H A Dio.c381 void outsw(unsigned int port, const void *from, int len) function
411 EXPORT_SYMBOL(outsw); variable
415 * We implement these as 16-bit insw/outsw, mainly for
/arch/sparc/lib/
H A DPeeCeeI.c22 void outsw(unsigned long __addr, const void *src, unsigned long count) function
31 EXPORT_SYMBOL(outsw); variable
/arch/tile/include/asm/
H A Dio.h273 static inline void outsw(unsigned long addr, const void *buffer, int count) function
298 outsw((unsigned long) (p), (src), (count))
/arch/cris/include/asm/
H A Dio.h140 #define outsw(port,addr,count) if(cris_iops) cris_iops->write_io(port,(void*)addr,2,count) macro
/arch/m32r/include/asm/
H A Dio.h145 #define outsw _outsw macro
/arch/parisc/lib/
H A Dio.c336 void outsw (unsigned long port, const void *src, unsigned long count) function
487 EXPORT_SYMBOL(outsw); variable
/arch/powerpc/include/asm/
H A Dio-defs.h50 DEF_PCI_AC_NORET(outsw, (unsigned long p, const void *b, unsigned long c),
/arch/sparc/include/asm/
H A Dio_32.h135 void outsw(unsigned long addr, const void *src, unsigned long cnt);
313 outsw((unsigned long __force)port, buf, count);
H A Dio_64.h95 extern void outsw(unsigned long, const void *, unsigned long);
122 outsw((unsigned long __force)port, buf, count);
/arch/alpha/kernel/
H A Dio.c375 void outsw(unsigned long port, const void *src, unsigned long count) function
381 EXPORT_SYMBOL(outsw); variable
/arch/arm/include/asm/
H A Dio.h184 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
200 #define outsw_p(port,from,len) outsw(port,from,len)

Completed in 521 milliseconds

12