Searched refs:fill_nocache (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/sound/pci/ |
D | intel8x0.c | 738 static void fill_nocache(void *buf, int size, int nocache) in fill_nocache() function 747 #define fill_nocache(buf, size, nocache) do { ; } while (0) macro 950 fill_nocache(runtime->dma_area, runtime->dma_bytes, 0); /* clear */ in snd_intel8x0_hw_params() 958 fill_nocache(runtime->dma_area, runtime->dma_bytes, 1); in snd_intel8x0_hw_params() 989 fill_nocache(substream->runtime->dma_area, substream->runtime->dma_bytes, 0); in snd_intel8x0_hw_free() 2638 fill_nocache(chip->bdbars.area, chip->bdbars.bytes, 0); in snd_intel8x0_free() 2671 fill_nocache(runtime->dma_area, runtime->dma_bytes, 0); in intel8x0_suspend() 2717 fill_nocache(chip->bdbars.area, chip->bdbars.bytes, 1); in intel8x0_resume() 2729 fill_nocache(runtime->dma_area, runtime->dma_bytes, 1); in intel8x0_resume() 3158 fill_nocache(chip->bdbars.area, chip->bdbars.bytes, 1); in snd_intel8x0_create()
|