Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ufs/
H A Dufs.c600 u16 prdt_offset; in ufshcd_host_memory_configure() local
611 prdt_offset = offsetof(struct utp_transfer_cmd_desc, prd_table); in ufshcd_host_memory_configure()
614 utrdlp->prd_table_offset = cpu_to_le16(prdt_offset >> 2); in ufshcd_host_memory_configure()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd.c2659 u16 prdt_offset = offsetof(struct utp_transfer_cmd_desc, prd_table); in ufshcd_init_lrb() local
2669 lrb->ucd_prdt_dma_addr = cmd_desc_element_addr + prdt_offset; in ufshcd_init_lrb()
3654 u16 prdt_offset; in ufshcd_host_memory_configure() local
3662 prdt_offset = in ufshcd_host_memory_configure()
3682 cpu_to_le16(prdt_offset); in ufshcd_host_memory_configure()
3689 cpu_to_le16(prdt_offset >> 2); in ufshcd_host_memory_configure()