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

  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
IdeController.c 324 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
328 is connected to a port multiplier, MaxDevices will be set to the number of SATA
332 controller and enumerate up to MaxDevices number of devices behind the port
341 @param[out] MaxDevices The maximum number of IDE devices that the bus driver
357 OUT UINT8 *MaxDevices
365 *MaxDevices = ICH_IDE_MAX_DEVICES;
IdeController.h 128 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
132 is connected to a port multiplier, MaxDevices will be set to the number of SATA
136 controller and enumerate up to MaxDevices number of devices behind the port
145 @param[out] MaxDevices The maximum number of IDE devices that the bus driver
161 OUT UINT8 *MaxDevices
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbEnumer.c 566 for (Index = 1; Index < Bus->MaxDevices; Index++) {
593 ASSERT (Device->Address < Bus->MaxDevices);
627 for (Index = 1; Index < Bus->MaxDevices; Index++) {
672 Address = Bus->MaxDevices;
760 ASSERT (Bus->MaxDevices <= 256);
761 for (Address = 1; Address < Bus->MaxDevices; Address++) {
767 if (Address >= Bus->MaxDevices) {
UsbBus.c 108 ASSERT (Dev->Translator.TranslatorHubAddress < Dev->Bus->MaxDevices);
281 ASSERT (Dev->Translator.TranslatorHubAddress < Dev->Bus->MaxDevices);
917 UsbBus->MaxDevices = USB_MAX_DEVICES;
975 UsbBus->MaxDevices = 256;
    [all...]
UsbBus.h 263 UINT32 MaxDevices;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IdeControllerInit.h 248 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
252 is connected to a port multiplier, MaxDevices will be set to the number of SATA
256 controller and enumerate up to MaxDevices number of devices behind the port
265 @param[out] MaxDevices The maximum number of IDE devices that the bus driver
281 OUT UINT8 *MaxDevices
  /device/linaro/bootloader/edk2/CorebootModulePkg/SataControllerDxe/
SataController.h 192 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
196 is connected to a port multiplier, MaxDevices will be set to the number of SATA
200 controller and enumerate up to MaxDevices number of devices behind the port
209 @param[out] MaxDevices The maximum number of IDE devices that the bus driver
225 OUT UINT8 *MaxDevices
SataController.c 646 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
650 is connected to a port multiplier, MaxDevices will be set to the number of SATA
654 controller and enumerate up to MaxDevices number of devices behind the port
663 @param[out] MaxDevices The maximum number of IDE devices that the bus driver
679 OUT UINT8 *MaxDevices
688 *MaxDevices = SataPrivateData->DeviceCount;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/SataControllerDxe/
SataController.h 192 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
196 is connected to a port multiplier, MaxDevices will be set to the number of SATA
200 controller and enumerate up to MaxDevices number of devices behind the port
209 @param[out] MaxDevices The maximum number of IDE devices that the bus driver
225 OUT UINT8 *MaxDevices
SataController.c 646 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
650 is connected to a port multiplier, MaxDevices will be set to the number of SATA
654 controller and enumerate up to MaxDevices number of devices behind the port
663 @param[out] MaxDevices The maximum number of IDE devices that the bus driver
679 OUT UINT8 *MaxDevices
688 *MaxDevices = SataPrivateData->DeviceCount;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SataControllerDxe/
SataController.h 191 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
195 is connected to a port multiplier, MaxDevices will be set to the number of SATA
199 controller and enumerate up to MaxDevices number of devices behind the port
208 @param[out] MaxDevices The maximum number of IDE devices that the bus driver
225 OUT UINT8 *MaxDevices
SataController.c 616 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
620 is connected to a port multiplier, MaxDevices will be set to the number of SATA
624 controller and enumerate up to MaxDevices number of devices behind the port
633 @param[out] MaxDevices The maximum number of IDE devices that the bus driver
649 OUT UINT8 *MaxDevices
658 *MaxDevices = Private->DeviceCount;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/SataControllerDxe/
SataController.h 197 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
201 is connected to a port multiplier, MaxDevices will be set to the number of SATA
205 controller and enumerate up to MaxDevices number of devices behind the port
214 @param[out] MaxDevices The maximum number of IDE devices that the bus driver
230 OUT UINT8 *MaxDevices
SataController.c 685 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
689 is connected to a port multiplier, MaxDevices will be set to the number of SATA
693 controller and enumerate up to MaxDevices number of devices behind the port
702 @param[out] MaxDevices The maximum number of IDE devices that the bus driver
718 OUT UINT8 *MaxDevices
727 *MaxDevices = SataPrivateData->DeviceCount;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IdeControllerInit/
IdeControllerInit.h 282 OUT UINT8 *MaxDevices
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeBus.c 323 UINT8 MaxDevices;
536 &MaxDevices
547 EndIdeDevice = (UINT8) MIN ((MaxDevices - 1), EndIdeDevice);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.c     [all...]

Completed in 1538 milliseconds