Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/dma/
H A Dti-edma3.c92 struct edma3_slot_layout *rg; in edma3_set_dest() local
94 rg = (struct edma3_slot_layout *)(base + EDMA3_SL_BASE(slot)); in edma3_set_dest()
96 opt = __raw_readl(&rg->opt); in edma3_set_dest()
104 __raw_writel(opt, &rg->opt); in edma3_set_dest()
105 __raw_writel(dst, &rg->dst); in edma3_set_dest()
123 struct edma3_slot_layout *rg; in edma3_set_dest_index() local
125 rg = (struct edma3_slot_layout *)(base + EDMA3_SL_BASE(slot)); in edma3_set_dest_index()
127 src_dst_bidx = __raw_readl(&rg->src_dst_bidx); in edma3_set_dest_index()
128 src_dst_cidx = __raw_readl(&rg->src_dst_cidx); in edma3_set_dest_index()
131 &rg->src_dst_bidx); in edma3_set_dest_index()
[all …]