blob: 58f566e70bec88cc4a6ebb09c21ec874574e3e97 [file] [log] [blame]
Angel Pons182dbde2020-04-02 23:49:05 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Steve Goodrichbf0988b2013-07-10 11:59:11 -06002
Mike Loptienac90d802013-07-17 15:14:59 -06003Device(AZHD) { /* 0:14.2 - HD Audio */
Steve Goodrichbf0988b2013-07-10 11:59:11 -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 }
Mike Loptienac90d802013-07-17 15:14:59 -060028
Steve Goodrichbf0988b2013-07-10 11:59:11 -060029 Method (_INI, 0, NotSerialized)
30 {
Kyösti Mälkkiff9ba542021-02-09 17:38:23 +020031 NSEN = 0
32 NSDO = 1
33 NSDI = 1
Steve Goodrichbf0988b2013-07-10 11:59:11 -060034 }
35} /* end AZHD */