Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs-rockchip-usbplug.c568 err = ufs_get_configuration_desc(hba, hba->rc_desc); in ufs_create_partition_inventory()
573 ufs_info_show_conf_desc(hba->rc_desc); 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()
581 err = compair_conf_desp(hba->wc_desc, hba->rc_desc); in ufs_create_partition_inventory()
H A Dufs.h804 struct ufs_configuration_descriptor *rc_desc; member
H A Dufs.c704 hba->rc_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()