/acpica-latest/source/components/hardware/ |
D | hwpci.c | 389 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function)); in AcpiHwProcessPciList() 391 BusNumber = PciId->Bus; in AcpiHwProcessPciList() 416 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function, in AcpiHwProcessPciList() 522 PciId->Bus = *BusNumber; in AcpiHwGetPciDeviceInfo() 558 PciId->Bus = (UINT16) PciValue; in AcpiHwGetPciDeviceInfo()
|
/acpica-latest/source/os_specific/efi/ |
D | osefixf.c | 1030 UINTN Bus; in AcpiEfiGetPciDev() local 1050 PciIoProtocol, &Segment, &Bus, &Device, &Function); in AcpiEfiGetPciDev() 1052 Bus == PciId->Bus && in AcpiEfiGetPciDev()
|
/acpica-latest/source/include/ |
D | actbl1.h | 1126 UINT8 Bus; member 1879 UINT32 Bus; /* Bus and Segment numbers */ member 1902 #define ACPI_HEST_BUS(Bus) ((Bus) & 0xFF) argument 1903 #define ACPI_HEST_SEGMENT(Bus) (((Bus) >> 8) & 0xFFFF) argument
|
D | actbl3.h | 548 UINT8 Bus; /* PCI Bus/Segment/Function numbers */ member
|
D | actypes.h | 1459 UINT16 Bus; member
|
D | actbl2.h | 1182 UINT8 Bus; /* 0 - ISA */ member
|
/acpica-latest/source/os_specific/service_layers/ |
D | oszephyr.c | 580 pcie_bdf_t bdf = PCIE_BDF (PciId->Bus, PciId->Device, PciId->Function); in AcpiOsWritePciConfiguration() 642 pcie_bdf_t bdf = PCIE_BDF (PciId->Bus, PciId->Device, PciId->Function); in AcpiOsReadPciConfiguration()
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/descriptor/ |
D | pingroupconfig.asl | 97 PinGroupConfig (Exclusive, 0x06 /* Bias Bus Hold */, 0x7000, 257 PinGroupConfig (Shared, 0x06 /* Bias Bus Hold */, 0x7000, 425 PinGroupConfig (Exclusive, 0x06 /* Bias Bus Hold */, 0x7000, 585 PinGroupConfig (Shared, 0x06 /* Bias Bus Hold */, 0x7000,
|
D | pinconfig.asl | 133 PinConfig (Exclusive, 0x06 /* Bias Bus Hold */, 0x7000, 389 PinConfig (Shared, 0x06 /* Bias Bus Hold */, 0x7000, 657 PinConfig (Exclusive, 0x06 /* Bias Bus Hold */, 0x7000, 913 PinConfig (Shared, 0x06 /* Bias Bus Hold */, 0x7000,
|
D | wordbusnumber.asl | 31 * Word Bus Number Resource Descriptor Macro 313 Bus Number Word Address Space Descriptor layout: 318 2 Bus number range
|
/acpica-latest/source/components/executer/ |
D | exregion.c | 566 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device, in AcpiExPciConfigSpaceHandler()
|
/acpica-latest/source/components/events/ |
D | evrgnini.c | 459 PciId->Bus = ACPI_LOWORD (PciValue); in AcpiEvPciConfigRegionSetup()
|
/acpica-latest/source/common/ |
D | dmtbinfo1.c | 896 {ACPI_DMT_UINT8, ACPI_DMARS_OFFSET (Bus), "PCI Bus Number", 0}, 1276 {ACPI_DMT_UINT32, ACPI_HEST6_OFFSET (Aer.Bus), "Bus", 0}, \
|
D | dmtbinfo3.c | 504 {ACPI_DMT_UINT8, ACPI_TCPA_SERVER_OFFSET (Bus), "Pci Bus", 0},
|
D | dmtbinfo2.c | 733 {ACPI_DMT_UINT8, ACPI_MADT2_OFFSET (Bus), "Bus", 0},
|
/acpica-latest/tests/misc/ |
D | grammar.asl | 713 WORDBusNumber( // Bus number resource(0) 2622 Scope (\_SB) // System Bus 2831 Scope (\_SB) // System Bus 2966 Scope (\_SB) // System Bus 2990 { // PCI1: Root PCI Bus 3015 } // PCI0: Root PCI Bus 5958 Scope (\_SB) // System Bus 6468 Scope (\_SB) // System Bus 6475 { // Root PCI Bus 6536 } // PCI2 Root PCI Bus [all …]
|
/acpica-latest/documents/ |
D | changes.txt | 93 Generic Serial Bus as it needs to know platform specific offset and 233 Serial Bus as it needs to know the internal PCC buffer and its length as 1695 Updated the implementation of support for the Generic Serial Bus. For the 4771 Fixed a buffer allocation issue for the Generic Serial Bus support. 5176 numbers from the HEST Bus field - ACPI_HEST_BUS and ACPI_HEST_SEGMENT. 7320 Operation Region Handlers: For General Purpose IO and Generic Serial Bus 9311 does not exist during an attempt to write the Bus Master Arbitration bit. 18328 Routing support to be included without the ACPI Bus and other 18844 ACPI_PCI_ID. This structure contains the PCI Segment, Bus, Device,
|