outsw
extern void outsw (unsigned long port, const void *src, unsigned long count);
#define outsw outsw
EXPORT_SYMBOL(outsw);
#define outsw outsw
extern void outsw (unsigned long port, const void *src, unsigned long count);
#define outsw outsw
EXPORT_SYMBOL(outsw);
outsw(ADDR2PORT(addr), s, n);
DEF_PCI_AC_NORET(outsw, (unsigned long p, const void *b, unsigned long c), (p, b, c))
#define outsw outsw
.outsw = opal_lpc_outsw,
#define outsw outsw
void outsw(unsigned long, const void *, unsigned long);
#define outsw outsw
outsw((unsigned long __force)port, buf, count);
EXPORT_SYMBOL(outsw);
#define outsw outsw
outsw(GDROM_DATA_REG, cmd, 6);
outsw(GDROM_DATA_REG, &read_command->cmd, 6);
outsw(devpriv->pcibar4 + PCIDAS_AO_FIFO_REG,
outsw(nic_base + AXNET_DATAPORT, buf, count>>1);
#define ei_outsw outsw
outsw(NE_BASE + NE_DATAPORT, buf, count>>1);
outsw(NE_BASE + NE_DATAPORT, buf, count >> 1);
outsw(nic_base + PCNET_DATAPORT, buf, count>>1);
outsw(ioaddr + IOPD, buf, (count+1)>>1);
outsw(ioaddr + AM2150_XMT, skb->data, skb->len >> 1);
outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1);
outsw(ioaddr + DATA_1 , buf, (length ) >> 1);
outsw(ioaddr + DATA_1, buf, length >> 1);
outsw(ioaddr+XIRCREG_EDP, skb->data, pktlen>>1);
outsw(EPPDATA(port), buf, length >> 1);
outsw(DATAPORT, acp->ptr, data_count);
outsw(fd->base + REG_FIFO, ptr, len >> 1);
outsw(hostdata->io_port + hostdata->c400_host_buf,
outsw(ppb + 4, buffer, len >> 1);
outsw(BaseAddr + Register, buf, count);
outsw(ppb + 4, buffer, len >> 1);
#ifndef outsw
#define outsw outsw
void outsw(unsigned long addr, const void *buffer, unsigned int count)
outsw(addr, buffer, count);
#ifndef outsw
IO_COND(addr, outsw(port, src, count), mmio_outsw(addr, src, count));
outsw(GUSP(gus, GF1DATALOW), buf, len >> 1);