MCPcopy Create free account
hub / github.com/F-Stack/f-stack / read_cyrix_reg

Function read_cyrix_reg

freebsd/i386/include/cpufunc.h:708–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708static __inline u_char
709read_cyrix_reg(u_char reg)
710{
711 outb(0x22, reg);
712 return inb(0x23);
713}
714
715static __inline void
716write_cyrix_reg(u_char reg, u_char data)

Callers 8

init_486dlcFunction · 0.85
init_cy486dxFunction · 0.85
init_5x86Function · 0.85
init_6x86Function · 0.85
init_6x86MXFunction · 0.85
initcpu.cFile · 0.85
identifycyrixFunction · 0.85
finishidentcpuFunction · 0.85

Calls 2

outbFunction · 0.70
inbFunction · 0.70

Tested by

no test coverage detected