mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 13:16:22 +00:00
b5ec2824d7
Make sure that we use only v6 registers in qmp_v6_usb3phy_regs_layout. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230928105445.1210861-4-dmitry.baryshkov@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
18 lines
557 B
C
18 lines
557 B
C
/* 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_
|
|
|
|
#define QPHY_V6_PCS_USB3_POWER_STATE_CONFIG1 0x00
|
|
#define QPHY_V6_PCS_USB3_AUTONOMOUS_MODE_CTRL 0x08
|
|
#define QPHY_V6_PCS_USB3_LFPS_RXTERM_IRQ_CLEAR 0x14
|
|
#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
|