| /Linux-v5.4/arch/arm/mach-ebsa110/include/mach/ |
| D | io.h | 62 #define insb insb macro 63 extern void insb(unsigned int port, void *buf, int sz);
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | io.h | 199 #define insb insb macro 200 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() function
|
| /Linux-v5.4/include/linux/ |
| D | logic_pio.h | 81 #ifndef insb 82 #define insb logic_insb macro
|
| /Linux-v5.4/drivers/isdn/hardware/mISDN/ |
| D | iohelper.h | 36 insb(hw->ap.port + off, dp, size); \ 57 insb(hw->ap.port, dp, size); \
|
| /Linux-v5.4/arch/sparc/lib/ |
| D | PeeCeeI.c | 88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb() function 114 EXPORT_SYMBOL(insb);
|
| /Linux-v5.4/include/asm-generic/ |
| D | io.h | 581 #ifndef insb 582 #define insb insb macro 583 static inline void insb(unsigned long addr, void *buffer, unsigned int count) in insb() function 636 insb(addr, buffer, count); in insb_p()
|
| /Linux-v5.4/arch/arm/mach-ixp4xx/include/mach/ |
| 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()
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | io_noioport.h | 56 #define insb(a, b, c) BUG() macro
|
| /Linux-v5.4/drivers/iio/adc/ |
| D | ad7606_par.c | 38 insb((unsigned long)st->base_address, buf, count * 2); in ad7606_par8_read_block()
|
| /Linux-v5.4/arch/parisc/lib/ |
| D | io.c | 127 void insb (unsigned long port, void *dst, unsigned long count) in insb() function 484 EXPORT_SYMBOL(insb);
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | io.h | 349 #define insb insb macro
|
| /Linux-v5.4/arch/arm/mach-ebsa110/ |
| D | io.c | 364 void insb(unsigned int port, void *from, int len) in insb() function 380 EXPORT_SYMBOL(insb);
|
| /Linux-v5.4/sound/isa/gus/ |
| D | gus_dram.c | 64 insb(GUSP(gus, DRAM), buffer, size1); in snd_gus_dram_peek()
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | io_64.h | 242 void insb(unsigned long, void *, unsigned long); 248 insb((unsigned long __force)port, buf, count); in readsb()
|
| /Linux-v5.4/drivers/staging/isdn/avm/ |
| D | avmcard.h | 426 insb(base + B1_READ, dp, FIFO_INPBSIZE); in t1_get_slice() 434 insb(base + B1_READ, dp, i); in t1_get_slice()
|
| /Linux-v5.4/arch/alpha/kernel/ |
| D | io.c | 242 void insb(unsigned long port, void *dst, unsigned long count) in insb() function 248 EXPORT_SYMBOL(insb);
|
| /Linux-v5.4/drivers/scsi/pcmcia/ |
| D | nsp_io.h | 72 insb(BaseAddr + Register, buf, count); in nsp_multi_read_1()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | io-defs.h | 43 DEF_PCI_AC_NORET(insb, (unsigned long p, void *b, unsigned long c),
|
| /Linux-v5.4/arch/arm/mach-s3c24xx/include/mach/ |
| D | io.h | 204 #define insb(p,d,l) __raw_readsb(__ioaddr(p),d,l) macro
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | io.h | 261 static inline void insb(unsigned long port, void *buffer, int count) in insb() function
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | io_mm.h | 328 #define insb isa_insb macro 361 #define insb(port, buf, nr) ((port) < 1024 ? isa_rom_insb((port), (buf), (nr)) : isa_insb((port), (… macro
|
| /Linux-v5.4/drivers/net/arcnet/ |
| D | arcdevice.h | 378 insb((addr) + BUS_ALIGN * (offset), buffer, count)
|
| /Linux-v5.4/sound/drivers/opl4/ |
| D | opl4_lib.c | 65 insb(opl4->pcm_port + 1, buf, size); in snd_opl4_read_memory()
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | io.h | 294 extern void insb (unsigned long port, void *dst, unsigned long count);
|
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | opal-lpc.c | 171 .insb = opal_lpc_insb,
|