/third_party/musl/arch/i386/bits/ |
D | io.h | 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() function
|
/third_party/musl/arch/x86_64/bits/ |
D | io.h | 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() function
|
/third_party/musl/arch/x32/bits/ |
D | io.h | 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() function
|
/third_party/uboot/u-boot-2020.01/drivers/usb/musb-new/ |
D | musb_io.h | 32 { insb((unsigned long)addr, buf, len); } in readsb()
|
/third_party/uboot/u-boot-2020.01/arch/sh/include/asm/ |
D | io.h | 96 #define insb(p, d, l) __raw_readsb(p, d, l) macro 110 #define insb_p(port, to, len) insb(port, to, len)
|
/third_party/uboot/u-boot-2020.01/arch/xtensa/include/asm/ |
D | io.h | 73 void insb(unsigned long port, void *dst, unsigned long count);
|
/third_party/uboot/u-boot-2020.01/include/ |
D | usbdevice.h | 81 #ifndef insb 82 #define insb(p,to,len) mmio_insb(p,to,len) macro
|
/third_party/uboot/u-boot-2020.01/arch/microblaze/include/asm/ |
D | io.h | 133 #define insb(a, b, l) io_insb(a, b, l) macro
|
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/ |
D | io.h | 255 #define insb(p, d, l) readsb(__io(p), d, l) macro 333 #define insb_p(port, to, len) insb(port, to, len)
|
/third_party/uboot/u-boot-2020.01/arch/riscv/include/asm/ |
D | io.h | 242 #define insb(p, d, l) readsb(__io(p), d, l) macro 347 #define insb_p(port, to, len) insb(port, to, len)
|
/third_party/uboot/u-boot-2020.01/arch/nios2/include/asm/ |
D | io.h | 80 static inline void insb (unsigned long port, void *dst, unsigned long count) in insb() function
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/ |
D | io.h | 274 #define insb(p,d,l) __raw_readsb(__io(p),d,l) macro 289 #define insb_p(port,to,len) insb(port,to,len)
|
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/ |
D | io.h | 46 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) macro
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/ |
D | io.h | 43 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2215 "insb\t{%dx, $dst|$dst, dx}", []>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 8896 { 3218 /* insb */, X86::INSB, Convert__DstIdx81_1, AMFBS_None, { MCK_DX, MCK_DstIdx8 }, }, 23473 { 3218 /* insb */, X86::INSB, Convert__DstIdx81_0, AMFBS_None, { MCK_DstIdx8, MCK_DX }, },
|