/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 241 void outsw(unsigned long, const void *, unsigned long); 244 #define outsw outsw macro 279 outsw((unsigned long __force)port, buf, count); in writesw()
|
/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
|
H A D | io.h | 266 #define outsw outsw macro
|
/linux/arch/alpha/include/asm/ |
H A D | io.h | 619 extern void outsw (unsigned long port, const void *src, unsigned long count); 626 #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 | 119 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) macro
|
/linux/arch/powerpc/include/asm/ |
H A D | io-defs.h | 51 DEF_PCI_AC_NORET(outsw, (unsigned long p, const void *b, unsigned long c),
|
/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/arch/arm/include/asm/ |
H A D | io.h | 248 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
|
/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()
|
/linux/drivers/scsi/ |
H A D | fdomain.c | 259 outsw(fd->base + REG_FIFO, ptr, len >> 1); in fdomain_write_data()
|
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()
|
/linux/drivers/usb/host/ |
H A D | isp1362.h | 705 outsw((unsigned long)isp1362_hcd->data_reg, dp, len >> 1); in isp1362_write_fifo()
|
/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()
|