/openbmc/linux/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
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | io.h | 205 #define insl insl macro 206 static inline void insl(unsigned long port, void *dst, unsigned long count) in insl() function
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | io.h | 214 extern void insl (unsigned long port, void *dst, unsigned long count); 220 #define insl insl macro
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | io.h | 273 static inline void insl(unsigned long port, void *buffer, int count) in insl() function 333 #define insl insl macro
|
/openbmc/linux/include/linux/ |
H A D | logic_pio.h | 89 #ifndef insl 90 #define insl logic_insl macro
|
/openbmc/linux/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()
|
/openbmc/linux/arch/arm/mach-rpc/ |
H A D | io-acorn.S | 24 ENTRY(insl)
|
/openbmc/linux/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);
|
/openbmc/linux/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()
|
/openbmc/linux/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 | 264 #define insl insl macro
|
/openbmc/linux/include/asm-generic/ |
H A D | io.h | 704 #ifndef insl 705 #define insl insl macro 706 static inline void insl(unsigned long addr, void *buffer, unsigned int count) in insl() function 759 insl(addr, buffer, count); in insl_p()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | io.h | 301 #define insl insl macro
|
/openbmc/linux/arch/parisc/lib/ |
H A D | io.c | 239 void insl (unsigned long port, void *dst, unsigned long count) in insl() function 486 EXPORT_SYMBOL(insl);
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | io.h | 623 extern void insl (unsigned long port, void *dst, unsigned long count); 630 #define insl insl macro
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_io.h | 28 { insl((unsigned long)addr, buf, len); } in readsl()
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | io.h | 98 #define insl(p, d, l) __raw_readsl(p, d, l) macro 112 #define insl_p(port, to, len) insl(port, to, len)
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | io.h | 75 void insl(unsigned long port, void *dst, unsigned long count);
|
/openbmc/linux/drivers/scsi/pcmcia/ |
H A D | nsp_io.h | 110 insl(BaseAddr + Register, buf, count); in nsp_multi_read_4()
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | io.h | 135 #define insl(a, b, l) io_insl(a, b, l) macro
|
/openbmc/linux/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);
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | io.h | 106 #define insl(addr, buffer, count) __insl(PCI_IOBASE + (addr), buffer, count) macro
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | io-defs.h | 47 DEF_PCI_AC_NORET(insl, (unsigned long p, void *b, unsigned long c),
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 257 #define insl(p, d, l) readsl(__io(p), d, l) macro 335 #define insl_p(port, to, len) insl(port, to, len)
|