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; This program and the accompanying materials are licensed and made available under
11; the terms and conditions of the BSD License that accompanies this distribution.
12; The full text of the license may be found at
13; http://opensource.org/licenses/bsd-license.php.
14;
15; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17;
18;*                                                                        *;
19;*                                                                        *;
20;**************************************************************************/
21//
22// High Definition Audio - Device 27, Function 0
23//
24OperationRegion(HDAR, PCI_Config, 0x4C,0x10)
25Field(HDAR,WordAcc,NoLock,Preserve)
26{
27  Offset(0x00), // 0x4C, Dock Control Register
28  DCKA,    1,   // Dock Attach
29  ,    7,
30  Offset(0x01), // 04Dh, Dock Status Register
31  DCKM,    1,   // Dock Mated
32  ,    6,
33  DCKS,    1,   // Docking Supported
34  Offset(0x08), // 0x54, Power Management Control and Status Register
35  ,    8,
36  PMEE,    1,   // PME_EN
37  ,    6,
38  PMES,    1    // PME Status
39}
40
41
42
43