Home
last modified time | relevance | path

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

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