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

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp61 #define SMC_REG_COUNT 0x0020 macro
212 uint8_t abRegsRW[SMC_REG_COUNT];
1147 } g_aSmcRegs[SMC_REG_COUNT] =
1204 while (cb > 1 && uReg < SMC_REG_COUNT - 1)
1254 if (uReg < SMC_REG_COUNT)
1357 rc = PDMDevHlpIOPortRegister(pDevIns, SMC_PORT_FIRST, SMC_REG_COUNT, NULL,

Completed in 48 milliseconds