Symbol: outsw
arch/alpha/include/asm/io.h
626
extern void outsw (unsigned long port, const void *src, unsigned long count);
arch/alpha/include/asm/io.h
633
#define outsw outsw
arch/alpha/kernel/io.c
445
EXPORT_SYMBOL(outsw);
arch/mips/include/asm/io.h
542
#define outsw outsw
arch/parisc/include/asm/io.h
207
extern void outsw (unsigned long port, const void *src, unsigned long count);
arch/parisc/include/asm/io.h
213
#define outsw outsw
arch/parisc/lib/io.c
380
EXPORT_SYMBOL(outsw);
arch/parisc/lib/iomap.c
128
outsw(ADDR2PORT(addr), s, n);
arch/powerpc/include/asm/io-defs.h
14
DEF_PCI_AC_NORET(outsw, (unsigned long p, const void *b, unsigned long c), (p, b, c))
arch/powerpc/include/asm/io.h
684
#define outsw outsw
arch/powerpc/platforms/powernv/opal-lpc.c
175
.outsw = opal_lpc_outsw,
arch/sh/include/asm/io.h
246
#define outsw outsw
arch/sparc/include/asm/io_64.h
241
void outsw(unsigned long, const void *, unsigned long);
arch/sparc/include/asm/io_64.h
244
#define outsw outsw
arch/sparc/include/asm/io_64.h
279
outsw((unsigned long __force)port, buf, count);
arch/sparc/lib/PeeCeeI.c
32
EXPORT_SYMBOL(outsw);
arch/x86/include/asm/io.h
323
#define outsw outsw
drivers/cdrom/gdrom.c
201
outsw(GDROM_DATA_REG, cmd, 6);
drivers/cdrom/gdrom.c
615
outsw(GDROM_DATA_REG, &read_command->cmd, 6);
drivers/comedi/drivers/cb_pcidas.c
991
outsw(devpriv->pcibar4 + PCIDAS_AO_FIFO_REG,
drivers/net/ethernet/8390/axnet_cs.c
685
outsw(nic_base + AXNET_DATAPORT, buf, count>>1);
drivers/net/ethernet/8390/mcf8390.c
136
#define ei_outsw outsw
drivers/net/ethernet/8390/ne.c
735
outsw(NE_BASE + NE_DATAPORT, buf, count>>1);
drivers/net/ethernet/8390/ne2k-pci.c
624
outsw(NE_BASE + NE_DATAPORT, buf, count >> 1);
drivers/net/ethernet/8390/pcnet_cs.c
1265
outsw(nic_base + PCNET_DATAPORT, buf, count>>1);
drivers/net/ethernet/8390/smc-ultra.c
533
outsw(ioaddr + IOPD, buf, (count+1)>>1);
drivers/net/ethernet/amd/nmclan_cs.c
886
outsw(ioaddr + AM2150_XMT, skb->data, skb->len >> 1);
drivers/net/ethernet/fujitsu/fmvj18x_cs.c
842
outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1);
drivers/net/ethernet/smsc/smc9194.c
644
outsw(ioaddr + DATA_1 , buf, (length ) >> 1);
drivers/net/ethernet/smsc/smc91c92_cs.c
1162
outsw(ioaddr + DATA_1, buf, length >> 1);
drivers/net/ethernet/xircom/xirc2ps_cs.c
1253
outsw(ioaddr+XIRCREG_EDP, skb->data, pktlen>>1);
drivers/parport/parport_pc.c
351
outsw(EPPDATA(port), buf, length >> 1);
drivers/scsi/aha152x.c
2164
outsw(DATAPORT, acp->ptr, data_count);
drivers/scsi/fdomain.c
259
outsw(fd->base + REG_FIFO, ptr, len >> 1);
drivers/scsi/g_NCR5380.c
625
outsw(hostdata->io_port + hostdata->c400_host_buf,
drivers/scsi/imm.c
377
outsw(ppb + 4, buffer, len >> 1);
drivers/scsi/pcmcia/nsp_io.h
147
outsw(BaseAddr + Register, buf, count);
drivers/scsi/ppa.c
313
outsw(ppb + 4, buffer, len >> 1);
include/asm-generic/io.h
806
#ifndef outsw
include/asm-generic/io.h
807
#define outsw outsw
include/asm-generic/io.h
815
void outsw(unsigned long addr, const void *buffer, unsigned int count)
include/asm-generic/io.h
872
outsw(addr, buffer, count);
include/linux/logic_pio.h
94
#ifndef outsw
lib/iomap.c
392
IO_COND(addr, outsw(port, src, count), mmio_outsw(addr, src, count));
sound/isa/gus/gus_pcm.c
292
outsw(GUSP(gus, GF1DATALOW), buf, len >> 1);