Searched refs:insl (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/arch/m68k/include/asm/
H A Dparport.h15 #undef insl macro
17 #define insl(port,buf,len) isa_insb(port,buf,(len)<<2) macro
H A Dio_mm.h328 #define insl isa_insl macro
361 #define insl isa_insl macro
/linux-master/arch/arm/mach-rpc/
H A Dio-acorn.S17 .ascii KERN_WARNING "insl/outsl not implemented, called from %08lX\0"
24 ENTRY(insl)
/linux-master/arch/sh/include/asm/
H A Dio_noioport.h59 static inline void insl(unsigned long port, void *dst, unsigned long count) function
H A Dio.h264 #define insl insl macro
/linux-master/include/linux/
H A Dlogic_pio.h86 #ifndef insl
87 #define insl logic_insl macro
/linux-master/arch/parisc/include/asm/
H A Dio.h212 extern void insl (unsigned long port, void *dst, unsigned long count);
218 #define insl insl macro
/linux-master/arch/hexagon/include/asm/
H A Dio.h264 static inline void insl(unsigned long port, void *buffer, int count) function
324 #define insl insl macro
/linux-master/arch/sparc/include/asm/
H A Dio_64.h248 void insl(unsigned long, void *, unsigned long);
251 #define insl insl macro
267 insl((unsigned long __force)port, buf, count);
/linux-master/arch/sparc/lib/
H A DPeeCeeI.c144 void insl(unsigned long __addr, void *dst, unsigned long count) function
211 EXPORT_SYMBOL(insl); variable
/linux-master/arch/x86/include/asm/
H A Dio.h8 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
301 #define insl insl macro
/linux-master/drivers/scsi/
H A Dqlogicfas408.c111 insl(qbase + 4, request, 32);
118 insl(qbase + 4, request, 21);
123 insl(qbase + 4, request, 11);
H A Dnsp32_io.h233 insl(base + reg, buf, count);
/linux-master/drivers/scsi/pcmcia/
H A Dnsp_io.h110 insl(BaseAddr + Register, buf, count);
/linux-master/arch/parisc/lib/
H A Dio.c239 void insl (unsigned long port, void *dst, unsigned long count) function
404 * Like insl but in the opposite direction. This is used by the IDE
486 EXPORT_SYMBOL(insl); variable
H A Diomap.c118 insl(ADDR2PORT(addr), dst, count);
/linux-master/arch/powerpc/include/asm/
H A Dio-defs.h47 DEF_PCI_AC_NORET(insl, (unsigned long p, void *b, unsigned long c),
/linux-master/include/asm-generic/
H A Dio.h704 #ifndef insl
705 #define insl insl macro
706 static inline void insl(unsigned long addr, void *buffer, unsigned int count) function
759 insl(addr, buffer, count);
/linux-master/arch/alpha/include/asm/
H A Dio.h622 extern void insl (unsigned long port, void *dst, unsigned long count);
629 #define insl insl macro
/linux-master/arch/alpha/kernel/
H A Dio.c377 void insl(unsigned long port, void *dst, unsigned long count) function
383 EXPORT_SYMBOL(insl); variable
449 * Like insl but in the opposite direction. This is used by the IDE
/linux-master/arch/mips/include/asm/
H A Dio.h552 #define insl insl macro
/linux-master/arch/riscv/include/asm/
H A Dio.h106 #define insl(addr, buffer, count) __insl(PCI_IOBASE + (addr), buffer, count) macro
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c173 .insl = opal_lpc_insl,
/linux-master/lib/
H A Diomap.c374 IO_COND(addr, insl(port,dst,count), mmio_insl(addr, dst, count));
/linux-master/arch/arm/include/asm/
H A Dio.h253 #define insl(p,d,l) __raw_readsl(__io(p),d,l) macro

Completed in 219 milliseconds

12