summaryrefslogtreecommitdiffstats
path: root/drivers/phy/qualcomm/phy-qcom-qmp-pcs-usb-v6.h
blob: 7c16af0b1cc304eab3bb086c8fba822ed8eab303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2022, The Linux Foundation. All rights reserved.
 */

#ifndef QCOM_PHY_QMP_PCS_USB_V6_H_
#define QCOM_PHY_QMP_PCS_USB_V6_H_

/* Only for QMP V6 PHY - USB3 have different offsets than V5 */
#define QPHY_V6_PCS_USB3_POWER_STATE_CONFIG1		0x00
#define QPHY_V6_PCS_USB3_LFPS_DET_HIGH_COUNT_VAL	0x18
#define QPHY_V6_PCS_USB3_RXEQTRAINING_DFE_TIME_S2	0x3c
#define QPHY_V6_PCS_USB3_RCVR_DTCT_DLY_U3_L		0x40
#define QPHY_V6_PCS_USB3_RCVR_DTCT_DLY_U3_H		0x44

#endif