Home
last modified time | relevance | path

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

12

/linux-6.15/include/linux/
H A Dlogic_pio.h94 #ifndef outsw
95 #define outsw logic_outsw macro
/linux-6.15/arch/parisc/include/asm/
H A Dio.h207 extern void outsw (unsigned long port, const void *src, unsigned long count);
213 #define outsw outsw macro
/linux-6.15/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-6.15/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-6.15/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.h246 #define outsw outsw macro
/linux-6.15/include/asm-generic/
H A Dio.h772 #ifndef outsw
773 #define outsw outsw macro
775 static inline void outsw(unsigned long addr, const void *buffer, in outsw() function
781 void outsw(unsigned long addr, const void *buffer, unsigned int count)
838 outsw(addr, buffer, count); in outsw_p()
/linux-6.15/arch/parisc/lib/
H A Dio.c229 void outsw (unsigned long port, const void *src, unsigned long count) in outsw() function
380 EXPORT_SYMBOL(outsw);
H A Diomap.c128 outsw(ADDR2PORT(addr), s, n); in ioport_write16r()
/linux-6.15/arch/powerpc/include/asm/
H A Dio-defs.h14 DEF_PCI_AC_NORET(outsw, (unsigned long p, const void *b, unsigned long c), (p, b, c))
H A Dio.h684 #define outsw outsw macro
/linux-6.15/arch/x86/include/asm/
H A Dio.h323 #define outsw outsw macro
/linux-6.15/arch/alpha/include/asm/
H A Dio.h626 extern void outsw (unsigned long port, const void *src, unsigned long count);
633 #define outsw outsw macro
/linux-6.15/arch/mips/include/asm/
H A Dio.h542 #define outsw outsw macro
/linux-6.15/drivers/scsi/pcmcia/
H A Dnsp_io.h147 outsw(BaseAddr + Register, buf, count); in nsp_multi_write_2()
/linux-6.15/arch/riscv/include/asm/
H A Dio.h119 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) macro
/linux-6.15/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-6.15/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-6.15/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-6.15/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c175 .outsw = opal_lpc_outsw,
/linux-6.15/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-6.15/lib/
H A Diomap.c392 IO_COND(addr, outsw(port, src, count), mmio_outsw(addr, src, count)); in iowrite16_rep()
/linux-6.15/arch/arm/include/asm/
H A Dio.h248 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
/linux-6.15/drivers/scsi/
H A Dfdomain.c259 outsw(fd->base + REG_FIFO, ptr, len >> 1); in fdomain_write_data()

12