Home
last modified time | relevance | path

Searched refs:outsb (Results 1 – 17 of 17) sorted by relevance

/arch/parisc/include/asm/
A Dio.h206 extern void outsb (unsigned long port, const void *src, unsigned long count);
212 #define outsb outsb macro
/arch/sparc/include/asm/
A Dio_64.h240 void outsb(unsigned long, const void *, unsigned long);
243 #define outsb outsb macro
273 outsb((unsigned long __force)port, buf, count); in writesb()
/arch/sh/include/asm/
A Dio_noioport.h64 static inline void outsb(unsigned long port, const void *src, unsigned long count) in outsb() function
A Dio.h245 #define outsb outsb macro
/arch/sparc/lib/
A DPeeCeeI.c13 void outsb(unsigned long __addr, const void *src, unsigned long count) in outsb() function
21 EXPORT_SYMBOL(outsb);
/arch/powerpc/include/asm/
A Dio-defs.h13 DEF_PCI_AC_NORET(outsb, (unsigned long p, const void *b, unsigned long c), (p, b, c))
A Dio.h683 #define outsb outsb macro
/arch/parisc/lib/
A Dio.c211 void outsb(unsigned long port, const void * src, unsigned long count) in outsb() function
379 EXPORT_SYMBOL(outsb);
A Diomap.c123 outsb(ADDR2PORT(addr), s, n); in ioport_write8r()
/arch/x86/include/asm/
A Dio.h322 #define outsb outsb macro
/arch/alpha/include/asm/
A Dio.h625 extern void outsb (unsigned long port, const void *src, unsigned long count);
632 #define outsb outsb macro
/arch/mips/include/asm/
A Dio.h541 #define outsb outsb macro
/arch/riscv/include/asm/
A Dio.h118 #define outsb(addr, buffer, count) __outsb(PCI_IOBASE + (addr), buffer, count) macro
/arch/m68k/include/asm/
A Dio_mm.h329 #define outsb isa_outsb macro
362 #define outsb(port, buf, nr) ((port) < 1024 ? isa_rom_outsb((port), (buf), (nr)) : isa_outsb((port)… macro
/arch/alpha/kernel/
A Dio.c399 void outsb(unsigned long port, const void *src, unsigned long count) in outsb() function
405 EXPORT_SYMBOL(outsb);
/arch/powerpc/platforms/powernv/
A Dopal-lpc.c174 .outsb = opal_lpc_outsb,
/arch/arm/include/asm/
A Dio.h247 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) macro

Completed in 640 milliseconds