Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
708
static __inline u_char
709
read_cyrix_reg(u_char reg)
710
{
711
outb(0x22, reg);
712
return inb(0x23);
713
}
714
715
static __inline void
716
write_cyrix_reg(u_char reg, u_char data)
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
2
outb
Function · 0.70
inb
Function · 0.70
Tested by
no test coverage detected