Searched refs:PciId (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/lib/acpica/source/components/hardware/
H A Dhwpci.c154 ACPI_PCI_ID *PciId,
163 ACPI_PCI_ID *PciId,
173 * PARAMETERS: PciId - Initial values for the PCI ID. May be
191 * the Bus/Device/Function numbers in the PciId with the actual
195 * The PciId parameter is initially populated during the Operation
210 ACPI_PCI_ID *PciId,
221 if (!PciId)
233 Status = AcpiHwProcessPciList (PciId, ListHead);
324 * PARAMETERS: PciId - Initial values for the PCI ID. May be
339 ACPI_PCI_ID *PciId,
209 AcpiHwDerivePciId( ACPI_PCI_ID *PciId, ACPI_HANDLE RootPciDevice, ACPI_HANDLE PciRegion) argument
338 AcpiHwProcessPciList( ACPI_PCI_ID *PciId, ACPI_PCI_DEVICE *ListHead) argument
439 AcpiHwGetPciDeviceInfo( ACPI_PCI_ID *PciId, ACPI_HANDLE PciDevice, UINT16 *BusNumber, BOOLEAN *IsBridge) argument
[all...]
/barrelfish-master/lib/acpica/source/components/events/
H A Devrgnini.c261 ACPI_PCI_ID *PciId = *RegionContext; local
287 if (PciId)
289 ACPI_FREE (PciId);
369 PciId = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_PCI_ID));
370 if (!PciId)
390 ACPI_FREE (PciId);
407 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
408 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue));
417 PciId->Segment = ACPI_LOWORD (PciValue);
426 PciId
[all...]
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexregion.c469 ACPI_PCI_ID *PciId; local
488 PciId = (ACPI_PCI_ID *) RegionContext;
494 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device,
495 PciId->Function, PciRegister));
503 PciId, PciRegister, Value, BitWidth);
509 PciId, PciRegister, *Value, BitWidth);
/barrelfish-master/usr/acpi/
H A Dacpica_osglue.c1278 * PARAMETERS: PciId Seg/Bus/Dev
1291 ACPI_PCI_ID *PciId,
1297 .bus = PciId->Bus,
1298 .device = PciId->Device,
1299 .function = PciId->Function,
1330 * PARAMETERS: PciId Seg/Bus/Dev
1343 ACPI_PCI_ID *PciId,
1349 .bus = PciId->Bus,
1350 .device = PciId->Device,
1351 .function = PciId
1290 AcpiOsReadPciConfiguration( ACPI_PCI_ID *PciId, UINT32 Register, UINT64 *Value, UINT32 Width) argument
1342 AcpiOsWritePciConfiguration( ACPI_PCI_ID *PciId, UINT32 Register, ACPI_INTEGER Value, UINT32 Width) argument
[all...]
/barrelfish-master/lib/acpica/source/include/
H A Dachware.h294 ACPI_PCI_ID *PciId,
H A Dacpiosxf.h485 ACPI_PCI_ID *PciId,
494 ACPI_PCI_ID *PciId,
/barrelfish-master/lib/acpica/source/os_specific/service_layers/
H A Dosunixxf.c1241 * PARAMETERS: PciId - Seg/Bus/Dev
1254 ACPI_PCI_ID *PciId,
1269 * PARAMETERS: PciId - Seg/Bus/Dev
1282 ACPI_PCI_ID *PciId,
1253 AcpiOsReadPciConfiguration( ACPI_PCI_ID *PciId, UINT32 PciRegister, UINT64 *Value, UINT32 Width) argument
1281 AcpiOsWritePciConfiguration( ACPI_PCI_ID *PciId, UINT32 PciRegister, UINT64 Value, UINT32 Width) argument
H A Doswinxf.c1232 * PARAMETERS: PciId - Seg/Bus/Dev
1245 ACPI_PCI_ID *PciId,
1260 * PARAMETERS: PciId - Seg/Bus/Dev
1273 ACPI_PCI_ID *PciId,
1244 AcpiOsReadPciConfiguration( ACPI_PCI_ID *PciId, UINT32 Register, UINT64 *Value, UINT32 Width) argument
1272 AcpiOsWritePciConfiguration( ACPI_PCI_ID *PciId, UINT32 Register, UINT64 Value, UINT32 Width) argument
/barrelfish-master/usr/skb/programs/
H A Ddecoding_net2.pl1325 PciId = ["OUT", "PCI0", "PCI0"],
1326 Pci = region{node_id: PciId},
1342 PciBaseAddr = name{node_id:PciId},

Completed in 100 milliseconds