Searched defs:insb (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/sparc/lib/ |
| H A D | PeeCeeI.c | 88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb() function
|
| /linux/arch/sh/include/asm/ |
| H A D | io_noioport.h | 49 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 108 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) macro
|
| /linux/arch/m68k/include/asm/ |
| H A D | io_mm.h | 326 #define insb isa_insb macro 359 #define insb(port, buf, nr) ((port) < 1024 ? isa_rom_insb((port), (buf), (nr)) : isa_insb((port), (… macro
|
| /linux/arch/alpha/kernel/ |
| H A D | io.c | 305 void insb(unsigned long port, void *dst, unsigned long count) in insb() function
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 629 #define insb insb macro
|