xref: /linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-aon-v6.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_AON_V6_H_
7 #define QCOM_PHY_QMP_PCS_AON_V6_H_
8 
9 /* Only for QMP V6 PHY - PCS_AON registers */
10 #define QPHY_V6_PCS_AON_CLAMP_ENABLE			0x00
11 
12 #endif
13