Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dufs.h91 #define DWC_UFS_NUTRS_MASK 0x0000001f macro
/third_party/uboot/u-boot-2020.01/drivers/ufs/
Dufs_hisi.c1147 hba->nutrs = (uint8_t)(hba->caps & DWC_UFS_NUTRS_MASK) + 1; in dwc_ufshcd_read_caps()