Searched refs:MAX_IDE_CONTROLLER (Results 1 – 4 of 4) sorted by relevance
201 for (HddIndex = 0; HddIndex < MAX_IDE_CONTROLLER; HddIndex++) { in LegacyBiosBuildBbs()379 *HddCount = MAX_IDE_CONTROLLER; in LegacyBiosGetBbsInfo()
125 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()
381 Private->NumberHddControllers = MAX_IDE_CONTROLLER; in ShadowAndStartLegacy16()558 EfiToLegacy16BootTable->NumberBbsEntries = 1 + 2 * MAX_IDE_CONTROLLER; in ShadowAndStartLegacy16()
929 #define MAX_IDE_CONTROLLER 8 macro951 …HDD_INFO HddInfo[MAX_IDE_CONTROLLER]; ///< Hard disk drive information, …