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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBbs.c157 // Next 2*MAX_IDE_CONTROLLER entries are for onboard IDE.
201 for (HddIndex = 0; HddIndex < MAX_IDE_CONTROLLER; HddIndex++) {
379 *HddCount = MAX_IDE_CONTROLLER;
H A DLegacyBootSupport.c121 for (Index = 0; Index < MAX_IDE_CONTROLLER; Index++) {
471 for (Index = 0; Index < MAX_IDE_CONTROLLER; Index++) {
1076 for (Index = 0; Index < MAX_IDE_CONTROLLER; Index++) {
1399 if (BbsEntry < MAX_IDE_CONTROLLER * 2) {
H A DLegacyBios.c369 Private->NumberHddControllers = MAX_IDE_CONTROLLER;
546 EfiToLegacy16BootTable->NumberBbsEntries = 1 + 2 * MAX_IDE_CONTROLLER;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h904 #define MAX_IDE_CONTROLLER 8 macro
926 HDD_INFO HddInfo[MAX_IDE_CONTROLLER]; ///< Hard disk drive information, including raw Identify Drive data.

Completed in 295 milliseconds