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