| /linux/arch/m68k/include/asm/ |
| H A D | parport.h | 15 #undef insl 17 #define insl(port,buf,len) isa_insb(port,buf,(len)<<2) macro
|
| H A D | io_mm.h | 328 #define insl isa_insl macro 361 #define insl isa_insl macro
|
| /linux/arch/sparc/lib/ |
| H A D | PeeCeeI.c | 144 void insl(unsigned long __addr, void *dst, unsigned long count) in insl() function 211 EXPORT_SYMBOL(insl);
|
| /linux/arch/arm/mach-rpc/ |
| H A D | io-acorn.S | 24 ENTRY(insl)
|
| /linux/arch/sh/include/asm/ |
| H A D | io_noioport.h | 59 static inline void insl(unsigned long port, void *dst, unsigned long count) in insl() function
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 624 extern void insl (unsigned long port, void *dst, unsigned long count); 631 #define insl insl macro
|
| /linux/drivers/scsi/pcmcia/ |
| H A D | nsp_io.h | 110 insl(BaseAddr + Register, buf, count); in nsp_multi_read_4()
|
| H A D | sym53c500_cs.c | 282 insl(base + PIO_FIFO, request, len >> 2); in SYM53C500_pio_read()
|
| /linux/arch/alpha/kernel/ |
| H A D | io.c | 377 void insl(unsigned long port, void *dst, unsigned long count) in insl() function 383 EXPORT_SYMBOL(insl);
|
| /linux/drivers/scsi/ |
| H A D | nsp32_io.h | 233 insl(base + reg, buf, count); in nsp32_multi_read4()
|
| H A D | ppa.c | 361 insl(ppb + 4, buffer, len >> 2); in ppa_in()
|
| H A D | imm.c | 434 insl(ppb + 4, buffer, len >> 1); in imm_in()
|
| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 110 #define insl(addr, buffer, count) __insl(PCI_IOBASE + (addr), buffer, count) macro
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-lpc.c | 173 .insl = opal_lpc_insl,
|
| /linux/lib/ |
| H A D | iomap.c | 374 IO_COND(addr, insl(port,dst,count), mmio_insl(addr, dst, count)); in ioread32_rep()
|
| /linux/arch/parisc/lib/ |
| H A D | iomap.c | 118 insl(ADDR2PORT(addr), dst, count); in ioport_read32r()
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | ne2k-pci.c | 558 insl(NE_BASE + NE_DATAPORT, buf, count >> 2); in ne2k_pci_block_input()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc9194.c | 1195 insl(ioaddr + DATA_1 , data, packet_length >> 2 ); in smc_rcv()
|
| /linux/drivers/net/ethernet/3com/ |
| H A D | 3c589_cs.c | 870 insl(ioaddr+RX_FIFO, skb_put(skb, pkt_len), in el3_rx()
|
| H A D | 3c574_cs.c | 1015 insl(ioaddr+RX_FIFO, skb_put(skb, pkt_len), in el3_rx()
|
| H A D | 3c509.c | 941 insl(ioaddr + RX_FIFO, skb_put(skb,pkt_len), in el3_rx()
|
| /linux/drivers/parport/ |
| H A D | parport_pc.c | 285 insl(EPPDATA(port), buf, 4); in parport_pc_epp_read_data() 313 insl(EPPDATA(port), buf, (length >> 2)); in parport_pc_epp_read_data()
|