/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/ |
H A D | io.h | 62 #define insb insb macro 63 extern void insb(unsigned int port, 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" 199 #define insb insb macro 200 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() 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" 187 #define insb insb macro 188 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
|
/kernel/linux/linux-6.6/arch/hexagon/include/asm/ |
H A D | io.h | 251 static inline void insb(unsigned long port, void *buffer, int count) in insb() function 331 #define insb insb macro
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | io.h | 212 extern void insb (unsigned long port, void *dst, unsigned long count); 218 #define insb insb macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | logic_pio.h | 81 #ifndef insb 82 #define insb logic_insb macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | logic_pio.h | 81 #ifndef insb 82 #define insb logic_insb macro
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | iohelper.h | 36 insb(hw->ap.port + off, dp, size); \ 57 insb(hw->ap.port, dp, size); \
|
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | iohelper.h | 36 insb(hw->ap.port + off, dp, size); \ 57 insb(hw->ap.port, dp, size); \
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | io.h | 605 #ifndef insb 606 #define insb insb macro 607 static inline void insb(unsigned long addr, void *buffer, unsigned int count) in insb() function 660 insb(addr, buffer, count); in insb_p()
|
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/ |
H A D | io.h | 308 #define insb insb macro 309 static inline void insb(u32 io_addr, void *p, u32 count) in insb() function 379 insb(port & PIO_MASK, vaddr, count); in ioread8_rep()
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | io_64.h | 246 void insb(unsigned long, void *, unsigned long); 249 #define insb insb macro 255 insb((unsigned long __force)port, buf, count); in readsb()
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | io_noioport.h | 49 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | PeeCeeI.c | 88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb() function 114 EXPORT_SYMBOL(insb); variable
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | PeeCeeI.c | 88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb() function 114 EXPORT_SYMBOL(insb); variable
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | io_noioport.h | 56 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/ |
H A D | io-s3c24xx.h | 36 #define insb(p,d,l) readsb(S3C24XX_VA_ISA_BYTE + (p),d,l) macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | io.h | 688 #ifndef insb 689 #define insb insb macro 690 static inline void insb(unsigned long addr, void *buffer, unsigned int count) in insb() function 743 insb(addr, buffer, count); in insb_p()
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | ad7606_par.c | 38 insb((unsigned long)st->base_address, buf, count * 2); in ad7606_par8_read_block()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ad7606_par.c | 39 insb((unsigned long)st->base_address, buf, count * 2); in ad7606_par8_read_block()
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | io.h | 621 extern void insb (unsigned long port, void *dst, unsigned long count); 628 #define insb insb macro
|
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/ |
H A D | io.c | 364 void insb(unsigned int port, void *from, int len) in insb() function 380 EXPORT_SYMBOL(insb); variable
|
/kernel/linux/linux-5.10/arch/parisc/lib/ |
H A D | io.c | 127 void insb (unsigned long port, void *dst, unsigned long count) in insb() function 314 * Like insb but in the opposite direction. 484 EXPORT_SYMBOL(insb); 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" 344 #define insb insb macro
|
/kernel/linux/linux-6.6/arch/parisc/lib/ |
H A D | io.c | 127 void insb (unsigned long port, void *dst, unsigned long count) in insb() function 314 * Like insb but in the opposite direction. 484 EXPORT_SYMBOL(insb); variable
|