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

phy-lantiq-vrx200-pcie.h (373B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (C) 2019 Martin Blumenstingl <martin.blumenstingl@googlemail.com>
      4 */
      5
      6#define LANTIQ_PCIE_PHY_MODE_25MHZ		0
      7#define LANTIQ_PCIE_PHY_MODE_25MHZ_SSC		1
      8#define LANTIQ_PCIE_PHY_MODE_36MHZ		2
      9#define LANTIQ_PCIE_PHY_MODE_36MHZ_SSC		3
     10#define LANTIQ_PCIE_PHY_MODE_100MHZ		4
     11#define LANTIQ_PCIE_PHY_MODE_100MHZ_SSC		5