Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/ufs/
Dufs-qcom.c592 ufs_qcom_get_speed_mode(&host->dev_req_params, mode); in ufs_qcom_update_bus_bw_vote()
610 struct ufs_pa_layer_attr *dev_req_params) in ufs_qcom_pwr_change_notify() argument
619 if (!dev_req_params) { in ufs_qcom_pwr_change_notify()
643 dev_req_params); in ufs_qcom_pwr_change_notify()
652 if (!ufs_qcom_cfg_timers(hba, dev_req_params->gear_rx, in ufs_qcom_pwr_change_notify()
653 dev_req_params->pwr_rx, in ufs_qcom_pwr_change_notify()
654 dev_req_params->hs_rate)) { in ufs_qcom_pwr_change_notify()
665 val = ~(MAX_U32 << dev_req_params->lane_tx); in ufs_qcom_pwr_change_notify()
674 memcpy(&host->dev_req_params, in ufs_qcom_pwr_change_notify()
675 dev_req_params, sizeof(*dev_req_params)); in ufs_qcom_pwr_change_notify()
[all …]
Dufs-qcom.h174 struct ufs_pa_layer_attr dev_req_params; member