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

/freebsd-11-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c190 ACPI_PCI_ID *PciId,
199 ACPI_PCI_ID *PciId,
209 * PARAMETERS: PciId - Initial values for the PCI ID. May be
227 * the Bus/Device/Function numbers in the PciId with the actual
231 * The PciId parameter is initially populated during the Operation
246 ACPI_PCI_ID *PciId,
257 if (!PciId)
269 Status = AcpiHwProcessPciList (PciId, ListHead);
360 * PARAMETERS: PciId - Initial values for the PCI ID. May be
375 ACPI_PCI_ID *PciId,
245 AcpiHwDerivePciId( ACPI_PCI_ID *PciId, ACPI_HANDLE RootPciDevice, ACPI_HANDLE PciRegion) argument
374 AcpiHwProcessPciList( ACPI_PCI_ID *PciId, ACPI_PCI_DEVICE *ListHead) argument
475 AcpiHwGetPciDeviceInfo( ACPI_PCI_ID *PciId, ACPI_HANDLE PciDevice, UINT16 *BusNumber, BOOLEAN *IsBridge) argument
[all...]
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdHardware.c101 AcpiOsReadPciConfiguration(ACPI_PCI_ID *PciId, UINT32 Register, UINT64 *Value, argument
115 *(UINT64 *)Value = pci_cfgregread(PciId->Bus, PciId->Device,
116 PciId->Function, Register, Width / 8);
124 AcpiOsWritePciConfiguration (ACPI_PCI_ID *PciId, UINT32 Register, argument
138 pci_cfgregwrite(PciId->Bus, PciId->Device, PciId->Function, Register,
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devrgnini.c298 ACPI_PCI_ID *PciId = *RegionContext; local
324 if (PciId)
326 ACPI_FREE (PciId);
406 PciId = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_PCI_ID));
407 if (!PciId)
427 ACPI_FREE (PciId);
444 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
445 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue));
454 PciId->Segment = ACPI_LOWORD (PciValue);
463 PciId
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c505 ACPI_PCI_ID *PciId; local
524 PciId = (ACPI_PCI_ID *) RegionContext;
530 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device,
531 PciId->Function, PciRegister));
539 PciId, PciRegister, Value, BitWidth);
545 PciId, PciRegister, *Value, BitWidth);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dachware.h330 ACPI_PCI_ID *PciId,
H A Dacpiosxf.h521 ACPI_PCI_ID *PciId,
530 ACPI_PCI_ID *PciId,
/freebsd-11-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1318 * PARAMETERS: PciId - Seg/Bus/Dev
1331 ACPI_PCI_ID *PciId,
1346 * PARAMETERS: PciId - Seg/Bus/Dev
1359 ACPI_PCI_ID *PciId,
1330 AcpiOsReadPciConfiguration( ACPI_PCI_ID *PciId, UINT32 PciRegister, UINT64 *Value, UINT32 Width) argument
1358 AcpiOsWritePciConfiguration( ACPI_PCI_ID *PciId, UINT32 PciRegister, UINT64 Value, UINT32 Width) argument

Completed in 146 milliseconds