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

/freebsd-10.2-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c376 UINT64 PciValue; local
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;
/freebsd-10.2-release/sys/contrib/dev/acpica/components/events/
H A Devrgnini.c188 UINT64 PciValue; local
327 PciDeviceNode, &PciValue);
335 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
336 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue));
342 PciRootNode, &PciValue);
345 PciId->Segment = ACPI_LOWORD (PciValue);
351 PciRootNode, &PciValue);
354 PciId->Bus = ACPI_LOWORD (PciValue);

Completed in 57 milliseconds