Searched refs:nutmrs (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/ufs/ |
H A D | ufs.h | 90 uint8_t nutmrs; /* Number of UTP Task Management Request Slots */ member
|
H A D | ufs.c | 1570 if (u->params.nutmrs > UFS_MAX_NUTMRS) { in ufs_check_constraints() 1632 cap = FIELD_DP32(cap, CAP, NUTMRS, (u->params.nutmrs - 1)); in ufs_init_hc() 1758 DEFINE_PROP_UINT8("nutmrs", UfsHc, params.nutmrs, 8),
|
/openbmc/qemu/tests/qtest/ |
H A D | ufs-test.c | 260 uint32_t nutrs, nutmrs; in ufs_init() local 329 nutmrs = FIELD_EX32(cap, CAP, NUTMRS) + 1; in ufs_init() 335 ufs->utmrlba = guest_alloc(alloc, nutmrs * sizeof(UtpTaskReqDesc)); in ufs_init()
|
/openbmc/linux/include/ufs/ |
H A D | ufshcd.h | 819 * @nutmrs: Task Management Queue depth supported by controller 955 int nutmrs; 953 int nutmrs; global() member
|
/openbmc/linux/drivers/ufs/core/ |
H A D | ufshcd.c | 606 for_each_set_bit(tag, &bitmap, hba->nutmrs) { in ufshcd_print_host_state() 2283 /* nutrs and nutmrs are 0 based values */ in ufshcd_hba_capabilities() 2285 hba->nutmrs = in ufshcd_hba_capabilities() 3794 utmrdl_size = sizeof(struct utp_task_req_desc) * hba->nutmrs; in ufshcd_memory_alloc() 6453 for_each_set_bit(tag, &hba->outstanding_tasks, hba->nutmrs) { 6833 for_each_set_bit(tag, &issued, hba->nutmrs) { 7008 WARN_ONCE(task_tag < 0 || task_tag >= hba->nutmrs, "Invalid tag %d\n", in __ufshcd_issue_tm_cmd() 10552 .queue_depth = hba->nutmrs, 10564 hba->tmf_rqs = devm_kcalloc(hba->dev, hba->nutmrs, in ufshcd_rpm_ok_for_spm()
|
/openbmc/linux/drivers/ufs/host/ |
H A D | ufs-exynos.c | 1026 hci_writel(ufs, (1 << hba->nutmrs) - 1, HCI_UTMRL_NEXUS_TYPE); in exynos_ufs_post_link()
|