Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*	$NetBSD: phy-lantiq-vrx200-pcie.h,v 1.1.1.1 2020/01/03 14:33:02 skrll Exp $	*/

/* 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