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