Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd-pltfrm.c279 if (dev_max->pwr_rx == FAST_MODE) in ufshcd_get_pwr_dev_param()
307 agreed_pwr->pwr_rx = pltfrm_param->rx_pwr_hs; in ufshcd_get_pwr_dev_param()
308 agreed_pwr->pwr_tx = agreed_pwr->pwr_rx; in ufshcd_get_pwr_dev_param()
316 agreed_pwr->pwr_rx = pltfrm_param->rx_pwr_pwm; in ufshcd_get_pwr_dev_param()
317 agreed_pwr->pwr_tx = agreed_pwr->pwr_rx; in ufshcd_get_pwr_dev_param()
H A Dufshcd.h283 u32 pwr_rx; member
1152 return (pwr_info->pwr_rx == FAST_MODE || in ufshcd_is_hs_mode()
1153 pwr_info->pwr_rx == FASTAUTO_MODE) && in ufshcd_is_hs_mode()
H A Dufshcd.c588 names[hba->pwr_info.pwr_rx], in ufshcd_print_pwr_info()
3874 orig_pwr_info.pwr_rx == FAST_MODE) { in ufshcd_dme_get_attr()
3876 temp_pwr_info.pwr_rx = FASTAUTO_MODE; in ufshcd_dme_get_attr()
3879 orig_pwr_info.pwr_rx == SLOW_MODE) { in ufshcd_dme_get_attr()
3881 temp_pwr_info.pwr_rx = SLOWAUTO_MODE; in ufshcd_dme_get_attr()
4182 hba->pwr_info.pwr_rx = SLOWAUTO_MODE; in ufshcd_init_pwr_info()
4199 pwr_info->pwr_rx = FAST_MODE; in ufshcd_get_max_pwr_mode()
4230 pwr_info->pwr_rx = SLOW_MODE; in ufshcd_get_max_pwr_mode()
4261 pwr_mode->pwr_rx == hba->pwr_info.pwr_rx && in ufshcd_change_power_mode()
4277 if (pwr_mode->pwr_rx == FASTAUTO_MODE || in ufshcd_change_power_mode()
[all …]
H A Dufs-qcom.c774 dev_req_params->pwr_rx, in ufs_qcom_pwr_change_notify()
1255 dev_req_params->pwr_rx, in ufs_qcom_clk_scale_notify()
H A Dufs-exynos.c1103 hba->pwr_info.pwr_rx = (cur_mode >> 4) & 0xf; in exynos_ufs_post_hibern8()
/OK3568_Linux_fs/u-boot/drivers/ufs/
H A Dufs.c95 hba->pwr_info.pwr_rx = SLOWAUTO_MODE; in ufshcd_init_pwr_info()
119 names[hba->pwr_info.pwr_rx], in ufshcd_print_pwr_info()
1630 pwr_info->pwr_rx = FAST_MODE; in ufshcd_get_max_pwr_mode()
1659 pwr_info->pwr_rx = SLOW_MODE; in ufshcd_get_max_pwr_mode()
1689 pwr_mode->pwr_rx == hba->pwr_info.pwr_rx && in ufshcd_change_power_mode()
1705 if (pwr_mode->pwr_rx == FASTAUTO_MODE || pwr_mode->pwr_rx == FAST_MODE) in ufshcd_change_power_mode()
1718 if (pwr_mode->pwr_rx == FASTAUTO_MODE || in ufshcd_change_power_mode()
1720 pwr_mode->pwr_rx == FAST_MODE || in ufshcd_change_power_mode()
1725 ret = ufshcd_uic_change_pwr_mode(hba, pwr_mode->pwr_rx << 4 | in ufshcd_change_power_mode()
H A Dufs.h38 u32 pwr_rx; member