| /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()
|
| H A D | avmfritz.c | 205 outsb(fc->addr + CHIP_WINDOW, data, size); in WriteFiFoISAC_V1()
|
| H A D | netjet.c | 172 outsb(card->base + NJ_ISAC_OFF, data, size); in WriteFiFoISAC_nj()
|
| /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
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 625 extern void outsb (unsigned long port, const void *src, unsigned long count); 632 #define outsb outsb macro
|
| /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 | 122 #define outsb(addr, buffer, count) __outsb(PCI_IOBASE + (addr), buffer, count) macro
|
| /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 | 87 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/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/tty/hvc/ |
| H A D | hvc_xen.c | 699 outsb(0xe9, str, len); in xen_hvm_early_write()
|
| /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()
|
| /linux/sound/isa/gus/ |
| H A D | gus_pcm.c | 294 outsb(GUSP(gus, DRAM), buf, len); in snd_gf1_pcm_poke_block()
|