/openbmc/linux/arch/ia64/include/asm/ |
H A D | io.h | 214 #define outsb outsb macro 215 static inline void outsb(unsigned long port, const void *src, in outsb() function
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | io.h | 215 extern void outsb (unsigned long port, const void *src, unsigned long count); 221 #define outsb outsb macro
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | io.h | 284 static inline void outsb(unsigned long port, const void *buffer, int count) in outsb() function 334 #define outsb outsb macro
|
/openbmc/linux/include/linux/ |
H A D | logic_pio.h | 93 #ifndef outsb 94 #define outsb logic_outsb macro
|
/openbmc/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()
|
/openbmc/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); \
|
/openbmc/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);
|
/openbmc/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
|
/openbmc/linux/include/asm-generic/ |
H A D | io.h | 712 #ifndef outsb 713 #define outsb outsb macro 714 static inline void outsb(unsigned long addr, const void *buffer, in outsb() function 768 outsb(addr, buffer, count); in outsb_p()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | io.h | 306 #define outsb outsb macro
|
/openbmc/linux/arch/parisc/lib/ |
H A D | io.c | 319 void outsb(unsigned long port, const void * src, unsigned long count) in outsb() function 487 EXPORT_SYMBOL(outsb);
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_dram.c | 28 outsb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_poke()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | io.h | 624 extern void outsb (unsigned long port, const void *src, unsigned long count); 631 #define outsb outsb macro
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_io.h | 39 { outsb((unsigned long)addr, buf, len); } in writesb()
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | io.h | 92 #define outsb(p, d, l) __raw_writesb(p, d, l) macro 107 #define outsb_p(port, from, len) outsb(port, from, len)
|
/openbmc/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()
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | io.h | 76 void outsb(unsigned long port, const void *src, unsigned long count);
|
/openbmc/linux/drivers/scsi/pcmcia/ |
H A D | nsp_io.h | 129 outsb(BaseAddr + Register, buf, count); in nsp_multi_write_1()
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | io.h | 129 #define outsb(a, b, l) io_outsb(a, b, l) macro
|
/openbmc/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);
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | io.h | 118 #define outsb(addr, buffer, count) __outsb(PCI_IOBASE + (addr), buffer, count) macro
|
/openbmc/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),
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 251 #define outsb(p, d, l) writesb(__io(p), d, l) macro 330 #define outsb_p(port, from, len) outsb(port, from, len)
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 238 #define outsb(p, d, l) writesb(__io(p), d, l) macro 344 #define outsb_p(port, from, len) outsb(port, from, len)
|