/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 240 void outsb(unsigned long, const void *, unsigned long); 243 #define outsb outsb macro 273 outsb((unsigned long __force)port, buf, count); in writesb()
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | iohelper.h | 40 outsb(hw->ap.port + off, dp, size); \ 62 outsb(hw->ap.port, dp, size); \
|
H A D | w6692.c | 293 outsb(card->addr + W_D_XFIFO, ptr, count); in W6692_fill_Dfifo() 514 outsb(wch->addr + W_B_XFIFO, ptr, MISDN_BCH_FILL_SIZE); in W6692_fill_Bfifo() 518 outsb(wch->addr + W_B_XFIFO, ptr, count); in W6692_fill_Bfifo()
|
/linux/arch/sparc/lib/ |
H A D | PeeCeeI.c | 13 void outsb(unsigned long __addr, const void *src, unsigned long count) in outsb() function 21 EXPORT_SYMBOL(outsb);
|
/linux/arch/sh/include/asm/ |
H A D | io_noioport.h | 64 static inline void outsb(unsigned long port, const void *src, unsigned long count) in outsb() function
|
H A D | io.h | 265 #define outsb outsb macro
|
/linux/arch/alpha/include/asm/ |
H A D | io.h | 618 extern void outsb (unsigned long port, const void *src, unsigned long count); 625 #define outsb outsb macro
|
/linux/sound/isa/gus/ |
H A D | gus_dram.c | 28 outsb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_poke()
|
H A D | gus_pcm.c | 300 outsb(GUSP(gus, DRAM), buf, len); in snd_gf1_pcm_poke_block()
|
/linux/drivers/media/rc/ |
H A D | winbond-cir.c | 435 outsb(data->sbase + WBCIR_REG_SP3_TXDATA, bytes, used - 1); in wbcir_irq_tx() 442 outsb(data->sbase + WBCIR_REG_SP3_RXDATA, bytes, used); in wbcir_irq_tx() 828 outsb(data->wbase + WBCIR_REG_WCEIR_DATA, match, 11); in wbcir_shutdown() 832 outsb(data->wbase + WBCIR_REG_WCEIR_DATA, mask, 11); in wbcir_shutdown()
|
/linux/drivers/scsi/pcmcia/ |
H A D | nsp_io.h | 129 outsb(BaseAddr + Register, buf, count); in nsp_multi_write_1()
|
/linux/arch/alpha/kernel/ |
H A D | io.c | 399 void outsb(unsigned long port, const void *src, unsigned long count) in outsb() function 405 EXPORT_SYMBOL(outsb);
|
/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 329 #define outsb isa_outsb macro 362 #define outsb(port, buf, nr) ((port) < 1024 ? isa_rom_outsb((port), (buf), (nr)) : isa_outsb((port)… macro
|
/linux/arch/riscv/include/asm/ |
H A D | io.h | 118 #define outsb(addr, buffer, count) __outsb(PCI_IOBASE + (addr), buffer, count) macro
|
/linux/arch/powerpc/include/asm/ |
H A D | io-defs.h | 49 DEF_PCI_AC_NORET(outsb, (unsigned long p, const void *b, unsigned long c),
|
/linux/drivers/net/arcnet/ |
H A D | arcdevice.h | 394 outsb((addr) + BUS_ALIGN * (offset), buffer, count)
|
/linux/sound/drivers/opl4/ |
H A D | opl4_lib.c | 91 outsb(opl4->pcm_port + 1, buf, size); in snd_opl4_write_memory()
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-lpc.c | 174 .outsb = opal_lpc_outsb,
|
/linux/arch/arm/include/asm/ |
H A D | io.h | 247 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) macro
|
/linux/lib/ |
H A D | iomap.c | 386 IO_COND(addr, outsb(port, src, count), mmio_outsb(addr, src, count)); in iowrite8_rep()
|
/linux/arch/parisc/lib/ |
H A D | iomap.c | 123 outsb(ADDR2PORT(addr), s, n); in ioport_write8r()
|
/linux/drivers/scsi/ |
H A D | g_NCR5380.c | 628 outsb(hostdata->io_port + hostdata->c400_host_buf, in generic_NCR5380_psend()
|
H A D | ppa.c | 315 outsb(ppb + 4, buffer, len); in ppa_out()
|
H A D | imm.c | 379 outsb(ppb + 4, buffer, len); in imm_out()
|
/linux/drivers/parport/ |
H A D | parport_pc.c | 353 outsb(EPPDATA(port), buf, length); in parport_pc_epp_write_data() 404 outsb(EPPADDR(port), buf, length); in parport_pc_epp_write_addr() 557 outsb(fifo, bufp, n); in parport_pc_fifo_write_block_pio()
|