Home
last modified time | relevance | path

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

/external/u-boot/drivers/dma/
Dapbh_dma.c46 static unsigned int mxs_dma_cmd_address(struct mxs_dma_desc *desc) in mxs_dma_cmd_address()
48 return desc->address + offsetof(struct mxs_dma_desc, cmd); in mxs_dma_cmd_address()
85 void mxs_dma_flush_desc(struct mxs_dma_desc *desc) in mxs_dma_flush_desc()
91 size = roundup(sizeof(struct mxs_dma_desc), MXS_DMA_ALIGNMENT); in mxs_dma_flush_desc()
96 inline void mxs_dma_flush_desc(struct mxs_dma_desc *desc) {} in mxs_dma_flush_desc()
114 struct mxs_dma_desc *pdesc; in mxs_dma_enable()
128 pdesc = list_first_entry(&pchan->active, struct mxs_dma_desc, node); in mxs_dma_enable()
142 struct mxs_dma_desc, node); in mxs_dma_enable()
338 struct mxs_dma_desc *mxs_dma_desc_alloc(void) in mxs_dma_desc_alloc()
340 struct mxs_dma_desc *pdesc; in mxs_dma_desc_alloc()
[all …]
/external/u-boot/arch/arm/include/asm/mach-imx/
Ddma.h117 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/mtd/nand/
Dmxs_nand.c80 static struct mxs_dma_desc *mxs_nand_get_dma_desc(struct mxs_nand_info *info) in mxs_nand_get_dma_desc()
82 struct mxs_dma_desc *desc; in mxs_nand_get_dma_desc()
98 struct mxs_dma_desc *desc; in mxs_nand_return_dma_descs()
102 memset(desc, 0, sizeof(struct mxs_dma_desc)); in mxs_nand_return_dma_descs()
269 struct mxs_dma_desc *d; in mxs_nand_cmd_ctrl()
410 struct mxs_dma_desc *d; in mxs_nand_read_buf()
494 struct mxs_dma_desc *d; in mxs_nand_write_buf()
559 struct mxs_dma_desc *d; in mxs_nand_ecc_read_page()
710 struct mxs_dma_desc *d; in mxs_nand_ecc_write_page()
1099 info->desc = malloc(sizeof(struct mxs_dma_desc *) * in mxs_nand_init_dma()
Dmxs_nand.h67 struct mxs_dma_desc **desc;
/external/u-boot/drivers/spi/
Dmxs_spi.c194 struct mxs_dma_desc *dp; in mxs_spi_xfer_dma()
208 ALLOC_CACHE_ALIGN_BUFFER(struct mxs_dma_desc, desc, desc_count); in mxs_spi_xfer_dma()
210 memset(desc, 0, sizeof(struct mxs_dma_desc) * desc_count); in mxs_spi_xfer_dma()
/external/u-boot/drivers/mmc/
Dmxsmmc.c36 struct mxs_dma_desc *desc;
93 struct mxs_dma_desc *desc = priv->desc; in mxsmmc_send_cmd_dma()
98 memset(desc, 0, sizeof(struct mxs_dma_desc)); in mxsmmc_send_cmd_dma()
/external/u-boot/drivers/video/
Dmxsfb.c24 struct mxs_dma_desc desc;
230 memset(&desc, 0, sizeof(struct mxs_dma_desc)); in video_hw_init()