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

  /src/sys/external/bsd/acpica/dist/events/
evrgnini.c 294 UINT64 PciValue;
432 PciDeviceNode, &PciValue);
440 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
441 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue));
447 PciRootNode, &PciValue);
450 PciId->Segment = ACPI_LOWORD (PciValue);
456 PciRootNode, &PciValue);
459 PciId->Bus = ACPI_LOWORD (PciValue);
  /src/sys/external/bsd/acpica/dist/hardware/
hwpci.c 484 UINT64 PciValue;
532 PCI_CFG_HEADER_TYPE_REG, &PciValue, 8);
540 PciValue &= PCI_HEADER_TYPE_MASK;
542 if ((PciValue != PCI_TYPE_BRIDGE) &&
543 (PciValue != PCI_TYPE_CARDBUS_BRIDGE))
551 PCI_CFG_PRIMARY_BUS_NUMBER_REG, &PciValue, 8);
558 PciId->Bus = (UINT16) PciValue;
563 PCI_CFG_SECONDARY_BUS_NUMBER_REG, &PciValue, 8);
569 *BusNumber = (UINT16) PciValue;

Completed in 12 milliseconds