Home
last modified time | relevance | path

Searched refs:IsaDevice (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
DIsaBus.c233 EFI_ISA_ACPI_DEVICE_ID *IsaDevice; in IsaBusControllerDriverStart() local
342 IsaDevice = NULL; in IsaBusControllerDriverStart()
344 Status = IsaAcpi->DeviceEnumerate (IsaAcpi, &IsaDevice); in IsaBusControllerDriverStart()
352 Status = IsaAcpi->GetCurResource (IsaAcpi, IsaDevice, &ResourceList); in IsaBusControllerDriverStart()
379 IsaAcpi->InitDevice (IsaAcpi, IsaDevice); in IsaBusControllerDriverStart()
384 Status = IsaAcpi->SetResource (IsaAcpi, IsaDevice, ResourceList); in IsaBusControllerDriverStart()
403 IsaAcpi->SetPower (IsaAcpi, IsaDevice, TRUE); in IsaBusControllerDriverStart()
408 IsaAcpi->EnableDevice (IsaAcpi, IsaDevice, TRUE); in IsaBusControllerDriverStart()
DInternalIsaBus.h293 IN EFI_ISA_ACPI_RESOURCE_LIST *IsaDevice
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPlatform.c1061 EFI_ISA_ACPI_DEVICE_ID IsaDevice; in ReadyToBootFunction() local
1106 IsaDevice.HID = EISA_PNP_ID(0x604); in ReadyToBootFunction()
1107 IsaDevice.UID = 0; in ReadyToBootFunction()
1108 Status = IsaAcpi->EnableDevice(IsaAcpi, &IsaDevice, FALSE); in ReadyToBootFunction()