/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++) {
670 Address = Bus->MaxDevices;
756 ASSERT (Bus->MaxDevices <= 256);
757 for (Address = 1; Address < Bus->MaxDevices; Address++) {
763 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/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/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 | 682 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
686 is connected to a port multiplier, MaxDevices will be set to the number of SATA
690 controller and enumerate up to MaxDevices number of devices behind the port
699 @param[out] MaxDevices The maximum number of IDE devices that the bus driver
715 OUT UINT8 *MaxDevices
724 *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...] |