Searched refs:nutrs (Results 1 – 3 of 3) sorted by relevance
507 for_each_set_bit(tag, &bitmap, hba->nutrs) { in ufshcd_print_trs()2248 hba->nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS) + 1; in ufshcd_hba_capabilities()2251 hba->reserved_slot = hba->nutrs - 1; in ufshcd_hba_capabilities()3651 int pool_size = hba->nutrs; in ufshcd_memory_alloc()3742 int pool_size = hba->nutrs; in ufshcd_host_memory_configure()4536 ufshcd_config_intr_aggr(hba, hba->nutrs - 1, INT_AGGR_DEF_TO); in ufshcd_make_hba_operational()4883 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()4895 lun_qdepth = hba->nutrs; in ufshcd_set_queue_depth()4897 lun_qdepth = min_t(int, lun_qdepth, hba->nutrs); in ufshcd_set_queue_depth()5044 if (depth > hba->nutrs) in ufshcd_change_queue_depth()[all …]
882 int nutrs; member
840 hci_writel(ufs, (1 << hba->nutrs) - 1, HCI_UTRL_NEXUS_TYPE); in exynos_ufs_post_link()