Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1/* Only for QMP V5 PHY - PCS_PCIE registers */
2/* SPDX-License-Identifier: GPL-2.0 */
3/*
4 * Copyright (c) 2017, The Linux Foundation. All rights reserved.
5 */
6
7#ifndef QCOM_PHY_QMP_PCS_PCIE_V5_H_
8#define QCOM_PHY_QMP_PCS_PCIE_V5_H_
9
10/* Only for QMP V5 PHY - PCS_PCIE registers */
11#define QPHY_V5_PCS_PCIE_ENDPOINT_REFCLK_DRIVE 0x20
12#define QPHY_V5_PCS_PCIE_INT_AUX_CLK_CONFIG1 0x54
13#define QPHY_V5_PCS_PCIE_OSC_DTCT_ACTIONS 0x94
14#define QPHY_V5_PCS_PCIE_EQ_CONFIG2 0xa8
15
16#endif