Searched defs:outsb (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/sparc/lib/ |
| H A D | PeeCeeI.c | 13 void outsb(unsigned long __addr, const void *src, unsigned long count) in outsb() function
|
| /linux/arch/sh/include/asm/ |
| H A D | io_noioport.h | 64 static inline void outsb(unsigned long port, const void *src, unsigned long count) in outsb() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 122 #define outsb(addr, buffer, count) __outsb(PCI_IOBASE + (addr), buffer, count) macro
|
| /linux/arch/m68k/include/asm/ |
| H A D | io_mm.h | 329 #define outsb isa_outsb macro 362 #define outsb(port, buf, nr) ((port) < 1024 ? isa_rom_outsb((port), (buf), (nr)) : isa_outsb((port)… macro
|
| /linux/arch/alpha/kernel/ |
| H A D | io.c | 399 void outsb(unsigned long port, const void *src, unsigned long count) in outsb() function
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 632 #define outsb outsb macro
|