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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBbs.c 157 // Next 2*MAX_IDE_CONTROLLER entries are for onboard IDE.
201 for (HddIndex = 0; HddIndex < MAX_IDE_CONTROLLER; HddIndex++) {
379 *HddCount = MAX_IDE_CONTROLLER;
LegacyBootSupport.c 125 for (Index = 0; Index < MAX_IDE_CONTROLLER; Index++) {
475 for (Index = 0; Index < MAX_IDE_CONTROLLER; Index++) {
    [all...]
LegacyBios.c 381 Private->NumberHddControllers = MAX_IDE_CONTROLLER;
558 EfiToLegacy16BootTable->NumberBbsEntries = 1 + 2 * MAX_IDE_CONTROLLER;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h 929 #define MAX_IDE_CONTROLLER 8
951 HDD_INFO HddInfo[MAX_IDE_CONTROLLER]; ///< Hard disk drive information, including raw Identify Drive data.
    [all...]

Completed in 345 milliseconds