xref: /linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-misc-v5.h (revision c17ee635fd3a482b2ad2bf5e269755c2eae5f25e)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
4  */
5 
6 #ifndef QCOM_PHY_QMP_PCS_MISC_V5_H_
7 #define QCOM_PHY_QMP_PCS_MISC_V5_H_
8 
9 /* Only for QMP V5 PHY - PCS_MISC registers */
10 #define QPHY_V5_PCS_MISC_CLAMP_ENABLE			0x0c
11 
12 #endif
13