Home
last modified time | relevance | path

Searched refs:Bus (Results 1 – 17 of 17) sorted by relevance

/acpica-latest/source/components/hardware/
Dhwpci.c389 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/
Dosefixf.c1030 UINTN Bus; in AcpiEfiGetPciDev() local
1050 PciIoProtocol, &Segment, &Bus, &Device, &Function); in AcpiEfiGetPciDev()
1052 Bus == PciId->Bus && in AcpiEfiGetPciDev()
/acpica-latest/source/include/
Dactbl1.h1126 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
Dactbl3.h548 UINT8 Bus; /* PCI Bus/Segment/Function numbers */ member
Dactypes.h1459 UINT16 Bus; member
Dactbl2.h1182 UINT8 Bus; /* 0 - ISA */ member
/acpica-latest/source/os_specific/service_layers/
Doszephyr.c580 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/
Dpingroupconfig.asl97 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,
Dpinconfig.asl133 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,
Dwordbusnumber.asl31 * Word Bus Number Resource Descriptor Macro
313 Bus Number Word Address Space Descriptor layout:
318 2 Bus number range
/acpica-latest/source/components/executer/
Dexregion.c566 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device, in AcpiExPciConfigSpaceHandler()
/acpica-latest/source/components/events/
Devrgnini.c459 PciId->Bus = ACPI_LOWORD (PciValue); in AcpiEvPciConfigRegionSetup()
/acpica-latest/source/common/
Ddmtbinfo1.c896 {ACPI_DMT_UINT8, ACPI_DMARS_OFFSET (Bus), "PCI Bus Number", 0},
1276 {ACPI_DMT_UINT32, ACPI_HEST6_OFFSET (Aer.Bus), "Bus", 0}, \
Ddmtbinfo3.c504 {ACPI_DMT_UINT8, ACPI_TCPA_SERVER_OFFSET (Bus), "Pci Bus", 0},
Ddmtbinfo2.c733 {ACPI_DMT_UINT8, ACPI_MADT2_OFFSET (Bus), "Bus", 0},
/acpica-latest/tests/misc/
Dgrammar.asl713 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/
Dchanges.txt93 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,