Lines Matching refs:host_params
487 struct ufs_host_params *host_params = &host->host_params; in ufs_qcom_power_up_sequence() local
499 host_params->hs_rate = PA_HS_MODE_A; in ufs_qcom_power_up_sequence()
501 host_params->hs_rate = PA_HS_MODE_B; 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()
896 struct ufs_host_params *host_params = &host->host_params; in ufs_qcom_pwr_change_notify() local
906 ret = ufshcd_negotiate_pwr_params(host_params, dev_max_params, dev_req_params); in ufs_qcom_pwr_change_notify()
1059 struct ufs_host_params *host_params = &host->host_params; in ufs_qcom_set_phy_gear() local
1069 host->phy_gear = host_params->hs_tx_gear; in ufs_qcom_set_phy_gear()
1102 struct ufs_host_params *host_params = &host->host_params; in ufs_qcom_set_host_params() local
1104 ufshcd_init_host_params(host_params); in ufs_qcom_set_host_params()
1107 host_params->hs_tx_gear = host_params->hs_rx_gear = ufs_qcom_get_hs_gear(hba); in ufs_qcom_set_host_params()