summaryrefslogtreecommitdiff
path: root/src/soc/intel/elkhartlake/acpi/tsn_glan.asl
blob: de4f0b66a4a99c454c750526fc751c0bd946f482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

/* Intel PCH TSN Ethernet Controller 0:1e.4 */

Device(GTSN) {
	Name(_ADR, 0x001E0004)
	OperationRegion(TSRT,PCI_Config,0x00,0x100)
	Field(TSRT,AnyAcc,NoLock,Preserve)
	{
		DVID, 16,
		Offset(0x10),
		TADL,  32,
		TADH,  32,
	}
}