Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ enter_conf_mode_microchip
Function
enter_conf_mode_microchip
util/superiotool/microchip.c:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
};
195
196
static void enter_conf_mode_microchip(uint16_t port)
197
{
198
OUTB(0x55, port);
199
}
200
201
static void exit_conf_mode_microchip(uint16_t port)
202
{
Callers
1
probe_idregs_microchip
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected