Home
last modified time | relevance | path

Searched refs:wc_desc (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs-rockchip-usbplug.c575 memset(hba->wc_desc, 0, sizeof(struct ufs_configuration_descriptor)); in ufs_create_partition_inventory()
576 hba->wc_desc->dev_desc_conf_param.b_length = hba->rc_desc->dev_desc_conf_param.b_length; in ufs_create_partition_inventory()
577 …hba->wc_desc->dev_desc_conf_param.b_descriptor_idn = hba->rc_desc->dev_desc_conf_param.b_descripto… in ufs_create_partition_inventory()
578 ufs_lu_configuration(hba, hba->wc_desc); in ufs_create_partition_inventory()
579 ufs_info_show_conf_desc(hba->wc_desc); in ufs_create_partition_inventory()
581 err = compair_conf_desp(hba->wc_desc, hba->rc_desc); in ufs_create_partition_inventory()
587 err = ufs_write_configuration_desc(hba, hba->wc_desc); in ufs_create_partition_inventory()
H A Dufs.h805 struct ufs_configuration_descriptor *wc_desc; member
H A Dufs.c705 hba->wc_desc = memalign(ARCH_DMA_MINALIGN, sizeof(struct ufs_configuration_descriptor)); in ufshcd_memory_alloc()
707 if (!hba->rc_desc || !hba->wc_desc || !hba->geo_desc) { in ufshcd_memory_alloc()