OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCx86
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/gpllib/
cpuid.c
117
ccr3 =
getCx86
(CX86_CCR3);
119
getCx86
(0xc0); /* dummy to change bus */
121
if (
getCx86
(CX86_CCR3) == ccr3) { /* no DEVID regs. */
122
ccr2 =
getCx86
(CX86_CCR2);
124
getCx86
(0xc0); /* dummy */
126
if (
getCx86
(CX86_CCR2) == ccr2) /* old Cx486SLC/DLC */
136
*dir0 =
getCx86
(CX86_DIR0);
137
*dir1 =
getCx86
(CX86_DIR1);
/external/syslinux/com32/gplinclude/
cpuid.h
305
static inline uint8_t
getCx86
(uint8_t reg) {
Completed in 311 milliseconds