Home
last modified time | relevance | path

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

/linux/drivers/ufs/host/
H A Dufs-qcom.c491 struct ufs_host_params *host_params = &host->host_params; in ufs_qcom_power_up_sequence() local
502 host_params->hs_rate = PA_HS_MODE_A; in ufs_qcom_power_up_sequence()
504 mode = host_params->hs_rate == PA_HS_MODE_B ? PHY_MODE_UFS_HS_B : PHY_MODE_UFS_HS_A; in ufs_qcom_power_up_sequence()
974 struct ufs_host_params *host_params = &host->host_params; in ufs_qcom_negotiate_pwr_mode() local
976 return ufshcd_negotiate_pwr_params(host_params, dev_max_params, dev_req_params); in ufs_qcom_negotiate_pwr_mode()
1135 struct ufs_host_params *host_params = &host->host_params; in ufs_qcom_limit_max_gear() local
1137 host_params->hs_tx_gear = gear; in ufs_qcom_limit_max_gear()
1138 host_params->hs_rx_gear = gear; in ufs_qcom_limit_max_gear()
1149 struct ufs_host_params *host_params = &host->host_params; in ufs_qcom_fixup_tx_adapt_l0l1l2l3() local
1155 host_params->hs_tx_gear <= UFS_HS_G5 || in ufs_qcom_fixup_tx_adapt_l0l1l2l3()
[all …]