Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
715
static __inline void
716
write_cyrix_reg(u_char reg, u_char data)
717
{
718
outb(0x22, reg);
719
outb(0x23, data);
720
}
721
722
static __inline register_t
723
intr_disable(void)
Callers
8
init_486dlc
Function · 0.85
init_cy486dx
Function · 0.85
init_5x86
Function · 0.85
init_6x86
Function · 0.85
init_6x86MX
Function · 0.85
initcpu.c
File · 0.85
identifycyrix
Function · 0.85
finishidentcpu
Function · 0.85
Calls
1
outb
Function · 0.70
Tested by
no test coverage detected