Searched refs:VendorDeviceId (Results 1 – 2 of 2) sorted by relevance
101 UINT32 VendorDeviceId; in IDEBusDriverDiagnosticsRunDiagnostics() local182 Status = PciIo->Pci.Read (PciIo, EfiPciIoWidthUint32, 0, 1, &VendorDeviceId); in IDEBusDriverDiagnosticsRunDiagnostics()183 if (EFI_ERROR (Status) || VendorDeviceId == 0xffffffff) { in IDEBusDriverDiagnosticsRunDiagnostics()
360 UINT32 VendorDeviceId; member