blob: 77d04c6a1644c21e66883e1041714f3552d95051 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef QCOM_PHY_QMP_PCS_MISC_V5_H_
#define QCOM_PHY_QMP_PCS_MISC_V5_H_
/* Only for QMP V5 PHY - PCS_MISC registers */
#define QPHY_V5_PCS_MISC_CLAMP_ENABLE 0x0c
#endif
|