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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Daudio_amrnb.c62 #define DMASZ (BUFSZ * 2) macro
763 dma_free_coherent(NULL, DMASZ, audio->data, audio->phys);
792 audio->data = dma_alloc_coherent(NULL, DMASZ,
810 dma_free_coherent(NULL, DMASZ, audio->data, audio->phys);
H A Daudio_evrc.c54 #define DMASZ (BUFSZ * 2) macro
731 dma_free_coherent(NULL, DMASZ, audio->data, audio->phys);
760 audio->data = dma_alloc_coherent(NULL, DMASZ,
803 dma_free_coherent(NULL, DMASZ, audio->data, audio->phys);
H A Daudio_qcelp.c55 #define DMASZ (BUFSZ * BUF_COUNT) macro
748 dma_free_coherent(NULL, DMASZ, audio->data, audio->phys);
774 audio->data = dma_alloc_coherent(NULL, DMASZ,
815 dma_free_coherent(NULL, DMASZ, audio->data, audio->phys);
H A Daudio_aac.c53 #define DMASZ (BUFSZ * 2) macro
941 dma_free_coherent(NULL, DMASZ, audio->data, audio->phys);
970 audio->data = dma_alloc_coherent(NULL, DMASZ,
H A Daudio_in.c52 #define DMASZ (FRAME_SIZE * FRAME_NUM) macro
943 the_audio_in.data = dma_alloc_coherent(NULL, DMASZ,
H A Daudio_out.c94 #define DMASZ (BUFSZ * 2) macro
708 audio->data = dma_alloc_coherent(NULL, DMASZ,

Completed in 175 milliseconds