HomeSort by: relevance | last modified time | path
    Searched refs:PciValue (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/hardware/
hwpci.c 376 UINT64 PciValue;
424 PCI_CFG_HEADER_TYPE_REG, &PciValue, 8);
432 PciValue &= PCI_HEADER_TYPE_MASK;
434 if ((PciValue != PCI_TYPE_BRIDGE) &&
435 (PciValue != PCI_TYPE_CARDBUS_BRIDGE))
443 PCI_CFG_PRIMARY_BUS_NUMBER_REG, &PciValue, 8);
450 PciId->Bus = (UINT16) PciValue;
455 PCI_CFG_SECONDARY_BUS_NUMBER_REG, &PciValue, 8);
461 *BusNumber = (UINT16) PciValue;
  /src/sys/external/bsd/acpica/dist/events/
evrgnini.c 186 UINT64 PciValue;
324 PciDeviceNode, &PciValue);
332 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
333 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue));
339 PciRootNode, &PciValue);
342 PciId->Segment = ACPI_LOWORD (PciValue);
348 PciRootNode, &PciValue);
351 PciId->Bus = ACPI_LOWORD (PciValue);

Completed in 76 milliseconds