Home
last modified time | relevance | path

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

/u-boot/drivers/ufs/
A Dufs.c607 cmd_desc_dma_addr = (dma_addr_t)hba->ucdl; in ufshcd_host_memory_configure()
621 hba->ucd_req_ptr = (struct utp_upiu_req *)hba->ucdl; in ufshcd_host_memory_configure()
623 (struct utp_upiu_rsp *)&hba->ucdl->response_upiu; in ufshcd_host_memory_configure()
625 (struct ufshcd_sg_entry *)&hba->ucdl->prd_table; in ufshcd_host_memory_configure()
645 hba->ucdl = memalign(1024, sizeof(struct utp_transfer_cmd_desc)); in ufshcd_memory_alloc()
646 if (!hba->ucdl) { in ufshcd_memory_alloc()
A Dufs.h723 struct utp_transfer_cmd_desc *ucdl; member

Completed in 9 milliseconds