summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/common/acpi/pcie_port.asl
blob: 34ab79b78c9cc5c8ad0b0b83b9a0fd38b9550ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

/* 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
	Offset (0x5A),
	, 3,
	PDC, 1,
	Offset (0xDF),
	, 6,
	HPCS, 1,
}