Searched refs:PciValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c484 UINT64 PciValue; local
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;
/freebsd-12-stable/sys/contrib/dev/acpica/components/events/
H A Devrgnini.c291 UINT64 PciValue; local
429 PciDeviceNode, &PciValue);
437 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
438 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue));
444 PciRootNode, &PciValue);
447 PciId->Segment = ACPI_LOWORD (PciValue);
453 PciRootNode, &PciValue);
456 PciId->Bus = ACPI_LOWORD (PciValue);

Completed in 32 milliseconds