summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/acpi/pcie_port.asl
blob: d48ecd036efc8b95b263ead30640cf595c061f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

/* Included in each PCIe Root Port device */

OperationRegion (RPCS, PCI_Config, 0x00, 0xFF)
Field (RPCS, AnyAcc, NoLock, Preserve)
{
	Offset (0x4c),	// Link Capabilities
	, 24,
	RPPN, 8,	// Root Port Number
}