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

/freebsd-10.1-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c372 UINT64 PciValue; local
420 PCI_CFG_HEADER_TYPE_REG, &PciValue, 8);
428 PciValue &= PCI_HEADER_TYPE_MASK;
430 if ((PciValue != PCI_TYPE_BRIDGE) &&
431 (PciValue != PCI_TYPE_CARDBUS_BRIDGE))
439 PCI_CFG_PRIMARY_BUS_NUMBER_REG, &PciValue, 8);
446 PciId->Bus = (UINT16) PciValue;
451 PCI_CFG_SECONDARY_BUS_NUMBER_REG, &PciValue, 8);
457 *BusNumber = (UINT16) PciValue;
/freebsd-10.1-release/sys/contrib/dev/acpica/components/events/
H A Devrgnini.c191 UINT64 PciValue; local
330 PciDeviceNode, &PciValue);
338 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
339 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue));
345 PciRootNode, &PciValue);
348 PciId->Segment = ACPI_LOWORD (PciValue);
354 PciRootNode, &PciValue);
357 PciId->Bus = ACPI_LOWORD (PciValue);

Completed in 52 milliseconds