]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PchAudio.asl
Vlv2DeviceRefCodePkg&Vlv2TbltDevicePkg:Convert Mix to DOS.
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / AcpiTablesPCAT / PchAudio.asl
CommitLineData
3cbfba02
DW
1/**************************************************************************;\r
2;* *;\r
3;* *;\r
4;* Intel Corporation - ACPI Reference Code for the Baytrail *;\r
5;* Family of Customer Reference Boards. *;\r
6;* *;\r
7;* *;\r
8;* Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved *;\r
9;\r
10; This program and the accompanying materials are licensed and made available under\r
11; the terms and conditions of the BSD License that accompanies this distribution.\r
12; The full text of the license may be found at\r
13; http://opensource.org/licenses/bsd-license.php.\r
14;\r
15; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17;\r
18;* *;\r
19;* *;\r
20;**************************************************************************/\r
21//\r
22// High Definition Audio - Device 27, Function 0\r
23//\r
24OperationRegion(HDAR, PCI_Config, 0x4C,0x10)\r
25Field(HDAR,WordAcc,NoLock,Preserve)\r
26{\r
27 Offset(0x00), // 0x4C, Dock Control Register\r
28 DCKA, 1, // Dock Attach\r
29 , 7,\r
30 Offset(0x01), // 04Dh, Dock Status Register\r
31 DCKM, 1, // Dock Mated\r
32 , 6,\r
33 DCKS, 1, // Docking Supported\r
34 Offset(0x08), // 0x54, Power Management Control and Status Register\r
35 , 8,\r
36 PMEE, 1, // PME_EN\r
37 , 6,\r
38 PMES, 1 // PME Status\r
39}\r
40\r
41\r
42\r