brintos

brintos / linux-shallow public Read only

0
0
Text · 618 B · ed6795e Raw
20 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_PHY_V4_H_7#define QCOM_PHY_QMP_DP_PHY_V4_H_8 9/* Only for QMP V4 PHY - DP PHY registers */10#define QSERDES_V4_DP_PHY_AUX_INTERRUPT_MASK		0x05411#define QSERDES_V4_DP_PHY_AUX_INTERRUPT_CLEAR		0x05812#define QSERDES_V4_DP_PHY_VCO_DIV			0x07013#define QSERDES_V4_DP_PHY_TX0_TX1_LANE_CTL		0x07814#define QSERDES_V4_DP_PHY_TX2_TX3_LANE_CTL		0x09c15#define QSERDES_V4_DP_PHY_SPARE0			0x0c816#define QSERDES_V4_DP_PHY_AUX_INTERRUPT_STATUS		0x0d817#define QSERDES_V4_DP_PHY_STATUS			0x0dc18 19#endif20