Searched defs:SMC_PORT_CMD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp69 #define SMC_PORT_CMD (SMC_PORT_FIRST + SMC_REG_CMD) macro
191 /** The current command (SMC_PORT_CMD write). */
217 /** The current state (SMC_PORT_CMD read). */
374 bCurState = ASMInU16(SMC_PORT_CMD);
411 ASMOutU32(SMC_PORT_CMD, SMC_CMD_GET_KEY_VALUE);
413 uint8_t bCurState = ASMInU8(SMC_PORT_CMD);

Completed in 307 milliseconds