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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBbs.c152 UINTN HddIndex; local
201 for (HddIndex = 0; HddIndex < MAX_IDE_CONTROLLER; HddIndex++) {
203 BbsIndex = HddIndex * 2 + 1;
206 BbsTable[BbsIndex + Index].Bus = HddInfo[HddIndex].Bus;
207 BbsTable[BbsIndex + Index].Device = HddInfo[HddIndex].Device;
208 BbsTable[BbsIndex + Index].Function = HddInfo[HddIndex].Function;
222 if (HddInfo[HddIndex].CommandBaseAddress == 0) {
226 if ((HddInfo[HddIndex]
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c378 UINT32 HddIndex; local
388 HddIndex = 0;
512 HddInfo[HddIndex].Status |= HDD_PRIMARY;
513 HddInfo[HddIndex].Bus = (UINT32)Bus;
514 HddInfo[HddIndex].Device = (UINT32)Device;
515 HddInfo[HddIndex].Function = (UINT32)Function;
516 HddInfo[HddIndex + 1].Status |= HDD_SECONDARY;
517 HddInfo[HddIndex + 1].Bus = (UINT32)Bus;
518 HddInfo[HddIndex + 1].Device = (UINT32)Device;
519 HddInfo[HddIndex
[all...]

Completed in 6136 milliseconds