Home
last modified time | relevance | path

Searched refs:MaxDevices (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbEnumer.c566 for (Index = 1; Index < Bus->MaxDevices; Index++) { in UsbRemoveDevice()
593 ASSERT (Device->Address < Bus->MaxDevices); in UsbRemoveDevice()
627 for (Index = 1; Index < Bus->MaxDevices; Index++) { in UsbFindChild()
672 Address = Bus->MaxDevices; in UsbEnumerateNewDev()
760 ASSERT (Bus->MaxDevices <= 256); in UsbEnumerateNewDev()
761 for (Address = 1; Address < Bus->MaxDevices; Address++) { in UsbEnumerateNewDev()
767 if (Address >= Bus->MaxDevices) { in UsbEnumerateNewDev()
DUsbBus.c108 ASSERT (Dev->Translator.TranslatorHubAddress < Dev->Bus->MaxDevices); in UsbIoControlTransfer()
281 ASSERT (Dev->Translator.TranslatorHubAddress < Dev->Bus->MaxDevices); in UsbIoBulkTransfer()
917 UsbBus->MaxDevices = USB_MAX_DEVICES; in UsbBusBuildProtocol()
975 UsbBus->MaxDevices = 256; in UsbBusBuildProtocol()
1473 ASSERT (Bus->MaxDevices <= 256); in UsbBusControllerDriverStop()
1475 for (Index = 1; Index < Bus->MaxDevices; Index++) { in UsbBusControllerDriverStop()
DUsbBus.h263 UINT32 MaxDevices; member
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
DIdeController.c357 OUT UINT8 *MaxDevices in IdeInitGetChannelInfo() argument
365 *MaxDevices = ICH_IDE_MAX_DEVICES; in IdeInitGetChannelInfo()
DIdeController.h161 OUT UINT8 *MaxDevices
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIdeControllerInit.h281 OUT UINT8 *MaxDevices
/device/linaro/bootloader/edk2/OvmfPkg/SataControllerDxe/
DSataController.h230 OUT UINT8 *MaxDevices
DSataController.c718 OUT UINT8 *MaxDevices in IdeInitGetChannelInfo() argument
727 *MaxDevices = SataPrivateData->DeviceCount; in IdeInitGetChannelInfo()
/device/linaro/bootloader/edk2/CorebootModulePkg/SataControllerDxe/
DSataController.h225 OUT UINT8 *MaxDevices
DSataController.c679 OUT UINT8 *MaxDevices in IdeInitGetChannelInfo() argument
688 *MaxDevices = SataPrivateData->DeviceCount; in IdeInitGetChannelInfo()
/device/linaro/bootloader/edk2/DuetPkg/SataControllerDxe/
DSataController.h225 OUT UINT8 *MaxDevices
DSataController.c679 OUT UINT8 *MaxDevices in IdeInitGetChannelInfo() argument
688 *MaxDevices = SataPrivateData->DeviceCount; in IdeInitGetChannelInfo()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SataControllerDxe/
DSataController.h225 OUT UINT8 *MaxDevices
DSataController.c649 OUT UINT8 *MaxDevices in IdeInitGetChannelInfo() argument
658 *MaxDevices = Private->DeviceCount; in IdeInitGetChannelInfo()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IdeControllerInit/
DIdeControllerInit.h282 OUT UINT8 *MaxDevices
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DIdeBus.c323 UINT8 MaxDevices; in IDEBusDriverBindingStart() local
536 &MaxDevices in IDEBusDriverBindingStart()
547 EndIdeDevice = (UINT8) MIN ((MaxDevices - 1), EndIdeDevice); in IDEBusDriverBindingStart()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DIdeMode.c2858 UINT8 MaxDevices; in IdeModeInitialization() local
2882 &MaxDevices in IdeModeInitialization()
2893 ASSERT (MaxDevices <= 2); in IdeModeInitialization()