/kernel/linux/linux-5.10/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);
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | io.h | 8 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing" 226 #define outsb outsb macro 227 static inline void outsb(unsigned long port, const void *src, in outsb() function
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | io.h | 8 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing" 214 #define outsb outsb macro 215 static inline void outsb(unsigned long port, const void *src, in outsb() function
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | logic_pio.h | 93 #ifndef outsb 94 #define outsb logic_outsb macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | logic_pio.h | 93 #ifndef outsb 94 #define outsb logic_outsb macro
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | iohelper.h | 40 outsb(hw->ap.port + off, dp, size); \ 62 outsb(hw->ap.port, dp, size); \
|
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | iohelper.h | 40 outsb(hw->ap.port + off, dp, size); \ 62 outsb(hw->ap.port, dp, size); \
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/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); variable
|
/kernel/linux/linux-6.6/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); variable
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/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); variable
|
/kernel/linux/linux-5.10/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); variable
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | io.h | 8 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing" 354 #define outsb outsb macro
|
/kernel/linux/linux-6.6/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); variable
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | io.h | 8 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing" 306 #define outsb outsb macro
|
/kernel/linux/linux-5.10/sound/isa/gus/ |
H A D | gus_dram.c | 28 outsb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_poke()
|