Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ regwrite
Function
regwrite
util/superiotool/superiotool.c:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void regwrite(uint16_t port, uint8_t reg, uint8_t val)
36
{
37
OUTB(reg, port);
38
OUTB(val, port + 1);
39
}
40
41
void enter_conf_mode_winbond_fintek_ite_8787(uint16_t port)
42
{
Callers
10
probe_idregs_smsc_helper
Function · 0.85
exit_conf_mode_ite
Function · 0.85
probe_idregs_ite_helper
Function · 0.85
probe_idregs_winbond_helper
Function · 0.85
probe_idregs_fintek
Function · 0.85
exit_conf_mode_winbond_fintek_ite_8787
Function · 0.85
set_extra_selector
Function · 0.85
dump_regs
Function · 0.85
dump_nct6687d_gpios
Function · 0.85
probe_idregs_nuvoton
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected