Searched refs:SMC_PORT_STATUS_CODE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp73 #define SMC_PORT_STATUS_CODE (SMC_PORT_FIRST + SMC_REG_STATUS_CODE) macro
220 /** The current status code (SMC_PORT_STATUS_CODE). */
381 uint8_t bCurStatus2 = ASMInU8(SMC_PORT_STATUS_CODE);
382 uint8_t bCurStatus3 = ASMInU8(SMC_PORT_STATUS_CODE);
383 uint16_t wCurStatus3 = ASMInU16(SMC_PORT_STATUS_CODE);
384 uint32_t dwCurStatus3 = ASMInU32(SMC_PORT_STATUS_CODE);

Completed in 729 milliseconds