https://github.com/torvalds/linux
Raw File
Tip revision: 2dde18cd1d8fac735875f2e4987f11817cc0bc2c authored by Linus Torvalds on 27 August 2023, 21:49:51 UTC
Linux 6.5
Tip revision: 2dde18c
phy-lantiq-vrx200-pcie.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2019 Martin Blumenstingl <martin.blumenstingl@googlemail.com>
 */

#define LANTIQ_PCIE_PHY_MODE_25MHZ		0
#define LANTIQ_PCIE_PHY_MODE_25MHZ_SSC		1
#define LANTIQ_PCIE_PHY_MODE_36MHZ		2
#define LANTIQ_PCIE_PHY_MODE_36MHZ_SSC		3
#define LANTIQ_PCIE_PHY_MODE_100MHZ		4
#define LANTIQ_PCIE_PHY_MODE_100MHZ_SSC		5
back to top