Lines Matching defs:host
43 /* QCOM UFS host controller vendor specific registers */
62 * QCOM UFS host controller vendor specific registers
68 /* QCOM UFS host controller vendor specific debug registers */
193 * Set this capability if host controller supports the QUniPro mode
195 * Note: By default this capability will be kept enabled if host
201 * Set this capability if host controller can retain the secure
237 ufs_qcom_get_debug_reg_offset(struct ufs_qcom_host *host, u32 reg)
239 if (host->hw_ver.major <= 0x02)
249 int ufs_qcom_testbus_config(struct ufs_qcom_host *host);
251 static inline bool ufs_qcom_cap_qunipro(struct ufs_qcom_host *host)
253 if (host->caps & UFS_QCOM_CAP_QUNIPRO)
262 int ufs_qcom_ice_init(struct ufs_qcom_host *host);
263 int ufs_qcom_ice_enable(struct ufs_qcom_host *host);
264 int ufs_qcom_ice_resume(struct ufs_qcom_host *host);
268 static inline int ufs_qcom_ice_init(struct ufs_qcom_host *host)
272 static inline int ufs_qcom_ice_enable(struct ufs_qcom_host *host)
276 static inline int ufs_qcom_ice_resume(struct ufs_qcom_host *host)