1// Copyright 2018 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#pragma once
6
7// The following are used in binding.c and must be #define's
8
9#define INTEL_HDA_PCI_VID           0x8086
10#define INTEL_HDA_PCI_DID_STANDARD  0x2668  // Standard (Spec Rev 1.0a; 6/17/2010)
11#define INTEL_HDA_PCI_DID_BROADWELL 0x9CA0  // Intel Broadwell PCH
12#define INTEL_HDA_PCI_DID_100_C230  0xA170  // Intel 100/C230 PCH Spec
13#define INTEL_HDA_PCI_DID_200_C400  0xA1F0  // Intel 200/C400 PCH Spec
14#define INTEL_HDA_PCI_DID_SKYLAKE   0x9D70  // Intel 6th Gen (Skylake) PCH-U/Y I/O Datasheet
15#define INTEL_HDA_PCI_DID_KABYLAKE  0x9D71  // Intel 7th Gen (Kabylake) PCH-U/Y I/O Datasheet
16