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