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

Function write_cyrix_reg

freebsd/i386/include/cpufunc.h:715–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715static __inline void
716write_cyrix_reg(u_char reg, u_char data)
717{
718 outb(0x22, reg);
719 outb(0x23, data);
720}
721
722static __inline register_t
723intr_disable(void)

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 1

outbFunction · 0.70

Tested by

no test coverage detected