162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2023, Linaro Limited
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef QCOM_PHY_QMP_QSERDES_TXRX_UFS_V6_H_
762306a36Sopenharmony_ci#define QCOM_PHY_QMP_QSERDES_TXRX_UFS_V6_H_
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#define QSERDES_UFS_V6_TX_RES_CODE_LANE_TX			0x28
1062306a36Sopenharmony_ci#define QSERDES_UFS_V6_TX_RES_CODE_LANE_RX			0x2c
1162306a36Sopenharmony_ci#define QSERDES_UFS_V6_TX_RES_CODE_LANE_OFFSET_TX		0x30
1262306a36Sopenharmony_ci#define QSERDES_UFS_V6_TX_RES_CODE_LANE_OFFSET_RX		0x34
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_UCDR_FASTLOCK_FO_GAIN_RATE2		0x08
1562306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_UCDR_FASTLOCK_FO_GAIN_RATE4		0x10
1662306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_VGA_CAL_MAN_VAL			0x178
1762306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_MODE_RATE_0_1_B0			0x208
1862306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_MODE_RATE_0_1_B1			0x20c
1962306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_MODE_RATE_0_1_B3			0x214
2062306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_MODE_RATE_0_1_B6			0x220
2162306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_MODE_RATE2_B3				0x238
2262306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_MODE_RATE2_B6				0x244
2362306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_MODE_RATE3_B3				0x25c
2462306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_MODE_RATE3_B4				0x260
2562306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_MODE_RATE3_B5				0x264
2662306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_MODE_RATE3_B8				0x270
2762306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_MODE_RATE4_B3				0x280
2862306a36Sopenharmony_ci#define QSERDES_UFS_V6_RX_MODE_RATE4_B6				0x28c
2962306a36Sopenharmony_ci
3062306a36Sopenharmony_ci#endif
31