| /linux/arch/m68k/include/asm/ |
| H A D | parport.h | 16 #undef outsl 18 #define outsl(port,buf,len) isa_outsb(port,buf,(len)<<2) macro
|
| H A D | io_mm.h | 331 #define outsl isa_outsl macro 364 #define outsl isa_outsl macro
|
| /linux/arch/arm/mach-rpc/ |
| H A D | io-acorn.S | 25 ENTRY(outsl)
|
| /linux/arch/sparc/lib/ |
| H A D | PeeCeeI.c | 34 void outsl(unsigned long __addr, const void *src, unsigned long count) in outsl() function 86 EXPORT_SYMBOL(outsl);
|
| /linux/arch/sh/include/asm/ |
| H A D | io_noioport.h | 74 static inline void outsl(unsigned long port, const void *src, unsigned long count) in outsl() function
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 627 extern void outsl (unsigned long port, const void *src, unsigned long count); 634 #define outsl outsl macro
|
| /linux/drivers/scsi/pcmcia/ |
| H A D | nsp_io.h | 165 outsl(BaseAddr + Register, buf, count); in nsp_multi_write_4()
|
| H A D | sym53c500_cs.c | 333 outsl(base + PIO_FIFO, request, len >> 2); in SYM53C500_pio_write()
|
| /linux/arch/alpha/kernel/ |
| H A D | io.c | 471 void outsl(unsigned long port, const void *src, unsigned long count) in outsl() function 477 EXPORT_SYMBOL(outsl);
|
| /linux/drivers/scsi/ |
| H A D | nsp32_io.h | 248 outsl(base + reg, buf, count); in nsp32_multi_write4()
|
| H A D | ppa.c | 311 outsl(ppb + 4, buffer, len >> 2); in ppa_out()
|
| H A D | imm.c | 375 outsl(ppb + 4, buffer, len >> 2); in imm_out()
|
| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 124 #define outsl(addr, buffer, count) __outsl(PCI_IOBASE + (addr), buffer, count) macro
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-lpc.c | 176 .outsl = opal_lpc_outsl,
|
| /linux/lib/ |
| H A D | iomap.c | 398 IO_COND(addr, outsl(port, src,count), mmio_outsl(addr, src, count)); in iowrite32_rep()
|
| /linux/arch/parisc/lib/ |
| H A D | iomap.c | 133 outsl(ADDR2PORT(addr), s, n); in ioport_write32r()
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | ne2k-pci.c | 626 outsl(NE_BASE + NE_DATAPORT, buf, count >> 2); in ne2k_pci_block_output()
|
| /linux/drivers/parport/ |
| H A D | parport_pc.c | 348 outsl(EPPDATA(port), buf, (length >> 2)); in parport_pc_epp_write_data()
|