Home
last modified time | relevance | path

Searched defs:inw (Results 1 – 21 of 21) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_by_2_mips.c58 const int32_t* inw = (int32_t*)in; in WebRtcSpl_DownsampleBy2() local
/external/u-boot/arch/sandbox/lib/
Dpci_io.c104 int inw(unsigned int addr) in inw() function
/external/llvm/test/MC/X86/
Dx86-32.s618 inw (%dx), %ax label
Dx86-64.s249 inw %dx label
280 inw (%dx), %ax label
Dintel-syntax.s441 inw DX define
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dx86-32.s638 inw (%dx), %ax label
Dx86-64.s254 inw %dx label
285 inw (%dx), %ax label
Dintel-syntax.s503 inw DX define
/external/u-boot/arch/xtensa/include/asm/
Dio.h61 #define inw(port) readw((u16 *)((port))) macro
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-64.s246 inw %dx label
277 inw (%dx), %ax label
/external/u-boot/arch/m68k/include/asm/
Dio.h56 #define inw(port) in_be16((u16 *)((port)+_IO_BASE)) macro
61 #define inw(port) in_le16((u16 *)((port)+_IO_BASE)) macro
/external/u-boot/arch/powerpc/include/asm/
Dio.h53 #define inw(port) in_be16((u16 *)((port)+_IO_BASE)) macro
58 #define inw(port) in_le16((u16 *)((port)+_IO_BASE)) macro
/external/u-boot/arch/microblaze/include/asm/
Dio.h42 #define inw(addr) readw (addr) macro
/external/u-boot/arch/nios2/include/asm/
Dio.h74 #define inw(addr) readw(addr) macro
/external/u-boot/arch/x86/include/asm/
Dio.h191 #define inw(port) _inw((uintptr_t)(port)) macro
/external/u-boot/arch/sh/include/asm/
Dio.h89 #define inw(p) ({ unsigned int __v = __le16_to_cpu(__raw_readw(p)); __v; }) macro
/external/u-boot/include/
Dusbdevice.h58 #define inw(p) (*(volatile u16*)(p)) macro
/external/u-boot/arch/nds32/include/asm/
Dio.h248 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; }) macro
/external/u-boot/arch/riscv/include/asm/
Dio.h266 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; }) macro
/external/u-boot/arch/arm/include/asm/
Dio.h232 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; }) macro
/external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h117 static inline uint16_t inw(uint16_t port) in inw() function