OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readb
(Results
1 - 5
of
5
) sorted by null
/external/kernel-headers/original/asm-x86/
io_32.h
111
* make bus memory CPU accessible via the
readb
/readw/readl/writeb/
165
static inline unsigned char
readb
(const volatile void __iomem *addr)
function
177
#define readb_relaxed(addr)
readb
(addr)
180
#define __raw_readb
readb
/external/kernel-headers/original/asm-arm/
io.h
166
#define
readb
(c) ({ __u8 __v = __raw_readb(__mem_pci(c)); __v; })
macro
171
#define readb_relaxed(addr)
readb
(addr)
202
if (
readb
(io_addr) != *signature)
213
#elif !defined(
readb
)
215
#define
readb
(c) (__readwrite_bug("
readb
"),0)
macro
/external/grub/netboot/
linux-asm-io.h
46
#define
readb
(addr) (*(volatile unsigned char *) (addr))
macro
w89c840.c
155
#undef
readb
macro
161
#define
readb
inb
macro
/external/qemu-pc-bios/bochs/bios/
rombios32.c
147
static inline uint8_t
readb
(const void *addr)
function
[
all
...]
Completed in 54 milliseconds