Searched refs:size_to_fill (Results 1 – 1 of 1) sorted by relevance
208 size_t size_to_fill = in fill_dma_descriptors() local211 bool last = size_to_fill == s_cur_transfer.size_remaining; in fill_dma_descriptors()217 assert(size_to_fill < 4 || size_to_fill % 4 == 0); in fill_dma_descriptors()218 desc->buffer1_size = (size_to_fill + 3) & (~3); in fill_dma_descriptors()220 s_cur_transfer.size_remaining -= size_to_fill; in fill_dma_descriptors()221 s_cur_transfer.ptr += size_to_fill; in fill_dma_descriptors()