Home
last modified time | relevance | path

Searched refs:insw (Results 1 – 25 of 29) sorted by relevance

12

/linux/arch/sparc/lib/
H A DPeeCeeI.c116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw() function
142 EXPORT_SYMBOL(insw);
/linux/drivers/iio/adc/
H A Dad7606_par.c126 insw((unsigned long)st->base_address, _buf, 1); in ad7606_par16_read_block()
134 insw((unsigned long)st->base_address, _buf, num); in ad7606_par16_read_block()
/linux/arch/sh/include/asm/
H A Dio_noioport.h54 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw() function
/linux/arch/alpha/include/asm/
H A Dio.h623 extern void insw (unsigned long port, void *dst, unsigned long count);
630 #define insw insw macro
/linux/drivers/scsi/pcmcia/
H A Dnsp_io.h91 insw(BaseAddr + Register, buf, count); in nsp_multi_read_2()
/linux/arch/alpha/kernel/
H A Dio.c345 void insw(unsigned long port, void *dst, unsigned long count) in insw() function
351 EXPORT_SYMBOL(insw);
/linux/drivers/net/ethernet/8390/
H A Dsmc-ultra.c511 insw(ioaddr + IOPD, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ultra_pio_get_hdr()
524 insw(ioaddr + IOPD, buf, (count+1)>>1); in ultra_pio_input()
H A Dne2k-pci.c512 insw(NE_BASE + NE_DATAPORT, hdr, in ne2k_pci_get_8390_hdr()
554 insw(NE_BASE + NE_DATAPORT, buf, count >> 1); in ne2k_pci_block_input()
H A Daxnet_cs.c639 insw(nic_base + AXNET_DATAPORT, hdr, in get_8390_hdr()
661 insw(nic_base + AXNET_DATAPORT,buf,count>>1); in block_input()
H A Dpcnet_cs.c1154 insw(nic_base + PCNET_DATAPORT, hdr, in dma_get_8390_hdr()
1189 insw(nic_base + PCNET_DATAPORT,buf,count>>1); in dma_block_input()
/linux/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), (… macro
/linux/arch/riscv/include/asm/
H A Dio.h109 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) macro
/linux/drivers/cdrom/
H A Dgdrom.c285 insw(GDROM_DATA_REG, toc, tocsize/2); in gdrom_readtoc_cmd()
436 insw(GDROM_DATA_REG, &sense, sense_command->buflen/2); in gdrom_getsense()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c172 .insw = opal_lpc_insw,
/linux/lib/
H A Diomap.c368 IO_COND(addr, insw(port,dst,count), mmio_insw(addr, dst, count)); in ioread16_rep()
/linux/arch/parisc/lib/
H A Diomap.c113 insw(ADDR2PORT(addr), dst, count); in ioport_read16r()
/linux/drivers/comedi/drivers/
H A Ddas16m1.c412 insw(dev->iobase, devpriv->ai_buffer, num_samples); in das16m1_handler()
H A Dadl_pci9111.c414 insw(dev->iobase + PCI9111_AI_FIFO_REG, buf, samples); in pci9111_handle_fifo_half_full()
/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c1064 insw(ioaddr+XIRCREG_EDP, in xirc2ps_interrupt()
1092 insw(ioaddr+XIRCREG_EDP, skb_put(skb, pktlen), in xirc2ps_interrupt()
/linux/drivers/scsi/
H A Dg_NCR5380.c546 insw(hostdata->io_port + hostdata->c400_host_buf, in generic_NCR5380_precv()
H A Dppa.c363 insw(ppb + 4, buffer, len >> 1); in ppa_in()
H A Dimm.c432 insw(ppb + 4, buffer, len >> 2); in imm_in()
/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.c1202 insw(ioaddr + DATA_1 , data, packet_length >> 1); in smc_rcv()
/linux/drivers/net/ethernet/fujitsu/
H A Dfmvj18x_cs.c1003 insw(ioaddr + DATAPORT, skb_put(skb, pkt_len), in fjn_rx()
/linux/drivers/net/ethernet/amd/
H A Dnmclan_cs.c1107 insw(ioaddr + AM2150_RCV, skb_put(skb, pkt_len), pkt_len>>1); in mace_rx()

12