Lines Matching +full:controller +full:- +full:specific
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
8 #include <linux/reset-controller.h>
26 /* vendor specific pre-defined parameters */
32 /* QCOM UFS host controller vendor specific registers */
51 * QCOM UFS host controller vendor specific registers
57 /* QCOM UFS host controller vendor specific debug registers */
124 /* QUniPro Vendor specific attributes */
160 * Make sure de-assertion of ufs phy reset is written to in ufs_qcom_deassert_reset()
166 /* Host controller hardware version: major.minor.step */
182 * Set this capability if host controller supports the QUniPro mode
183 * and if driver wants the Host controller to operate in QUniPro mode.
185 * controller supports the QUniPro mode.
190 * Set this capability if host controller can retain the secure
191 * configuration even after UFS controller core power collapse.
228 if (host->hw_ver.major <= 0x02) in ufs_qcom_get_debug_reg_offset()
242 if (host->caps & UFS_QCOM_CAP_QUNIPRO) in ufs_qcom_cap_qunipro()
248 /* ufs-qcom-ice.c */