Home
last modified time | relevance | path

Searched refs:MAX_IDE_CONTROLLER (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBbs.c201 for (HddIndex = 0; HddIndex < MAX_IDE_CONTROLLER; HddIndex++) { in LegacyBiosBuildBbs()
379 *HddCount = MAX_IDE_CONTROLLER; in LegacyBiosGetBbsInfo()
DLegacyBootSupport.c125 for (Index = 0; Index < MAX_IDE_CONTROLLER; Index++) { in PrintHddInfo()
475 for (Index = 0; Index < MAX_IDE_CONTROLLER; Index++) { in UpdateAllIdentifyDriveData()
1130 for (Index = 0; Index < MAX_IDE_CONTROLLER; Index++) { in GenericLegacyBoot()
1481 if (BbsEntry < MAX_IDE_CONTROLLER * 2) { in LegacyBiosBootUnconventionalDevice()
DLegacyBios.c381 Private->NumberHddControllers = MAX_IDE_CONTROLLER; in ShadowAndStartLegacy16()
558 EfiToLegacy16BootTable->NumberBbsEntries = 1 + 2 * MAX_IDE_CONTROLLER; in ShadowAndStartLegacy16()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBios.h929 #define MAX_IDE_CONTROLLER 8 macro
951 …HDD_INFO HddInfo[MAX_IDE_CONTROLLER]; ///< Hard disk drive information, …