Searched refs:outsw (Results 1 - 25 of 43) sorted by relevance

12

/linux-master/arch/sh/include/asm/
H A Dio_noioport.h69 static inline void outsw(unsigned long port, const void *src, unsigned long count) function
H A Dio.h266 #define outsw outsw macro
/linux-master/include/linux/
H A Dlogic_pio.h94 #ifndef outsw
95 #define outsw logic_outsw macro
/linux-master/arch/parisc/include/asm/
H A Dio.h214 extern void outsw (unsigned long port, const void *src, unsigned long count);
220 #define outsw outsw macro
/linux-master/arch/hexagon/include/asm/
H A Dio.h285 static inline void outsw(unsigned long port, const void *buffer, int count) function
326 #define outsw outsw macro
/linux-master/arch/sparc/include/asm/
H A Dio_64.h241 void outsw(unsigned long, const void *, unsigned long);
244 #define outsw outsw macro
279 outsw((unsigned long __force)port, buf, count);
/linux-master/arch/sparc/lib/
H A DPeeCeeI.c23 void outsw(unsigned long __addr, const void *src, unsigned long count) function
32 EXPORT_SYMBOL(outsw); variable
/linux-master/arch/x86/include/asm/
H A Dio.h8 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
307 #define outsw outsw macro
/linux-master/drivers/scsi/pcmcia/
H A Dnsp_io.h147 outsw(BaseAddr + Register, buf, count);
/linux-master/arch/parisc/lib/
H A Dio.c337 void outsw (unsigned long port, const void *src, unsigned long count) function
488 EXPORT_SYMBOL(outsw); variable
H A Diomap.c128 outsw(ADDR2PORT(addr), s, n);
/linux-master/arch/powerpc/include/asm/
H A Dio-defs.h51 DEF_PCI_AC_NORET(outsw, (unsigned long p, const void *b, unsigned long c),
H A Dio.h702 #define outsw outsw macro
/linux-master/include/asm-generic/
H A Dio.h721 #ifndef outsw
722 #define outsw outsw macro
723 static inline void outsw(unsigned long addr, const void *buffer, function
777 outsw(addr, buffer, count);
/linux-master/arch/alpha/include/asm/
H A Dio.h624 extern void outsw (unsigned long port, const void *src, unsigned long count);
631 #define outsw outsw macro
/linux-master/arch/alpha/kernel/
H A Dio.c439 void outsw(unsigned long port, const void *src, unsigned long count) function
445 EXPORT_SYMBOL(outsw); variable
/linux-master/arch/mips/include/asm/
H A Dio.h558 #define outsw outsw macro
/linux-master/arch/riscv/include/asm/
H A Dio.h119 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) macro
/linux-master/arch/m68k/include/asm/
H A Dio_mm.h330 #define outsw isa_outsw macro
363 #define outsw(port, buf, nr) ((port) < 1024 ? isa_rom_outsw((port), (buf), (nr)) : isa_outsw((port), (buf), (nr))) macro
/linux-master/drivers/cdrom/
H A Dgdrom.c201 outsw(GDROM_DATA_REG, cmd, 6);
615 outsw(GDROM_DATA_REG, &read_command->cmd, 6);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c175 .outsw = opal_lpc_outsw,
/linux-master/lib/
H A Diomap.c392 IO_COND(addr, outsw(port, src, count), mmio_outsw(addr, src, count));
/linux-master/drivers/net/ethernet/8390/
H A Dmcf8390.c136 #define ei_outsw outsw
/linux-master/arch/arm/include/asm/
H A Dio.h248 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
/linux-master/drivers/scsi/
H A Dg_NCR5380.c624 outsw(hostdata->io_port + hostdata->c400_host_buf,

Completed in 282 milliseconds

12