Searched refs:insw (Results 1 - 25 of 47) sorted by relevance

12

/linux-master/arch/sh/include/asm/
H A Dio_noioport.h54 static inline void insw(unsigned long port, void *dst, unsigned long count) function
H A Dio.h263 #define insw insw macro
/linux-master/include/linux/
H A Dlogic_pio.h82 #ifndef insw
83 #define insw logic_insw macro
/linux-master/drivers/iio/adc/
H A Dad7606_par.c24 insw((unsigned long)st->base_address, buf, count);
/linux-master/arch/parisc/include/asm/
H A Dio.h211 extern void insw (unsigned long port, void *dst, unsigned long count);
217 #define insw insw macro
/linux-master/arch/hexagon/include/asm/
H A Dio.h253 static inline void insw(unsigned long port, void *buffer, int count) function
323 #define insw insw macro
/linux-master/drivers/net/
H A Dsb1000.c766 insw(ioaddr, (unsigned short*) st, 1);
811 insw(ioaddr, buffer, NewDatagramHeaderSize / 2);
821 insw(ioaddr, buffer, NewDatagramDataSize / 2);
831 insw(ioaddr, buffer, NewDatagramDataSize / 2);
842 insw(ioaddr, buffer, NewDatagramDataSize / 2);
848 insw(ioaddr, skb_put(skb, NewDatagramDataSize),
853 insw(ioaddr, buffer, ContDatagramHeaderSize / 2);
860 insw(ioaddr, buffer, ContDatagramDataSize / 2);
864 insw(ioaddr, skb_put(skb, ContDatagramDataSize),
883 insw(ioadd
[all...]
/linux-master/arch/sparc/include/asm/
H A Dio_64.h247 void insw(unsigned long, void *, unsigned long);
250 #define insw insw macro
261 insw((unsigned long __force)port, buf, count);
/linux-master/arch/sparc/lib/
H A DPeeCeeI.c116 void insw(unsigned long __addr, void *dst, unsigned long count) function
142 EXPORT_SYMBOL(insw); variable
/linux-master/arch/x86/include/asm/
H A Dio.h8 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
300 #define insw insw macro
/linux-master/drivers/scsi/pcmcia/
H A Dnsp_io.h91 insw(BaseAddr + Register, buf, count);
/linux-master/arch/parisc/lib/
H A Dio.c167 void insw (unsigned long port, void *dst, unsigned long count) function
332 * Like insw but in the opposite direction. This is used by the IDE
485 EXPORT_SYMBOL(insw); variable
H A Diomap.c113 insw(ADDR2PORT(addr), dst, count);
/linux-master/arch/powerpc/include/asm/
H A Dio-defs.h45 DEF_PCI_AC_NORET(insw, (unsigned long p, void *b, unsigned long c),
/linux-master/include/asm-generic/
H A Dio.h696 #ifndef insw
697 #define insw insw macro
698 static inline void insw(unsigned long addr, void *buffer, unsigned int count) function
751 insw(addr, buffer, count);
/linux-master/arch/alpha/include/asm/
H A Dio.h621 extern void insw (unsigned long port, void *dst, unsigned long count);
628 #define insw insw macro
/linux-master/arch/alpha/kernel/
H A Dio.c345 void insw(unsigned long port, void *dst, unsigned long count) function
351 EXPORT_SYMBOL(insw); variable
409 * Like insw but in the opposite direction. This is used by the IDE
/linux-master/arch/mips/include/asm/
H A Dio.h551 #define insw insw macro
/linux-master/arch/riscv/include/asm/
H A Dio.h105 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) macro
/linux-master/drivers/net/ethernet/8390/
H A Dsmc-ultra.c511 insw(ioaddr + IOPD, hdr, sizeof(struct e8390_pkt_hdr)>>1);
524 insw(ioaddr + IOPD, buf, (count+1)>>1);
H A Dne2k-pci.c523 insw(NE_BASE + NE_DATAPORT, hdr,
565 insw(NE_BASE + NE_DATAPORT, buf, count >> 1);
/linux-master/arch/m68k/include/asm/
H A Dio_mm.h327 #define insw isa_insw macro
360 #define insw(port, buf, nr) ((port) < 1024 ? isa_rom_insw((port), (buf), (nr)) : isa_insw((port), (buf), (nr))) macro
/linux-master/drivers/cdrom/
H A Dgdrom.c285 insw(GDROM_DATA_REG, toc, tocsize/2);
436 insw(GDROM_DATA_REG, &sense, sense_command->buflen/2);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c172 .insw = opal_lpc_insw,
/linux-master/lib/
H A Diomap.c368 IO_COND(addr, insw(port,dst,count), mmio_insw(addr, dst, count));

Completed in 323 milliseconds

12