blob: bca944cc088cfc21671178f46eef250669aac62e [file] [log] [blame]
Angel Pons182dbde2020-04-02 23:49:05 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2/* This file is part of the coreboot project. */
Mike Loptien573a1d62013-03-18 11:19:26 -06003
4Device(AZHD) {
5 Name(_ADR, 0x00140002)
6 OperationRegion(AZPD, PCI_Config, 0x00, 0x100)
7 Field(AZPD, AnyAcc, NoLock, Preserve) {
8 offset (0x42),
9 NSDI, 1,
10 NSDO, 1,
11 NSEN, 1,
12 offset (0x44),
13 IPCR, 4,
14 offset (0x54),
15 PWST, 2,
16 , 6,
17 PMEB, 1,
18 , 6,
19 PMST, 1,
20 offset (0x62),
21 MMCR, 1,
22 offset (0x64),
23 MMLA, 32,
24 offset (0x68),
25 MMHA, 32,
26 offset (0x6C),
27 MMDT, 16,
28 }
29} /* end AZHD */