Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs.c653 cmd_desc_dma_addr = (dma_addr_t)hba->ucdl; in ufshcd_host_memory_configure()
667 hba->ucd_req_ptr = (struct utp_upiu_req *)hba->ucdl; in ufshcd_host_memory_configure()
669 (struct utp_upiu_rsp *)&hba->ucdl->response_upiu; in ufshcd_host_memory_configure()
671 (struct ufshcd_sg_entry *)&hba->ucdl->prd_table; in ufshcd_host_memory_configure()
691 hba->ucdl = memalign(1024, sizeof(struct utp_transfer_cmd_desc)); in ufshcd_memory_alloc()
692 if (!hba->ucdl) { in ufshcd_memory_alloc()
H A Dufs.h787 struct utp_transfer_cmd_desc *ucdl; member