MCPcopy 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
71static __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_infoFunction · 0.85

Calls 2

outbFunction · 0.85
inbFunction · 0.85

Tested by

no test coverage detected