Lines Matching defs:host
32 /* QCOM UFS host controller vendor specific registers */
53 * QCOM UFS host controller vendor specific registers
61 /* QCOM UFS host controller vendor specific debug registers */
186 * Set this capability if host controller supports the QUniPro mode
188 * Note: By default this capability will be kept enabled if host
194 * Set this capability if host controller can retain the secure
236 ufs_qcom_get_debug_reg_offset(struct ufs_qcom_host *host, u32 reg)
238 if (host->hw_ver.major <= 0x02)
248 int ufs_qcom_testbus_config(struct ufs_qcom_host *host);
250 static inline bool ufs_qcom_cap_qunipro(struct ufs_qcom_host *host)
252 return host->caps & UFS_QCOM_CAP_QUNIPRO;