Searched refs:insl (Results 1 - 25 of 36) sorted by last modified time

12

/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/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/arch/mips/include/asm/
H A Dio.h552 #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/sh/include/asm/
H A Dio.h264 #define insl insl macro
H A Dio_noioport.h59 static inline void insl(unsigned long port, void *dst, unsigned long count) function
/linux-master/arch/powerpc/include/asm/
H A Dio.h700 #define insl 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/m68k/include/asm/
H A Dio_mm.h328 #define insl isa_insl macro
361 #define insl isa_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/arm/include/asm/
H A Dio.h253 #define insl(p,d,l) __raw_readsl(__io(p),d,l) macro
/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/drivers/parport/
H A Dparport_pc.c285 insl(EPPDATA(port), buf, 4);
313 insl(EPPDATA(port), buf, (length >> 2));
/linux-master/include/linux/
H A Dlogic_pio.h86 #ifndef insl
87 #define insl logic_insl macro
/linux-master/drivers/scsi/
H A Dimm.c434 insl(ppb + 4, buffer, len >> 1);
H A Dppa.c361 insl(ppb + 4, buffer, len >> 2);
/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/drivers/net/ethernet/8390/
H A Dne2k-pci.c569 insl(NE_BASE + NE_DATAPORT, buf, count >> 2);
/linux-master/drivers/net/ethernet/3com/
H A D3c589_cs.c870 insl(ioaddr+RX_FIFO, skb_put(skb, pkt_len),
H A D3c515.c1294 insl(ioaddr + RX_FIFO,
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c173 .insl = opal_lpc_insl,
/linux-master/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c282 insl(base + PIO_FIFO, request, len >> 2);
/linux-master/lib/
H A Diomap.c374 IO_COND(addr, insl(port,dst,count), mmio_insl(addr, dst, count));
/linux-master/arch/parisc/lib/
H A Diomap.c118 insl(ADDR2PORT(addr), dst, count);
/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

Completed in 324 milliseconds

12