Searched refs:hal2_desc (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/mips/
H A Dhal2.c63 struct hal2_desc { struct
74 struct hal2_desc *desc;
455 struct hal2_desc *desc; hal2_alloc_dmabuf()
464 desc = dma_alloc_noncoherent(NULL, count * sizeof(struct hal2_desc), hal2_alloc_dmabuf()
478 desc_dma : desc_dma + (i + 1) * sizeof(struct hal2_desc); hal2_alloc_dmabuf()
481 dma_cache_sync(NULL, codec->desc, count * sizeof(struct hal2_desc), hal2_alloc_dmabuf()
489 dma_free_noncoherent(NULL, codec->desc_count * sizeof(struct hal2_desc), hal2_free_dmabuf()

Completed in 91 milliseconds