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_AON_V6_H_ 7*c9543ccaSWesley Cheng #define QCOM_PHY_QMP_PCS_AON_V6_H_ 8*c9543ccaSWesley Cheng 9*c9543ccaSWesley Cheng /* Only for QMP V6 PHY - PCS_AON registers */ 10*c9543ccaSWesley Cheng #define QPHY_V6_PCS_AON_CLAMP_ENABLE 0x00 11*c9543ccaSWesley Cheng 12*c9543ccaSWesley Cheng #endif 13