OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMOS_IO_PORT
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/x86/include/asm/
early_cmos.h
10
#define
CMOS_IO_PORT
0x70
/external/u-boot/arch/x86/lib/
early_cmos.c
19
outb(addr,
CMOS_IO_PORT
);
21
return inb(
CMOS_IO_PORT
+ 1);
Completed in 274 milliseconds