Searched refs:desc_count (Results 1 – 1 of 1) sorted by relevance
193 const int desc_count = DIV_ROUND_UP(length, xfer_max_sz) + 1; in mxs_spi_xfer_dma() local209 ALLOC_CACHE_ALIGN_BUFFER(struct mxs_dma_desc, desc, desc_count); in mxs_spi_xfer_dma()211 memset(desc, 0, sizeof(struct mxs_dma_desc) * desc_count); in mxs_spi_xfer_dma()