OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:writeb
(Results
1 - 6
of
6
) sorted by null
/bootable/bootloader/legacy/include/boot/
boot.h
46
static inline void
writeb
(unsigned val, unsigned addr)
function
/external/grub/netboot/
linux-asm-io.h
50
#define
writeb
(b,addr) ((*(volatile unsigned char *) (addr)) = (b))
macro