OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readw
(Results
1 - 16
of
16
) sorted by null
/external/kernel-headers/original/asm-x86/
io_32.h
111
* make bus memory CPU accessible via the readb/
readw
/readl/writeb/
169
static inline unsigned short
readw
(const volatile void __iomem *addr)
function
178
#define readw_relaxed(addr)
readw
(addr)
181
#define __raw_readw
readw
/external/kernel-headers/original/asm-arm/
io.h
167
#define
readw
(c) ({ __u16 __v = le16_to_cpu((__force __le16) \
macro
172
#define readw_relaxed(addr)
readw
(addr)
216
#define
readw
(c) (__readwrite_bug("
readw
"),0)
macro
/external/mksh/src/
main.c
[
all
...]
exec.c
266
if (coproc.
readw
>= 0)
267
ksh_dup2(coproc.
readw
, 1, false);
273
coproc.
readw
= pv[1];
291
NULL, coproc.
readw
);
[
all
...]
sh.h
967
int
readw
; /* other side of read (saved temporarily) */
member in struct:coproc
[
all
...]
/bionic/libc/kernel/arch-mips/asm/
io.h
86
#define readw_relaxed
readw
/development/ndk/platforms/android-9/arch-mips/include/asm/
io.h
86
#define readw_relaxed
readw
/external/grub/netboot/
linux-asm-io.h
47
#define
readw
(addr) (*(volatile unsigned short *) (addr))
macro
w89c840.c
156
#undef
readw
macro
162
#define
readw
inw
macro
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
io.h
86
#define readw_relaxed
readw
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
io.h
86
#define readw_relaxed
readw
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
io.h
86
#define readw_relaxed
readw
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
io.h
86
#define readw_relaxed
readw
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
io.h
86
#define readw_relaxed
readw
/external/kernel-headers/original/asm-mips/
io.h
223
* make bus memory CPU accessible via the readb/
readw
/readl/writeb/
237
* make bus memory CPU accessible via the readb/
readw
/readl/writeb/
259
* make bus memory CPU accessible via the readb/
readw
/readl/writeb/
436
#define readw_relaxed
readw
/external/qemu-pc-bios/bochs/bios/
rombios32.c
142
static inline uint16_t
readw
(const void *addr)
function
665
while (cmos_readb(0x5f) + 1 !=
readw
(&smp_cpus))
669
BX_INFO("Found %d cpu(s)\n",
readw
(&smp_cpus));
[
all
...]
Completed in 436 milliseconds