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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c50 UINT32 PciIndex; local
161 // HddInfo[PciIndex+0].[0] = Channel[0].Device[0] Primary Master
162 // HddInfo[PciIndex+0].[1] = Channel[0].Device[1] Primary Slave
163 // HddInfo[PciIndex+1].[0] = Channel[1].Device[0] Secondary Master
164 // HddInfo[PciIndex+1].[1] = Channel[1].Device[1] Secondary Slave
168 for (PciIndex = 0; PciIndex < 8; PciIndex++) {
169 if ((PciDevicePath->Device == LocalHddInfo[PciIndex].Device) &&
170 (PciDevicePath->Function == LocalHddInfo[PciIndex]
[all...]

Completed in 51 milliseconds