| /OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/ |
| H A D | io.h | 69 #define outsb outsb macro 70 extern void outsb(unsigned int port, const void *buf, int sz);
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | io.h | 226 #define outsb outsb macro 227 static inline void outsb(unsigned long port, const void *src, in outsb() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | logic_pio.h | 93 #ifndef outsb 94 #define outsb logic_outsb macro
|
| /OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/ |
| H A D | iohelper.h | 40 outsb(hw->ap.port + off, dp, size); \ 62 outsb(hw->ap.port, dp, size); \
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | io.h | 629 #ifndef outsb 630 #define outsb outsb macro 631 static inline void outsb(unsigned long addr, const void *buffer, in outsb() function 685 outsb(addr, buffer, count); in outsb_p()
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/ |
| H A D | io.h | 255 #define outsb outsb macro 256 static inline void outsb(u32 io_addr, const void *p, u32 count) in outsb() function 467 outsb(port & PIO_MASK, vaddr, count); in iowrite8_rep()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/ |
| H A D | io.c | 349 void outsb(unsigned int port, const void *from, int len) in outsb() function 379 EXPORT_SYMBOL(outsb);
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | io.h | 354 #define outsb outsb macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | io_noioport.h | 71 static inline void outsb(unsigned long port, const void *src, unsigned long count) in outsb() function
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/include/mach/ |
| H A D | io-s3c24xx.h | 40 #define outsb(p,d,l) writesb(S3C24XX_VA_ISA_BYTE + (p),d,l) macro
|
| /OK3568_Linux_fs/kernel/sound/isa/gus/ |
| H A D | gus_dram.c | 28 outsb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_poke()
|
| /OK3568_Linux_fs/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)
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | io_64.h | 239 void outsb(unsigned long, const void *, unsigned long); 262 outsb((unsigned long __force)port, buf, count); in writesb()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 40 { outsb((unsigned long)addr, buf, len); } in writesb()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | io.c | 382 void outsb(unsigned long port, const void *src, unsigned long count) in outsb() function 388 EXPORT_SYMBOL(outsb);
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | io.h | 77 void outsb(unsigned long port, const void *src, unsigned long count);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/pcmcia/ |
| H A D | nsp_io.h | 129 outsb(BaseAddr + Register, buf, count); in nsp_multi_write_1()
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | io.h | 115 #define outsb(a,b,l) io_outsb(a,b,l) macro
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 260 #define outsb(p, d, l) writesb(__io(p), d, l) macro 339 #define outsb_p(port, from, len) outsb(port, from, len)
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | io_mm.h | 331 #define outsb isa_outsb macro 364 #define outsb(port, buf, nr) ((port) < 1024 ? isa_rom_outsb((port), (buf), (nr)) : isa_outsb((port)… macro
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | io.h | 282 static inline void outsb(unsigned long port, const void *buffer, int count) in outsb() function
|
| /OK3568_Linux_fs/kernel/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),
|