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

  /external/u-boot/arch/arm/include/asm/mach-imx/
dma.h 117 struct mxs_dma_desc { struct
149 struct mxs_dma_desc *mxs_dma_desc_alloc(void);
150 void mxs_dma_desc_free(struct mxs_dma_desc *);
151 int mxs_dma_desc_append(int channel, struct mxs_dma_desc *pdesc);
158 void mxs_dma_circ_start(int chan, struct mxs_dma_desc *pdesc);
  /external/u-boot/drivers/dma/
apbh_dma.c 46 static unsigned int mxs_dma_cmd_address(struct mxs_dma_desc *desc)
48 return desc->address + offsetof(struct mxs_dma_desc, cmd);
85 void mxs_dma_flush_desc(struct mxs_dma_desc *desc)
91 size = roundup(sizeof(struct mxs_dma_desc), MXS_DMA_ALIGNMENT);
96 inline void mxs_dma_flush_desc(struct mxs_dma_desc *desc) {}
114 struct mxs_dma_desc *pdesc;
128 pdesc = list_first_entry(&pchan->active, struct mxs_dma_desc, node);
142 struct mxs_dma_desc, node);
338 struct mxs_dma_desc *mxs_dma_desc_alloc(void)
340 struct mxs_dma_desc *pdesc
    [all...]
  /external/u-boot/drivers/mtd/nand/
mxs_nand.h 67 struct mxs_dma_desc **desc;
mxs_nand.c 80 static struct mxs_dma_desc *mxs_nand_get_dma_desc(struct mxs_nand_info *info)
82 struct mxs_dma_desc *desc;
98 struct mxs_dma_desc *desc;
102 memset(desc, 0, sizeof(struct mxs_dma_desc));
269 struct mxs_dma_desc *d;
410 struct mxs_dma_desc *d;
494 struct mxs_dma_desc *d;
559 struct mxs_dma_desc *d;
710 struct mxs_dma_desc *d;
1099 info->desc = malloc(sizeof(struct mxs_dma_desc *) *
    [all...]
  /external/u-boot/drivers/spi/
mxs_spi.c 194 struct mxs_dma_desc *dp;
208 ALLOC_CACHE_ALIGN_BUFFER(struct mxs_dma_desc, desc, desc_count);
210 memset(desc, 0, sizeof(struct mxs_dma_desc) * desc_count);
  /external/u-boot/drivers/video/
mxsfb.c 24 struct mxs_dma_desc desc;
230 memset(&desc, 0, sizeof(struct mxs_dma_desc));
  /external/u-boot/drivers/mmc/
mxsmmc.c 36 struct mxs_dma_desc *desc;
93 struct mxs_dma_desc *desc = priv->desc;
98 memset(desc, 0, sizeof(struct mxs_dma_desc));

Completed in 79 milliseconds