HomeSort by relevance Sort by last modified time
    Searched refs:src_dst_bidx (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/dma/
ti-edma3.c 124 u32 src_dst_bidx; local
130 src_dst_bidx = __raw_readl(&rg->src_dst_bidx);
133 __raw_writel((src_dst_bidx & 0x0000ffff) | (bidx << 16),
134 &rg->src_dst_bidx);
195 u32 src_dst_bidx; local
201 src_dst_bidx = __raw_readl(&rg->src_dst_bidx);
204 __raw_writel((src_dst_bidx & 0xffff0000) | bidx,
205 &rg->src_dst_bidx);
    [all...]
  /external/u-boot/arch/arm/include/asm/ti-common/
ti-edma3.h 64 u32 src_dst_bidx; member in struct:edma3_slot_layout

Completed in 779 milliseconds