Home
last modified time | relevance | path

Searched refs:desc_count (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/spi/
Dmxs_spi.c192 const int desc_count = DIV_ROUND_UP(length, xfer_max_sz) + 1; in mxs_spi_xfer_dma() local
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/
Domap_hsmmc.c862 uint desc_count = DIV_ROUND_UP(total_len, ADMA_MAX_LEN); in omap_hsmmc_prepare_adma_table() local
864 int i = desc_count; in omap_hsmmc_prepare_adma_table()
869 memalign(ARCH_DMA_MINALIGN, desc_count * in omap_hsmmc_prepare_adma_table()
887 ROUND(desc_count * in omap_hsmmc_prepare_adma_table()