OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readw
(Results
1 - 6
of
6
) sorted by null
/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
/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/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
...]
/external/mksh/src/
sh.h
967
int
readw
; /* other side of read (saved temporarily) */
member in struct:coproc
[
all
...]
Completed in 188 milliseconds