Home
last modified time | relevance | path

Searched refs:outsw (Results 1 – 25 of 44) sorted by relevance

12

/linux/include/linux/
H A Dlogic_pio.h94 #ifndef outsw
95 #define outsw logic_outsw macro
/linux/arch/hexagon/include/asm/
H A Dio.h285 static inline void outsw(unsigned long port, const void *buffer, int count) in outsw() function
326 #define outsw outsw macro
/linux/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/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); in writesw()
/linux/arch/sparc/lib/
H A DPeeCeeI.c23 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 Dio_noioport.h69 static inline void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function
H A Dio.h266 #define outsw outsw macro
/linux/include/asm-generic/
H A Dio.h722 #ifndef outsw
723 #define outsw outsw macro
724 static inline void outsw(unsigned long addr, const void *buffer, in outsw() function
778 outsw(addr, buffer, count); in outsw_p()
/linux/arch/parisc/lib/
H A Dio.c337 void outsw (unsigned long port, const void *src, unsigned long count) in outsw() function
488 EXPORT_SYMBOL(outsw);
H A Diomap.c128 outsw(ADDR2PORT(addr), s, n); in ioport_write16r()
/linux/arch/x86/include/asm/
H A Dio.h325 #define outsw outsw macro
/linux/arch/alpha/include/asm/
H A Dio.h618 extern void outsw (unsigned long port, const void *src, unsigned long count);
625 #define outsw outsw macro
/linux/arch/mips/include/asm/
H A Dio.h558 #define outsw outsw macro
/linux/drivers/scsi/pcmcia/
H A Dnsp_io.h147 outsw(BaseAddr + Register, buf, count); in nsp_multi_write_2()
/linux/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/arch/riscv/include/asm/
H A Dio.h119 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) macro
/linux/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)… macro
/linux/arch/alpha/kernel/
H A Dio.c439 void outsw(unsigned long port, const void *src, unsigned long count) in outsw() function
445 EXPORT_SYMBOL(outsw);
/linux/drivers/cdrom/
H A Dgdrom.c201 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 Dopal-lpc.c175 .outsw = opal_lpc_outsw,
/linux/lib/
H A Diomap.c392 IO_COND(addr, outsw(port, src, count), mmio_outsw(addr, src, count)); in iowrite16_rep()
/linux/drivers/net/ethernet/8390/
H A Dmcf8390.c136 #define ei_outsw outsw
H A Dsmc-ultra.c533 outsw(ioaddr + IOPD, buf, (count+1)>>1); in ultra_pio_output()
/linux/arch/arm/include/asm/
H A Dio.h248 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro

12