Home
last modified time | relevance | path

Searched refs:outsb (Results 1 – 25 of 38) sorted by relevance

12

/linux/include/linux/
H A Dlogic_pio.h90 #ifndef outsb
91 #define outsb logic_outsb macro
/linux/arch/parisc/include/asm/
H A Dio.h206 extern void outsb (unsigned long port, const void *src, unsigned long count);
212 #define outsb outsb macro
/linux/arch/sparc/include/asm/
H A Dio_64.h240 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 Diohelper.h40 outsb(hw->ap.port + off, dp, size); \
62 outsb(hw->ap.port, dp, size); \
/linux/arch/sparc/lib/
H A DPeeCeeI.c13 void outsb(unsigned long __addr, const void *src, unsigned long count) in outsb() function
21 EXPORT_SYMBOL(outsb);
/linux/include/asm-generic/
H A Dio.h792 #ifndef outsb
793 #define outsb outsb macro
795 static inline void outsb(unsigned long addr, const void *buffer, in outsb() function
801 void outsb(unsigned long addr, const void *buffer, unsigned int count)
863 outsb(addr, buffer, count); in outsb_p()
/linux/arch/parisc/lib/
H A Dio.c211 void outsb(unsigned long port, const void * src, unsigned long count) in outsb() function
379 EXPORT_SYMBOL(outsb);
/linux/arch/sh/include/asm/
H A Dio_noioport.h64 static inline void outsb(unsigned long port, const void *src, unsigned long count) in outsb() function
H A Dio.h245 #define outsb outsb macro
/linux/arch/powerpc/include/asm/
H A Dio-defs.h13 DEF_PCI_AC_NORET(outsb, (unsigned long p, const void *b, unsigned long c), (p, b, c))
H A Dio.h683 #define outsb outsb macro
/linux/arch/x86/include/asm/
H A Dio.h322 #define outsb outsb macro
/linux/arch/alpha/include/asm/
H A Dio.h625 extern void outsb (unsigned long port, const void *src, unsigned long count);
632 #define outsb outsb macro
/linux/sound/isa/gus/
H A Dgus_dram.c27 outsb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_poke()
/linux/arch/mips/include/asm/
H A Dio.h541 #define outsb outsb macro
/linux/drivers/media/rc/
H A Dwinbond-cir.c435 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 Dnsp_io.h129 outsb(BaseAddr + Register, buf, count); in nsp_multi_write_1()
/linux/arch/alpha/kernel/
H A Dio.c399 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 Dio_mm.h329 #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 Dio.h122 #define outsb(addr, buffer, count) __outsb(PCI_IOBASE + (addr), buffer, count) macro
/linux/drivers/net/arcnet/
H A Darcdevice.h394 outsb((addr) + BUS_ALIGN * (offset), buffer, count)
/linux/sound/drivers/opl4/
H A Dopl4_lib.c87 outsb(opl4->pcm_port + 1, buf, size); in snd_opl4_write_memory()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c174 .outsb = opal_lpc_outsb,
/linux/drivers/net/ethernet/8390/
H A Dmcf8390.c135 #define ei_outsb outsb
/linux/arch/arm/include/asm/
H A Dio.h247 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) macro

12