| /linux-6.15/arch/m68k/include/asm/ |
| H A D | parport.h | 15 #undef insl 17 #define insl(port,buf,len) isa_insb(port,buf,(len)<<2) macro
|
| H A D | io_mm.h | 328 #define insl isa_insl macro 361 #define insl isa_insl macro
|
| /linux-6.15/include/linux/ |
| H A D | logic_pio.h | 86 #ifndef insl 87 #define insl logic_insl macro
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | io.h | 205 extern void insl (unsigned long port, void *dst, unsigned long count); 211 #define insl insl macro
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | io_64.h | 248 void insl(unsigned long, void *, unsigned long); 251 #define insl insl macro 267 insl((unsigned long __force)port, buf, count); in readsl()
|
| /linux-6.15/arch/arm/mach-rpc/ |
| H A D | io-acorn.S | 24 ENTRY(insl)
|
| /linux-6.15/arch/sparc/lib/ |
| H A D | PeeCeeI.c | 144 void insl(unsigned long __addr, void *dst, unsigned long count) in insl() function 211 EXPORT_SYMBOL(insl);
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | io_noioport.h | 59 static inline void insl(unsigned long port, void *dst, unsigned long count) in insl() function
|
| H A D | io.h | 244 #define insl insl macro
|
| /linux-6.15/drivers/scsi/ |
| H A D | qlogicfas408.c | 111 insl(qbase + 4, request, 32); in ql_pdma() 118 insl(qbase + 4, request, 21); in ql_pdma() 123 insl(qbase + 4, request, 11); in ql_pdma()
|
| H A D | nsp32_io.h | 233 insl(base + reg, buf, count); in nsp32_multi_read4()
|
| /linux-6.15/include/asm-generic/ |
| H A D | io.h | 745 #ifndef insl 746 #define insl insl macro 748 static inline void insl(unsigned long addr, void *buffer, unsigned int count) in insl() function 753 void insl(unsigned long addr, void *buffer, unsigned int count) 820 insl(addr, buffer, count); in insl_p()
|
| /linux-6.15/arch/parisc/lib/ |
| H A D | io.c | 131 void insl (unsigned long port, void *dst, unsigned long count) in insl() function 378 EXPORT_SYMBOL(insl);
|
| H A D | iomap.c | 118 insl(ADDR2PORT(addr), dst, count); in ioport_read32r()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | io-defs.h | 12 DEF_PCI_AC_NORET(insl, (unsigned long p, void *b, unsigned long c), (p, b, c))
|
| H A D | io.h | 682 #define insl insl macro
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | io.h | 317 #define insl insl macro
|
| /linux-6.15/arch/alpha/include/asm/ |
| H A D | io.h | 624 extern void insl (unsigned long port, void *dst, unsigned long count); 631 #define insl insl macro
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | io.h | 536 #define insl insl macro
|
| /linux-6.15/drivers/scsi/pcmcia/ |
| H A D | nsp_io.h | 110 insl(BaseAddr + Register, buf, count); in nsp_multi_read_4()
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | io.h | 106 #define insl(addr, buffer, count) __insl(PCI_IOBASE + (addr), buffer, count) macro
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | io.c | 377 void insl(unsigned long port, void *dst, unsigned long count) in insl() function 383 EXPORT_SYMBOL(insl);
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | opal-lpc.c | 173 .insl = opal_lpc_insl,
|
| /linux-6.15/lib/ |
| H A D | iomap.c | 374 IO_COND(addr, insl(port,dst,count), mmio_insl(addr, dst, count)); in ioread32_rep()
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | io.h | 253 #define insl(p,d,l) __raw_readsl(__io(p),d,l) macro
|