Searched refs:cidx (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/include/asm/ti-common/ |
| H A D | ti-edma3.h | 109 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx); 114 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx);
|
| /rk3399_rockchip-uboot/drivers/dma/ |
| H A D | ti-edma3.c | 119 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_dest_index() argument 132 __raw_writel((src_dst_cidx & 0x0000ffff) | (cidx << 16), in edma3_set_dest_index() 190 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_src_index() argument 203 __raw_writel((src_dst_cidx & 0xffff0000) | cidx, in edma3_set_src_index()
|