Searched refs:rg (Results 1 – 1 of 1) sorted by relevance
92 struct edma3_slot_layout *rg; in edma3_set_dest() local94 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() local125 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 …]