brintos

brintos / linux-shallow public Read only

0
0
Text · 809 B · a0803a8 Raw
26 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_PCS_UFS_V2_H_7#define QCOM_PHY_QMP_PCS_UFS_V2_H_8 9#define QPHY_V2_PCS_UFS_PHY_START			0x00010#define QPHY_V2_PCS_UFS_POWER_DOWN_CONTROL		0x00411 12#define QPHY_V2_PCS_UFS_TX_LARGE_AMP_DRV_LVL		0x03413#define QPHY_V2_PCS_UFS_TX_LARGE_AMP_POST_EMP_LVL	0x03814#define QPHY_V2_PCS_UFS_TX_SMALL_AMP_DRV_LVL		0x03c15#define QPHY_V2_PCS_UFS_TX_SMALL_AMP_POST_EMP_LVL	0x04016 17#define QPHY_V2_PCS_UFS_RX_MIN_STALL_NOCONFIG_TIME_CAP	0x0cc18#define QPHY_V2_PCS_UFS_RX_SYM_RESYNC_CTRL			0x13c19#define QPHY_V2_PCS_UFS_RX_MIN_HIBERN8_TIME			0x14020#define QPHY_V2_PCS_UFS_RX_SIGDET_CTRL2			0x14821#define QPHY_V2_PCS_UFS_RX_PWM_GEAR_BAND			0x15422 23#define QPHY_V2_PCS_UFS_READY_STATUS			0x16824 25#endif26