MCPcopy 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
196static void enter_conf_mode_microchip(uint16_t port)
197{
198 OUTB(0x55, port);
199}
200
201static void exit_conf_mode_microchip(uint16_t port)
202{

Callers 1

probe_idregs_microchipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected