xref: /linux/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v8_50.h (revision 0623fdf30b1105c22f58baeeca954c803bdf5f8b)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4  */
5 
6 #ifndef QCOM_PHY_QMP_PCS_V8_50_H_
7 #define QCOM_PHY_QMP_PCS_V8_50_H_
8 
9 #define QPHY_V8_50_PCS_STATUS1			0x010
10 #define QPHY_V8_50_PCS_START_CONTROL			0x05c
11 #define QPHY_V8_50_PCS_POWER_DOWN_CONTROL			0x64
12 
13 #endif
14