is_pltfrm_max_hs  301 drivers/scsi/ufs/ufshcd-pltfrm.c 	bool is_pltfrm_max_hs = false;
is_pltfrm_max_hs  307 drivers/scsi/ufs/ufshcd-pltfrm.c 		is_pltfrm_max_hs = true;
is_pltfrm_max_hs  320 drivers/scsi/ufs/ufshcd-pltfrm.c 	if (!is_dev_sup_hs && is_pltfrm_max_hs) {
is_pltfrm_max_hs  324 drivers/scsi/ufs/ufshcd-pltfrm.c 	} else if (is_dev_sup_hs && is_pltfrm_max_hs) {
is_pltfrm_max_hs  365 drivers/scsi/ufs/ufshcd-pltfrm.c 	if ((is_dev_sup_hs && is_pltfrm_max_hs) ||
is_pltfrm_max_hs  366 drivers/scsi/ufs/ufshcd-pltfrm.c 	    (!is_dev_sup_hs && !is_pltfrm_max_hs)) {