Home
last modified time | relevance | path

Searched refs:insb (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/arch/i386/bits/
Dio.h58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() function
/third_party/musl/arch/x86_64/bits/
Dio.h58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() function
/third_party/musl/arch/x32/bits/
Dio.h58 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/
Dmusb_io.h32 { insb((unsigned long)addr, buf, len); } in readsb()
/third_party/uboot/u-boot-2020.01/arch/sh/include/asm/
Dio.h96 #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/
Dio.h73 void insb(unsigned long port, void *dst, unsigned long count);
/third_party/uboot/u-boot-2020.01/include/
Dusbdevice.h81 #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/
Dio.h133 #define insb(a, b, l) io_insb(a, b, l) macro
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/
Dio.h255 #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/
Dio.h242 #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/
Dio.h80 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/
Dio.h274 #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/
Dio.h46 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) macro
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dio.h43 #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/
DX86InstrInfo.td2215 "insb\t{%dx, $dst|$dst, dx}", []>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc8896 { 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 }, },