Home
last modified time | relevance | path

Searched refs:ufs_qcom_cap_qunipro (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/ufs/host/
Dufs-qcom.c247 ufs_qcom_cap_qunipro(host) ? QUNIPRO_SEL : 0, in ufs_qcom_select_unipro_mode()
431 if (ufs_qcom_cap_qunipro(host) && !ufshcd_is_intr_aggr_allowed(hba)) in ufs_qcom_cfg_timers()
458 if (ufs_qcom_cap_qunipro(host)) in ufs_qcom_cfg_timers()
554 if (ufs_qcom_cap_qunipro(host)) in ufs_qcom_link_startup_notify()
859 if (!ufs_qcom_cap_qunipro(host)) in ufs_qcom_advertise_quirks()
1136 if (!ufs_qcom_cap_qunipro(host)) in ufs_qcom_clk_scale_up_post_change()
1149 if (!ufs_qcom_cap_qunipro(host)) in ufs_qcom_clk_scale_down_pre_change()
1172 if (!ufs_qcom_cap_qunipro(host)) in ufs_qcom_clk_scale_down_post_change()
Dufs-qcom.h241 static inline bool ufs_qcom_cap_qunipro(struct ufs_qcom_host *host) in ufs_qcom_cap_qunipro() function