cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

hpipcida.h (754B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/******************************************************************************
      3
      4    AudioScience HPI driver
      5    Copyright (C) 1997-2011  AudioScience Inc. <support@audioscience.com>
      6
      7
      8 Array initializer for PCI card IDs
      9
     10(C) Copyright AudioScience Inc. 1998-2003
     11*******************************************************************************/
     12
     13/*NOTE: when adding new lines to this header file
     14  they MUST be grouped by HPI entry point.
     15*/
     16
     17{
     18HPI_PCI_VENDOR_ID_TI, HPI_PCI_DEV_ID_DSP6205,
     19		HPI_PCI_VENDOR_ID_AUDIOSCIENCE, PCI_ANY_ID, 0, 0,
     20		(kernel_ulong_t) HPI_6205}
     21, {
     22HPI_PCI_VENDOR_ID_TI, HPI_PCI_DEV_ID_PCI2040,
     23		HPI_PCI_VENDOR_ID_AUDIOSCIENCE, PCI_ANY_ID, 0, 0,
     24		(kernel_ulong_t) HPI_6000}
     25, {
     260}