brintos

brintos / linux-shallow public Read only

0
0
Text · 544 B · 396179e Raw
19 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (c) 2017, The Linux Foundation. All rights reserved.4 */5 6#ifndef QCOM_PHY_QMP_DP_COM_V3_H_7#define QCOM_PHY_QMP_DP_COM_V3_H_8 9/* Only for QMP V3 & V4 PHY - DP COM registers */10#define QPHY_V3_DP_COM_PHY_MODE_CTRL			0x0011#define QPHY_V3_DP_COM_SW_RESET				0x0412#define QPHY_V3_DP_COM_POWER_DOWN_CTRL			0x0813#define QPHY_V3_DP_COM_SWI_CTRL				0x0c14#define QPHY_V3_DP_COM_TYPEC_CTRL			0x1015#define QPHY_V3_DP_COM_TYPEC_PWRDN_CTRL			0x1416#define QPHY_V3_DP_COM_RESET_OVRD_CTRL			0x1c17 18#endif19