MCPcopy 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
35void regwrite(uint16_t port, uint8_t reg, uint8_t val)
36{
37 OUTB(reg, port);
38 OUTB(val, port + 1);
39}
40
41void enter_conf_mode_winbond_fintek_ite_8787(uint16_t port)
42{

Callers 10

probe_idregs_smsc_helperFunction · 0.85
exit_conf_mode_iteFunction · 0.85
probe_idregs_ite_helperFunction · 0.85
probe_idregs_fintekFunction · 0.85
set_extra_selectorFunction · 0.85
dump_regsFunction · 0.85
dump_nct6687d_gpiosFunction · 0.85
probe_idregs_nuvotonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected