Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/ufs/
Dufs.c601 cmd_desc_dma_addr = (dma_addr_t)hba->ucdl; in ufshcd_host_memory_configure()
615 hba->ucd_req_ptr = (struct utp_upiu_req *)hba->ucdl; in ufshcd_host_memory_configure()
617 (struct utp_upiu_rsp *)&hba->ucdl->response_upiu; in ufshcd_host_memory_configure()
619 (struct ufshcd_sg_entry *)&hba->ucdl->prd_table; in ufshcd_host_memory_configure()
639 hba->ucdl = memalign(1024, sizeof(struct utp_transfer_cmd_desc)); in ufshcd_memory_alloc()
640 if (!hba->ucdl) { in ufshcd_memory_alloc()
Dufs.h724 struct utp_transfer_cmd_desc *ucdl; member
Dufs_hisi.c1282 struct dwc_ufs_ucd *ucdl; /* Pointer to UCD List */ in dwc_ufshcd_configure_interface_memory() local
1287 ucdl = hba->ucdl_base_addr; in dwc_ufshcd_configure_interface_memory()
1310 hba->lrb[i].cmd_upiu = (struct dwc_ufs_cmd_upiu *)(ucdl + i); in dwc_ufshcd_configure_interface_memory()
1311 hba->lrb[i].resp_upiu = (struct dwc_ufs_resp_upiu *)(ucdl[i].resp_upiu); in dwc_ufshcd_configure_interface_memory()
1312 hba->lrb[i].prdt = (struct dwc_ufs_prd *)(ucdl[i].prdt); in dwc_ufshcd_configure_interface_memory()