| /linux/arch/sparc/lib/ |
| H A D | PeeCeeI.c | 23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw() function 32 EXPORT_SYMBOL(outsw);
|
| /linux/arch/sh/include/asm/ |
| H A D | io_noioport.h | 69 static inline void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 626 extern void outsw (unsigned long port, const void *src, unsigned long count); 633 #define outsw outsw macro
|
| /linux/drivers/scsi/pcmcia/ |
| H A D | nsp_io.h | 147 outsw(BaseAddr + Register, buf, count); in nsp_multi_write_2()
|
| /linux/arch/alpha/kernel/ |
| H A D | io.c | 439 void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function 445 EXPORT_SYMBOL(outsw);
|
| /linux/arch/m68k/include/asm/ |
| H A D | io_mm.h | 330 #define outsw isa_outsw macro 363 #define outsw(port, buf, nr) ((port) < 1024 ? isa_rom_outsw((port), (buf), (nr)) : isa_outsw((port)… macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 123 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) macro
|
| /linux/drivers/cdrom/ |
| H A D | gdrom.c | 201 outsw(GDROM_DATA_REG, cmd, 6); in gdrom_spicommand() 615 outsw(GDROM_DATA_REG, &read_command->cmd, 6); in gdrom_readdisk_dma()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-lpc.c | 175 .outsw = opal_lpc_outsw,
|
| /linux/lib/ |
| H A D | iomap.c | 392 IO_COND(addr, outsw(port, src, count), mmio_outsw(addr, src, count)); in iowrite16_rep()
|
| /linux/arch/parisc/lib/ |
| H A D | iomap.c | 128 outsw(ADDR2PORT(addr), s, n); in ioport_write16r()
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | smc-ultra.c | 533 outsw(ioaddr + IOPD, buf, (count+1)>>1); in ultra_pio_output()
|
| H A D | ne2k-pci.c | 624 outsw(NE_BASE + NE_DATAPORT, buf, count >> 1); in ne2k_pci_block_output()
|
| H A D | axnet_cs.c | 685 outsw(nic_base + AXNET_DATAPORT, buf, count>>1); in block_output()
|
| H A D | pcnet_cs.c | 1265 outsw(nic_base + PCNET_DATAPORT, buf, count>>1); in dma_block_output()
|
| /linux/drivers/scsi/ |
| H A D | g_NCR5380.c | 625 outsw(hostdata->io_port + hostdata->c400_host_buf, in generic_NCR5380_psend()
|
| H A D | ppa.c | 313 outsw(ppb + 4, buffer, len >> 1); in ppa_out()
|
| H A D | imm.c | 377 outsw(ppb + 4, buffer, len >> 1); in imm_out()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc9194.c | 644 outsw(ioaddr + DATA_1 , buf, (length ) >> 1); in smc_hardware_send_packet()
|
| H A D | smc91c92_cs.c | 1162 outsw(ioaddr + DATA_1, buf, length >> 1); in smc_hardware_send_packet()
|
| /linux/drivers/net/ethernet/fujitsu/ |
| H A D | fmvj18x_cs.c | 842 outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1); in fjn_start_xmit()
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | nmclan_cs.c | 886 outsw(ioaddr + AM2150_XMT, skb->data, skb->len >> 1); in mace_start_xmit()
|
| /linux/sound/isa/gus/ |
| H A D | gus_pcm.c | 292 outsw(GUSP(gus, GF1DATALOW), buf, len >> 1); in snd_gf1_pcm_poke_block()
|
| /linux/drivers/net/ethernet/xircom/ |
| H A D | xirc2ps_cs.c | 1253 outsw(ioaddr+XIRCREG_EDP, skb->data, pktlen>>1); in do_start_xmit()
|
| /linux/drivers/comedi/drivers/ |
| H A D | cb_pcidas.c | 991 outsw(devpriv->pcibar4 + PCIDAS_AO_FIFO_REG, in cb_pcidas_ao_load_fifo()
|