]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PchAudio.asl
4dd5e6f756efa25e523ea3675d4c0c6a7da3fb35
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / AcpiTablesPCAT / PchAudio.asl
1 /**************************************************************************;
2 ;* *;
3 ;* *;
4 ;* Intel Corporation - ACPI Reference Code for the Baytrail *;
5 ;* Family of Customer Reference Boards. *;
6 ;* *;
7 ;* *;
8 ;* Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved *;
9 ;
10 ; SPDX-License-Identifier: BSD-2-Clause-Patent
11 ;
12 ;* *;
13 ;* *;
14 ;**************************************************************************/
15 //
16 // High Definition Audio - Device 27, Function 0
17 //
18 OperationRegion(HDAR, PCI_Config, 0x4C,0x10)
19 Field(HDAR,WordAcc,NoLock,Preserve)
20 {
21 Offset(0x00), // 0x4C, Dock Control Register
22 DCKA, 1, // Dock Attach
23 , 7,
24 Offset(0x01), // 04Dh, Dock Status Register
25 DCKM, 1, // Dock Mated
26 , 6,
27 DCKS, 1, // Docking Supported
28 Offset(0x08), // 0x54, Power Management Control and Status Register
29 , 8,
30 PMEE, 1, // PME_EN
31 , 6,
32 PMES, 1 // PME Status
33 }
34
35
36