HomeSort by relevance Sort by last modified time
    Searched refs:MAX_IDE_DEVICE (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ide.h 32 #define MAX_IDE_DEVICE 2
178 BOOLEAN DevicePresent[MAX_IDE_DEVICE * MAX_IDE_LINE];
179 BOOLEAN FixedDisk[MAX_IDE_DEVICE * MAX_IDE_LINE];
180 BOOLEAN IoReadySupported[MAX_IDE_DEVICE * MAX_IDE_LINE];
181 ULONG DeviceTransferModeSupported[MAX_IDE_DEVICE * MAX_IDE_LINE];
182 ULONG BestPioCycleTime[MAX_IDE_DEVICE * MAX_IDE_LINE];
183 ULONG BestSwDmaCycleTime[MAX_IDE_DEVICE * MAX_IDE_LINE];
184 ULONG BestMwDmaCycleTime[MAX_IDE_DEVICE * MAX_IDE_LINE];
185 ULONG BestUDmaCycleTime[MAX_IDE_DEVICE * MAX_IDE_LINE];
186 ULONG DeviceTransferModeCurrent[MAX_IDE_DEVICE * MAX_IDE_LINE]
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeBus.h 55 #define MAX_IDE_DEVICE 4
64 BOOLEAN HaveScannedDevice[MAX_IDE_DEVICE];
65 BOOLEAN DeviceFound[MAX_IDE_DEVICE];
66 BOOLEAN DeviceProcessed[MAX_IDE_DEVICE];
IdeBus.c 121 if (Index < MAX_IDE_DEVICE) {
722 ASSERT (IdeChannel * 2 + IdeDevice < MAX_IDE_DEVICE);
    [all...]

Completed in 99 milliseconds