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

pcie_quirks.h (1008B)


      1/*
      2 * NXP Wireless LAN device driver: PCIE and platform specific quirks
      3 *
      4 * This software file (the "File") is distributed by NXP
      5 * under the terms of the GNU General Public License Version 2, June 1991
      6 * (the "License").  You may use, redistribute and/or modify this File in
      7 * accordance with the terms and conditions of the License, a copy of which
      8 * is available by writing to the Free Software Foundation, Inc.,
      9 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the
     10 * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
     11 *
     12 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
     13 * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
     14 * ARE EXPRESSLY DISCLAIMED.  The License provides additional details about
     15 * this warranty disclaimer.
     16 */
     17
     18#include "pcie.h"
     19
     20#define QUIRK_FW_RST_D3COLD	BIT(0)
     21
     22void mwifiex_initialize_quirks(struct pcie_service_card *card);
     23int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev);