Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ readcmos
Function
readcmos
bsp/x86/drivers/include/i386.h:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
static __inline unsigned char readcmos(int reg)
72
{
73
outb(0x70,reg);
74
return (unsigned char) inb(0x71);
75
}
76
77
#define io_delay() \
78
__asm__ __volatile__ (
"pushal \n\t"
\
Callers
1
floppy_get_info
Function · 0.85
Calls
2
outb
Function · 0.85
inb
Function · 0.85
Tested by
no test coverage detected