Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/ufs/
Dufs_hisi.c102 req_upiu = (struct dwc_ufs_query_upiu *)(dwc_host->lrb[0].cmd_upiu); in ufs_read_string_index()
178 req_upiu = (struct dwc_ufs_query_upiu *)(dwc_host->lrb[0].cmd_upiu); in ufs_read_descriptor()
1310 hba->lrb[i].cmd_upiu = (struct dwc_ufs_cmd_upiu *)(ucdl + i); in dwc_ufshcd_configure_interface_memory()
1387 cmd_upiu_ptr = (struct dwc_ufs_cmd_upiu *)ucd->cmd_upiu; in create_cmd_part()
1644 cmd_upiu_ptr = (struct dwc_ufs_nop_req_upiu *)dwc_host->lrb[free_slot].cmd_upiu; in create_nop_out_upiu()
1740 cmd_upiu_ptr = (struct dwc_ufs_query_upiu *)dwc_host->lrb[free_slot].cmd_upiu; in create_query_upiu()
1940 if (dwc_host->lrb[free_slot].cmd_upiu == req_upiu) in create_desc_upiu()
1942 memcpy(dwc_host->lrb[free_slot].cmd_upiu, req_upiu, len); in create_desc_upiu()
2442 req_upiu = (struct dwc_ufs_query_upiu *)(dwc_host->lrb[0].cmd_upiu); in ufs_create_partition_inventory()
/third_party/uboot/u-boot-2020.01/include/
Dufs.h360 uint8_t cmd_upiu[DWC_UCD_ALIGN]; member
746 struct dwc_ufs_cmd_upiu *cmd_upiu; member